@charset "utf-8";
/* CSS Document */

body, html {
    margin: 0;
    padding: 0;
    height:100%;
    width: 100%;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #FFF;
}
a {
    text-decoration: none;
    border: 0;
    color: #000;
}
img {
    border: 0;
}
a:hover {
    color: #c00000;
}
a.red {
	color:#c00000;
}


#page {
    width: 750px;
	margin: 0 auto;
	min-height:100%;
	position:relative;
}

/* This is the IE workaround*/
body {
	text-align: center;
}
#page {
	text-align: left;
	height:100%;
}


/* header */

#header {
    height: 93px;
    padding-bottom: 47px;
	padding-top:50px;
}

#header-left {
    width: 299px;
    float: left;
}

#header-date {
	width:394px;
	padding-top:81px;
	padding-right:10px;
	float:left;
	text-align:right;
}

#header-right {
    width: 47px;
    float: right;
}


/* menu */
table.menu {
	width: 100%;
	text-align:left;
	font-size:14px;
	border:0px;
}

td.spacer {
	width:63px;
}


/* content */
#content {
	padding-top:30px;
	/*margin-bottom:50px;*/
	padding-bottom:140px;
}

#content p {
	margin-top:0px;
	margin-bottom:10px;
	text-align:justify;
}

.content-red {
	color:#c00000;
}

.content-spacer {
	height:10px;
}

.content-large{
	font-size:14px;
}


/* footer */
#footer {
	position:absolute;
	bottom:0;
	width:750px;
	height:130px;
}

#footer-left {
	float:left;
	width:300px;
}

#footer-middle {
	float:left;
}

#footer-right {
	float:right;
}

.footer-title {
	font-size: 14px;
	padding-bottom: 5px;
}

.footer-text {
	font-size: 10px;
	padding-bottom:3px;
}



.content-red2 {
	color: #c00000;
}
