﻿/* All the content boxes belong to the content class. */
body {
	color: #2E6B34;
	background-color: #ffffff;
	font-size:11pt;
	}

#header {
background-color: #2E6B34;
color: #C6ECC9;
}

.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; 
}
.headingText 
{
	font-size:20pt;
}

.subHeadingText 
{
	font-size:16pt;
	}	
.normalText 
{
font-size: 11pt;
}
