@charset "utf-8";
/* CSS Document */

body  {
	font-family: Georgia, serif;    /* default page font */
	background:  url(images/bg.gif) repeat;
	margin: 0;          /* shorthand for all margins = 0 */
	padding: 0;         /* no padding */
	text-align: center;
}
p {
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left:10px;
	color: #000;
}
h1 {
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	margin-left:10px;
	color: #CC0000;
}
h2, h3, h4, h5, h6, li {
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-left:10px;
	color: #000000;
}

/* outerDiv wraps around the rest of the page */
div#wrapper {
	width: 976px;       /* sets the content width */
	margin: 0 auto;       /* white content background, header image */
	position: relative;
	background-color: #FFFFFF;
}

div#header {
	height: 157px;
	width: 976px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;       /* white content background, header image */
}
.subcontent {
	padding: 20px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#footer {
	height:51px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align: center;
	color:#FFFFFF; line-height:18px;
	background-color:#014174;
	width: 976px;       /* sets the content width */
	margin: 0 auto;       /* white content background, header image */
	position: relative;
}
#footer a {color: #ffffff;  text-decoration: none}
#footer a:hover {
	color: #CC0000;
	text-decoration: none
}
div#clear {clear:both}
.bold {
	font-weight: bold;
}

