@charset "utf-8";
	body {
	margin: auto;
	text-align: center;
	width:984px;    
	padding: 0px;
	background-image: url(images/img_bg.gif);
	color: #08274c;
	}
	
	
	
	#container {width:984px; margin:auto; text-align:center; }

	#topcorners {
		background-image: url(images/body_top_crn.gif);
		background-repeat: no-repeat;
		height: 38px;
		width: 984px;
	}

	.clear {
		clear: both;
	}
	#botcorners {
		clear: both;
		background-color: #2A507D;
		background-image: url(images/body_bot_crn.gif);
		background-repeat: no-repeat;
		height: 27px;
		width: 984px;
	}
	/* Content
	------------------------------------------------- */
	#content {	
		background-image: url(images/body_bg.gif) top left repeat;
			
	}
	

	#content.leftside {
		float: left;
		width: 375px;
		

	}
	#content.rightside {
		border-left: 1px solid #3d597a;
		width: 425px;
		padding-left: 8px;
		
	}

	
		#content h1 {
	color: #274a73;
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	font-style: italic;
}
	
	#content h2 {
		color: #274a73;
		font-size: 125%;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0 0 15px 0;		
	}

	#content h3 {
		color: #93631d;
		font-size: 95%;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0 0 10px 0;
	}


	#content td,p,div {
		margin: 0;
		margin-bottom: 1em;
		font: 95%/100% Arial, Helvetica, sans-serif;
		color: #143358;
	}

	.imagefloat {
		float: left;
		padding-right: 10px;
	}

	/* Footer
	------------------------------------------------- */

	#contentfoot {
		height: 1%; /* Fixes double padding in IE */
			}

	#footer {
		clear: both;
		width: 984px; height: 45px;
		background: transparent
	url(images/footer_bg.gif)
	0 100%
	no-repeat;	
	}
	
	#footer {
		font: 70%/100% Arial, Helvetica, sans-serif;
		color: #fff;
	}

#footer a:link, #footer a:visited, #footer a:active {
	color: #c48c39;
	font-weight: bold;	
}

#footer a:hover {
	color: #fff;
	font-weight: bold;	
}

