﻿/* All the content boxes belong to the content class. */


#header {
background: #ffffff url("/ExternalFiles/css/NavLeft/Graphics/ponttc.jpg") no-repeat;
color: #ffffff;
height: 160px;
}

.title {
color: #6F5459;
}
.titleSub {
color: #6F5459;
}

.error 
{
	color: Red;
}

#footer {
background-color: #02631E;
color: #ffffff;
border:2px solid #ffffff;
}

#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #02631E;
	background-color:#ffffff;
	}

#contents {
	border:2px solid #000000;
	background-color: transparent;
	}

#navMain a, #navMain a:link, #navMain a:visited {
color: #02631E;
font-weight:bold;
border-bottom:none;

}

#navMain {
	background-color:#ffffff;
	border: 1px solid #02631E;
	}
	
#navMain a:hover{
	color: #ffffff;
	background-color:#02631E;
}

#navUser 
{
	border:1px solid #E84933;
	background-color:#ffffff;
	color: #000000;	
	float:left;
	clear:left;
	width: 128px;
	}
#contents {
margin-right: 0px;
                
	}
	 
#navUser a{
	color: #000000;
}

#navUser a:hover {
	color: #000000;
	background-color:#CECECE;
	}

body {
	color: #02631E;
	background-color: #ffffff;
	font-size:11pt;
	}


h1 {color: #02631E;	}
a {	color: #00006C;

border-bottom:1px solid #00006C;
	}
a:link {color:#00006C;}
a:visited {color:#00006C;}
a:hover {background-color:#00006C;
		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;
}

