﻿/* All the content boxes belong to the content class. */
body {
	background-color:#D6D4F7;
	font-size:11pt;
	}

#header, #footer, .title, .titleSub {
	background-color: #3C3596;
	color: #ffffff;
	}

#navMain, #navUser {
	background-color:#72611C;
	}

#contents {
	background-color: White;
	}

#navMain, #navUser, #contents {
	border:1px Solid #3C3596;
}

#navMain a, #navMain a:link, #navMain a:visited, #navUser a, #navUser a:link, #navUser a:visited {
	color:#ffffff;
	border-bottom: dashed 1px #ffffff;
}

#navMain a:hover, #navUser a:hover {
	color:#72611C;
	background-color:#ffffff;
	
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color: #ffffff;
	border-bottom: dashed 1px #ffffff;
	background-color: #3C3596;
}

a, a:link, a:visited {
	color:#3C3596;
	border-bottom: dashed 1px #3C3596;
	}
	
a:hover {
	background-color:#3C3596;
	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; 
}
