﻿/* All the content boxes belong to the content class. */
body {
font-size: 14px;
font-family: Verdana ;
	color: #2E6B34;
	background-color: #ffffff;
	}

#header {
background-color: #ffffff;
background: #ffffff url("/ExternalFiles/css/NavLeft/Graphics/sterme.jpg") no-repeat;
height: 200px;
color: #6F5459;
}

.title, .titleSub {
color: #C6ECC9;
}

.error {
	color: Red;
}

#contents, #navMain, #navUser, #footer  {
	border:1px solid #2E6B34;
	}

#navMain, #navUser {
	color: #9F381B;
	background-color:#C6ECC9;
	}

#navMain a, #navMain a:link, #navMain a:visited, #navUser a, #navUser a:link, #navUser a:visited {
color: #2E6B34;
border-bottom:1px dashed #2E6B34;
}

#navMain a:hover, #navUser a:hover {
	color: #C6ECC9;
	background-color:#2E6B34;
}

#footer {
background-color: #C6ECC9;
}

a, a:link, a:visited {	color: #742E25;
	border-bottom:1px dashed #742E25;
	}

a:hover {background-color:#742E25;
		color: #ffffff;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover{	color: #2E6B34;
	border-bottom:1px dashed #2E6B34;
	background-color: #C6ECC9;
	}
#NavUser {
	float:left;
	clear:left;
	width: 128px;
	}
#contents {
margin-right: 0px;
background-color:transparent;
                }
				#container {

width: 960px;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
}