﻿/* All the content boxes belong to the content class. */
body {
	background-color:#E4F7D4;
	font-size: 11pt;
	}

#header, #footer, .title, .titleSub {
	background-color: #275602;
	color: #ffffff;
	}

#navMain, #navUser {
	background-color:#FFBB21;
	}

#contents {
	background-color: White;
	}

#navMain, #navUser, #contents {
	border:1px dashed #275602;
}

#navMain a, #navMain a:link, #navMain a:visited, #navUser a, #navUser a:link, #navUser a:visited {
	color:#000000;
	border-bottom: dashed 1px #000000;
}

#navMain a:hover, #navUser a:hover {
	color:#FFBB21;
	background-color:#000000;
	
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color: #ffffff;
	border-bottom: dashed 1px #ffffff;
	background-color: #275602;
}

a, a:link, a:visited {
	color:#008000;
	border-bottom: dashed 1px #275602;
	}
	
a:hover {
	background-color:#275602;
	color: #ffffff;
	}

.error {
	color: Red;
}

.headingText 
{
	font-size:20pt;
}

.subHeadingText 
{
	font-size:16pt;
	}	
.normalText 
{
font-size: 11pt;

}#container {

width: 960px;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
}
#navUser 
{
	border:2px dashed #000000;
	background-color:#ffffff;
	color: #000000;
	float:left;
	clear:left;
	width:128px;
	}
#contents {
margin-right: 0px;
                }
