div#container {
width :990px;
margin : 0 auto;
padding :0 ;
text-align : left;
}

body {font : 90%/180% Tahoma, Veradana, Arial, sans-serif;
background-color:#05396b;

}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 980px;
		border-left-color: #085dad;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #085dad;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #085dad;
	border-top-width: 1px;
	border-top-style: solid;

}
#subheading {
	background-color: #FFFFFF;
	color: #999999;
	margin: 0 ;
	width: 980px;
	text-align:right;
	background-repeat: repeat-x;
	background-image: url(../images/topspace.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-position: left top;
	font-size: 0.8em;
	font-weight:bold;
	
}
#columnwrapper {
	margin: 0 auto;
	width: 980px;
	height:auto;
/*	background-image: url(img/p7CRVCol3_middle.jpg);*/
	background-repeat: repeat-y;
	border-left-color: #085dad;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #085dad;
	border-right-width: 1px;
	border-right-style: solid;
	background-color:#FFFFFF;
}



#c1, #c2, #c2a, #c3 {
	float: left;
}
#c1 {
	width: 234px;
	background-color: #f0fbdc;
}
#c2 {
	width: 512px;
	/*background-image: url(../demo-images/sol.jpg);
	background-repeat: no-repeat;
	padding-top: 140px;
	background-position: 22px -78px;*/
}
#c2a {
	width: 746px;
	/*background-image: url(../demo-images/sol.jpg);
	background-repeat: no-repeat;
	padding-top: 140px;
	background-position: 22px -78px;*/
}
#c3 {
	width: 234px;
	background-color:#edf5ff;
	height:100%;
}
#c1 .content {
	font-size: 0.90em;
	padding: 16px 28px 16px 34px;
	height:100%;

}
#c2 .content {
	color: #000000;
	font-size: 0.9em;
	/*padding: 16px 22px 16px 22px;*/
	padding: 16px 28px 16px 34px;
	line-height: 1.6em;

}
#c2a .content {
	color: #000000;
	font-size: 0.9em;
	/*padding: 16px 22px 16px 22px;*/
	padding: 16px 28px 16px 34px;
	line-height: 1.6em;

}
#c3 .content {
	font-size: 0.9em;
	padding: 20px 16px 16px 15px;
	line-height: 1.3em;
	height:100%;

}
h1 {
	font-size: 1.25em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	/*clear: both;
	background-image: url(img/p7CRVCol3_bottom.jpg);
	background-repeat: no-repeat;*/
	height: 2pc!important;
}
#footer {
	margin: 0px auto;
	text-align:center;
	font-size: 0.7em;
	width: 980px;
	/*border-left-color: #085dad;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #085dad;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-color: #085dad;
	border-bottom-width: 1px;
	border-bottom-style: solid;*/
	
	background-color: #ffffff;
	
	background-image: url(../images/topspace.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
/*	background-position: left top;*/
	font-size: 0.8em;
	font-weight:bold;
}
/*#footercontent {
	padding: 14px;
}*/
/*NavBar*/
#nav_wrapper {
	font-size: 0.8em;
	margin: 12px 0px 0px 15px;
	width: 210px;
}

#navbar {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
}
#navbar a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #FFE084;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #CCCCCC;
	background-color: #010101;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #5785BD;
}
.content a:visited {
	color: #757575;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
#c2a a:hover, #c2 a:focus, #c2 a:active {
	color: #93be49;
}
/*Right Sidebar Links*/
#c3 a:link {
	color: #0066CC;
}
#c3 a:visited {
	color: #2F4F53;
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #000000;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}
a:link {
	color: #0066CC;
}
a:hover {
	color: #99FFCC;
}
