﻿/* All the content boxes belong to the content class. */


#header {
background: #ffffff url("/ExternalFiles/css/NavLeft/Graphics/larbl.jpg") no-repeat;
color: #ffffff;
height: 200px;
}

.title {
color: #E2F1ED;
}
.titleSub {
color: #E2F1ED;
}

.error 
{
	color: Red;
}

#footer {
	color: #000066;
	background-color:#ffffff;
	border: 1px solid #000066;
}

#contents {
	border:2px solid #3399FF;
	background-color:transparent;
	}

#navMain a, #navMain a:link, #navMain a:visited {
color: #000066;
font-weight:bold;
}

#navMain {
	background-color:#3399FF;
	border: 2px solid #000066;
	}
	
#navMain a:hover{
	color: #ffffff;
	background-color:#000066;
}
#navSection {
	background-color:#3399FF;
	border: 2px solid #000066;
	}
#navSection a, #navSection a:link, #navSection a:visited {
color: #000066;
font-weight:bold;
}
#navSection a:hover{
	color: #ffffff;
	background-color:#000066;
	}

#navUser 
{
	border:1px dashed #02368A;
	background-color:#ffffff;
	color: #1458A3;
		float:left;
	clear:left;
	width: 128px;
	}
#contents {
margin-right: 0px;
                
	}

body {
	color: #000066;
	font-size: small;
	background-color: #ffffff;
	}


h1 {color:#000066;}
a {	color:#000066;}
a:link {color:#0066FF;}
a:visited {color:#0066FF;}
a:hover {	color: #ffffff;
	background-color:#000066;
}

#footer a:link {
color:#0066FF;
}

#footer a:hover{
color: #ffffff;
	background-color:#000066;
}
#container {

width: 960px;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
}
.headingText 
{
	font-size:x-large;
	color: #000066;
}

.subHeadingText 
{
	font-size:large;
	color: #000066;
	}
