/************************  Body style settings  ************************/
html, body {
	height:				100%;

}

.cmsBody {
	padding:			0px;
	margin:				0px;
	text-align:			left;
	background-color:	#f7fcca;
	background-image: 	url(../images/Template/bg.gif);
	background-repeat:	repeat-y;
	color: 				#000000;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-weight:		normal;
	overflow:			hidden;
}

.Menu {
	padding-top: 15px;
	padding-left:10px;
}

/************************  P tag style settings  ************************/

P {
	font-size: 			13px;
}

/************************  A tag style settings  ************************/

A:LINK {	
	color: #31187F;
}
  
A:VISITED {	
	color: #31187F;
} 
 
A:ACTIVE {	
	color: #31187F;
}
  
A:HOVER {	
	color:#00FF00;
    text-decoration: none;
} 

/************************  Header tag H1 H2 H3 H4 style settings  ************************/

H1 {
	font-size			: 16px;
	font-weight			: bold;
	color				: #B64703;
	margin				: 0px;
	padding				: 15px;
	padding-bottom		: 0px;
	line-height			: 20px;
}

H2 {
	font-size			: 13px;
	font-weight			: bold;
	color				: #000000;
	margin				: 0px;
	padding-top			: 5px;
	padding-bottom		: 5px;
	padding-right		: 15px;
	padding-left		: 0px;
}

H3 {

}

H4 {

}

/************************  List style settings  ************************/

UL { 

}

OL { 

}

LI {

}

/****************  Custom tags/classes style settings  ****************/

#outer{
	height						:100%;
	min-height					:100%;
	margin-left					:300px;
	color						:#000000;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
	position:absolute;
	top							:0;
	left						:0;
	width						:100%;
	height						:164px;
	background-image			:url(../images/Template/header_bg.gif);
	color						:#000000;
	text-align					:left;
}

#left {
	position					:relative;/*ie needs this to show float */
	width						:300px;/* same as the left margin on #outer*/
	float						:left;
	margin-left					:-300px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/
	padding-top					:164px;/* push column into position*/
}

#clearheader{height:164px;}/*needed to make room for header*/

* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

.sectionImage {
	position:absolute;
	right:0px;
	top:164px;
	border:0px solid #FF0000;
}

#content {
	display:block;
	position:relative;
	overflow:auto;
}

.logo {
	position:absolute;
	left:0px;
	top:0px;
}

.logoPrint {
	display:none;
	position:absolute;
	right:0px;
	top:0px;
}

.headerText {
	position:		absolute;
	left:			325px;
	top:			20px;
	color:      	#000000;
	font-size:  	18px;
	font-weight: 	bold;
	line-height:	25px;
}

.headerSubText {
	color:       	#000000;
	font-size:   	11px;
	font-weight: 	normal;
}

.deeplinks {
	padding:		15px;
	font-size: 		13px;
	font-weight: 	bold;
	color: 			#000000;
}