@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-image: url(/images/page-background-top.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 1250px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


p {
margin-top: 0;
margin-bottom: 0;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #999999;
}


.style1 {
	color: #999999;
	font-size: 11px;
	font-family: Arial;
}

.style2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.style3 {
	font-family: Verdana;
	font-size: 15px;
	color: #000000;
}

.style4 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #CCCCCC;
}

.style5 {
	color: #444444;
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
}

.style6 {
	color: #333333;
	font-family: Arial;
	font-size: 17px;
}

.style7 {
	color: #333333;
	font-family: Trebuchet MS;
	font-size: 17px;
}

.style8 {
	font-family: Tahoma;
	font-size: 16px;
}

.style9 {
	color: #CCCCCC;
	font-family: Arial;
	font-size: 17px;
}

.style14 {
	font-size: 16px;
	color: #666666;
}
.style18 {
	font-size: 36px;
	color: #CC6600;
}

.index-font {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
}

.style19 {color: #CCCCCC}

.style21 {
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
	color: #333333;
}

.style22 {
	font-family:Verdana, Geneva, sans-serif
	font-weight: bold;
	font-size: 40px;
	font-style:italic
	color: #000099;
}

.style24 {
	font-size: 15px;
	font-weight: bold;
}
.style28 {
	color: #004F8D;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}




.style_italic {
	color: #333333;
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
}

.style_clickable_heads {
	color: #044088;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
}

.style_sources {
	color: #444444;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
}



