body 
{
	background-color: #CBCBCB;
	background-repeat: repeat;
	border:0px;
	margin:0px;
	padding:0px;

	color: #000000;
	font-family: serif;
	font-size: 12px;
}

img
{
}

font.title
{
	border-bottom: 1px dotted #373737;
	color: #000000;
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
	display:block;
	text-align:left;
}

font.title_date
{
	color: #000000;
	font-family: serif;
	font-size: 12px;
	display:block;
	text-align:left;
	margin-bottom:10px;
}

font.inline_date
{
	color: #000000;
	font-family: serif;
	font-size: 14px;
	display: inline;
	text-align: left;
	text-decoration: underline;
	margin-bottom: 10px;
}

font.link_header
{
	color: #CDCDCD;
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: right;
}

P
{
	color:#000000;
	font-family: serif;
	font-size: 14px;
	text-align:left;
}

font.green
{
	color: #0099CC;
	font-family: sans;
}

div.link_box
{

	float:left;
	height:87px;
	width:200px;
	margin-left:15px;

}

div.half_width_column
{
	width: 369px;
	padding: 15px;
	border-right: 1px dotted #373737;
	display:inline;
	float: left;
}

div.full_width_column
{
	width: 770px;
	padding: 15px;
	display:block;
}

#header_bar
{
	background-color: #373737;
	height: 100px;
	width: 100%;
	margin:0px;
	border: 0px;
	vertical-align:center;
	border-bottom: 3px solid #0099CC;
}

#header_container
{
	width: 800px;
	height: 100px;
}

#header_logo
{
	width:155px;
	height:100px;
	float:left;
}

#header_links
{
	width: 645px;
	height: 87px;
	float: left;
	text-align: right;
	margin-top: 13px;
}

#main_content_container
{
	height:auto;
	width:100%;
	margin: 0px;
	padding: 0px;
	border:0px;
	vertical-align:center;
}

#main_content
{
	width:800px; 
	background-color: #CBCBCB; 
	vertical-align:top; 
	padding-top:15px;
}

#footer_container
{
	width: 100%;
	margin: 0px;
	padding-top: 15px;
	border: 0px;
	vertical-align: center;
	clear: both;
}

#footer
{
	width: 800px;
	background-color: #CBCBCB;
	vertical-align: top;
	padding-top: 15px;
	border-top: 1px dotted #373737;
}

a:link, a:visited 
{
	color: #0099CC;
	text-decoration:none;
	font-family:serif;
	font-weight:bold;
}

a:active
{
	color: #373737;
	text-decoration:none;
	font-family:sans;
	font-weight:bold;
}

a:hover
{
	color: #000000;
	text-decoration:none;
	font-family:sans;
	font-weight:bold;
}


a.header_link:link, a.header_link:visited
{
	color: #0099CC;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin:0px;
	padding:0px;
}


a.header_link:active
{
	color: #000000;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color: #0099CC;
	display:block;
	margin:0px;
	padding:0px;

}

a.header_link:hover
{
	color: #FFFFFF;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin:0px;
	padding:0px;
}


