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