@charset "utf-8";
/* CSS Document */

	body {
		margin:0;
		padding:0;
		background:url(images/bg.jpg) repeat-x;
		background-color:#051e55;
	}
	#bodyContainer {
		background-color:#ecf1ff;
		width:100%;
		text-align:center;
		margin:0px auto;
	}
	#bodyArea {
		width:900px;
		font-family:verdana,arial;
		font-size:12px;
		color:#2c2c2c;
		text-align:justify;
		margin:0px auto;
		background-color:#ecf1ff;
	}
	td a:hover {
		color:#060;	
	}
	#col1 {
		float:left;
		width:500px;
		margin:0;
	}
	#col2 {
		float:left;
		width:350px;
		padding-left:25px;
		margin:0;
	}
	#col1alt {
		float:left;
		width:400px;
		margin:0;
	}
	#col2alt {
		float:left;
		width:450px;
		padding-left:25px;
		margin:0;
	}
	#col1eat {
		float:left;
		width:850px;
		margin:0;
	}
	#col-single {
		width:850px;
		margin:0;
		padding-top:5px;		
	}
	.headerH1 {
		text-align:left;
		font-size:18px;
		font-weight:bold;
		padding-bottom:5px;
		color:#244386;
	}
	.headerB {
		text-align:center;
		font-size:16px;
		font-weight:bold;
		padding-bottom:5px;
		color:#244386;
	}
	.special {
		width:400px;
		float:left;
	}
	.special1 {
		width:400px;
		float:right;
	}
	.special3 {
		width:250px;
		float:left;
	}
	.special4 {
		width:250px;
		float:right;
	}	
	.largerText {
		font-size:12px;
		color:#244386;	
	}
	.largerText2 {
		font-size:11px;
		color:#244386;	
	}
	.largerText1 {
		font-size:12px;	
	}
	.largerText1 a:link, .largerText1 a:visited, .largerText1 a:active {
		color:#00F;
	}	
	.largerText1 a:hover {
		color:#0C0;	
	}	
	.link1 {
		font-size:16px;
		color:#244386;
	}
	.link1 a:active, .link1 a:visited, .link1 a:link {
		font-size:16px;
		color:#00F;
		text-decoration:none;
	}
	.link1 a:hover {
		color:#060;				
	}
	.clearFloat {
		clear:both;
	}
	#rightColContainer {
		border-left:1px dotted #C0C0C0;
	}
	#rightColContainer1 {
		width:350px;
	}
	#footer {
		font-family:verdana,arial;
		font-size:12px;
		text-align:center;	
		color:#fff;
	}
	#footer a:link, #footer a:visited, #footer a:active {
		font-family:verdana,arial;
		font-size:12px;
		text-align:center;	
		color:#fff;
		text-decoration:none;
	}	
	#footer a:hover {
		color:#999;
	}
	
	
.newlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
		}
.newlink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#005683;
	text-decoration:underline;
		}
