﻿/* All the content boxes belong to the content class. */

body {
	color: #000040;
	}
	
#header {
background: #ffffff url("/ExternalFiles/CSS/NavLeft/Graphics/LlindfieldPCBgTop.jpg") no-repeat;
height: 278px;
}


#navMain, #navUser, #navSection  {
	border:1px solid #ffffff;
	background-color:#268328;
	color: #ffffff;
	font-weight:bold;
	}

#navMain a, #navMain a:link, #navMain a:visited, #navUser a, #navUser a:link, #navUser a:visited, #navSection a, #navSection a:link, #navSection a:visited {
color: #ffffff;
}
	


#navMain a:hover, #navUser a:hover, #navSection a:hover{
	color: #268328;
	background-color:#ffffff;
}

#navSection a, #navSection a:link, #navSection a:visited 
{
	margin-left: 35px;
}

#contents {
	border:1px solid #268328;
	background-color:Transparent;
	}

#footer {
background-color: #268328;
color: #ffffff;
border:1px solid #ffffff;
text-align: center;
}

#footer a, #footer a:link, #footer a:visited 
{
	color: #268328;
	background-color:#ffffff;
}

.title {
color: #1095D6;
}
.titleSub {
color: #1095D6;
}

.error 
{
	color: Red;
}

h1 {color: #1095D6;	}
a {	color: #268328;

border-bottom:1px solid #268328;
	}
a:link {color:#268328;}
a:link {font-weight:bold;}
a:visited {color:#268328;}
a:hover {background-color:#268328;}
a:hover {color: #ffffff;}


.headingText 
{
	font-size:x-large;
}

.subHeadingText 
{
	font-size:large;
}
#container {

width: 1010px;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
}
#NavUser {
	float:left;
	clear:left;
	width:128px;
	}
#contents {
margin-right: 0px;
                }