body {
	font-size: 12px;
	line-height: 125%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #cccccc;
	padding: 0;
	margin: 0;
}

p {
	margin-left: 5px;	
}

#header {
	width: 100%;
	border-top: 3px solid #990000;	
	border-bottom: 3px solid #990000;	
}

#siteBranding {
	font-size: 24px;
	background: #4080c0 url(Images/Header1.jpg) repeat-y right;
	color: white;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
}

#navigation {
	width: 140px;
	height: 100%;
	background: #cccccc url(Images/Nav2.jpg) no-repeat;
}

#content {
	left: 140px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.sectionHead {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	padding-left: 0;
	margin-left:5px;	
}

.client {
	font-size: 12px;
	color: #4080c0;
	font-weight: bold;
	padding-left: 5px;
	margin: 5px;	
}

.pageThemeDark {
	float: right;	
	margin: 5px;
	padding: 0;
	border-style: solid;
	border-width: 2px;
	border-color: white;
}

.pageThemeLight {
	float: right;	
	margin: 5px;
	padding: 0;
	border-style: solid;
	border-width: 2px;
	border-color: black;
}

#footer {
	text-align: center;
	width: 100%;
	clear: both;
}

#header, #navigation, #content {
	position: absolute;
}

#navigation, #content {
	top: 61px;
}

#footer {
	margin-top: 50px;
	margin-bottom: 20px;
}

#navigation ul {
	margin-top: 10px;
	padding-left: 0;
	margin-left:20px;
}

#navigation ul li {
	margin-top: 10px;
	list-style-type: none;
}

#navigation ul li a {
	color: #990000;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #990000;
	font-weight: bold;
}

form.contact {
	padding: 0;
	margin: 0;
	line-height: 150%;
	margin-left:5px;	
}	

form.contact fieldset {
	border: 2px solid black;
	padding: 10px;
	width: 650px;
}	

form.contact legend {
	font-weight: bold;
	font-size: 12px;
	color: Black;
	padding: 5px;
}

form.contact span.fieldlabel {
	display: block;
	float: left;
	width: 75px;
	font-weight: bold;
	font-size: 12px;
	color: #4080c0;	
}

form.contact span.fieldformatting {
	font-weight: normal;
	font-size: 12px;
	color: #990000;	
}

form.contact .buttonarea {
	text-align: center;
	padding: 5px;
}

form.contact .buttonarea input {
	background: #4080c0;
	padding: 5px;
	color: White;
	font-weight: bold;
	border: 1px solid white;
}