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