@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #4F52C3;
	background-image: url(images/blue-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #navigation {
	background-color: #121462;
	height: 50px;
	text-align: center;
	padding-top: 20px;
} 

.twoColFixLtHdr .yellowline {
	background-color: #FFCC00;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
} 

.twoColFixLtHdr #header {
	padding: 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333399;
}

.twoColFixLtHdr #yellowbox {
	border: 2px solid #FFCC00;
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
} 


.twoColFixLtHdr #homebuttons {
	padding-top: 10px;
} 

	#homebuttons .imgbox {
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 10px;
	padding-left: 0px;
	}

	#homebuttons .lastbox {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}


.twoColFixLtHdr #mainContent {
	background: #FFFFFF;
	padding: 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
	#mainContent h1 {
		margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #333399;
		padding-top: 10px;
		padding-right: 0;
		padding-bottom: 20px;
		padding-left: 0;
		font-weight: bold;
	}
	
	#mainContent h2 {
		margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #333399;
		font-weight: bold;
	}

	#mainContent h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #333399;
		font-weight: bold;
		background-color: #F0F0F0;
		padding: 10px;
		margin-top: 30px;
		margin-right: 0;
		margin-bottom: 10px;
		margin-left: 0;
	}
	
	#mainContent A  {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-weight : bold;
		font-style : normal;
		color : #333399;
		text-decoration: underline;
		font-size: 12px;
	}
	
	#mainContent A:Visited  {
		font-weight : bold;
		font-style : normal;
		color : #333399;
	}
	
	#mainContent A:Active  {
		font-weight : bold;
		font-style : normal;
		color : #333399;	
	}
	
	#mainContent A:Hover  {
		text-decoration : none;
		color : #0099FF;
		font-weight : bold;
	}
	
	#mainContent p, body  {
		font-size : 12px;
		color : #000000;
		font-family : "Verdana", "Arial", "sans-serif";
	}
	
	#mainContent td {
		font-size : 12px;
		color : #000000;
		font-family : "Verdana", "Arial", "sans-serif";
		line-height: 20px;
	}
	
	#mainContent ul, ol {
		font-family : "Verdana", "Arial", "sans-serif";
		font-size : 10pt;
		color : #000000;
	}
	
	#mainContent LI {
		font-family : "Verdana", "Arial", "sans-serif";
		font-size : 10pt;
		color : #000000;
	}

	#mainContent .red {
		color : #CC0000;
		font-weight : bold;
	}

	#mainContent .error {
		color : #CC0000;
		font-weight : bold;
	}

	#mainContent .img {
		padding: 5px;
		border: 2px solid #333399;
	}


.twoColFixLtHdr #brochContent {
	background: #FFFFFF;
} 

	#brochContent h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #333399;
		font-weight: bold;
		background-color: #F0F0F0;
		padding: 10px;
		margin-top: 30px;
		margin-right: 0;
		margin-bottom: 10px;
		margin-left: 0;
	}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#121462;
} 
.twoColFixLtHdr #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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

	#footer a {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-style : normal;
		color : #FFFFFF;
		text-decoration: underline;
		font-size: 10px;
	}

	#footer A:Visited  {
		font-style : normal;
		color : #FFFFFF;
	}
	
	#footer A:Active  {
		font-weight : bold;
		font-style : normal;
		color : #FFFFFF;	
	}
	
	#footer A:Hover  {
		text-decoration : none;
		color : #FFFFFF;
	}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
