@charset "utf-8";

body {
	background-color: #1E62A2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.twoColFixRtHdr #container {
	width: 880px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 10px 10px;
	height: 600px;
	border-right: solid #435893 1px;
	background: #FFF;
}
.twoColFixRtHdr #mainContent {
	padding: 15px 10px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: solid #435893 1px;
	height: 600px;
	background: #FFF;
} 
.twoColFixRtHdr #mainContent2 {
	padding: 15px 0px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: solid #435893 1px;
	height: 600px;
	background: #FFF;
} 



.twoColFixRtHdr #footer {
	padding: 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	border-bottom: solid #435893 1px;
	border-right: solid #435893 1px;
	border-left: solid #435893 1px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #999999;
}
a:active {
	color: #CC0000;
}
.picspace {
	padding: 10px;
}


.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.bodytextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.headerwhite {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	line-height: normal;
}
.largeheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
	line-height: normal;
}

