﻿/* All the content boxes belong to the content class. */

.title {
color: #ffffff;
}
.titleSub {
color: #ffffff;
}

.error 
{
	color: Red;
}

#footer {
background-color:#ffffff;
color: #000000;
border:1px solid #ffffff;
}

#navSection {
	color: #ffffff;
	background-color:#0F437D;
	font-size: 13pt;
	font-weight: bold;
	}

#contents {
	border:1px solid #0f437d;
	background-color:#ffffff;
	color: #000000;
	}
	
#navSection ul li
{   
	padding-right: 5px;
}	
	
#navSection ul li+li
{
	border-left: 2px solid #ffffff;    
}
#navSection a, #navSection a:link, #navSection a:visited {
color: #ffffff;
border-bottom: none ;
}

#navSection a:hover {
	color: #0F437D;
	background-color:#ffffff;
}

#navMain a, #navMain a:link, #navMain a:visited {
color: #80b3ea;
font-weight:bold;
}

#navMain {
	border:1px solid #0f437d;
	background-color:#0f437d;
	color: #ffffff;
	font-weight:bold;
	}
	
#navMain a:hover{
	color: #0f437d;
	background-color:#80b3ea;
	border:1px solid #0f437d;
}

#navUser 
{
	border:1px dashed #455F64;
	background-color:#E2F1ED;
	color: #455F64;
		float:left;
	clear:left;
	width: 128px;
	}
#contents {
margin-right: 0px;
                
	}

body {
	color: #0f437d;
	background-color:white;
	font-size:11pt;
	}


h1 {color:#244780;}
a {	color:#244780;}
a:link {color:#244780;}
a:visited {color:#244780;}
a:hover {background-color:#244780;
		color:#ffffff;
}
#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;
}

