@charset "utf-8";

/* Remember - Top Right Bottom Left 

	Color Reference:
	Darkest Blue: #083D5F 
	Dark Blue 1: #426B85
	Mid Blue: #A2B6C3
	Dark Red: #A20B1B
*/

body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	padding:0px;
	margin:0px;
	width:780px;
	margin:0 auto;
	text-align: left; 
	background-color:#fff;
	border-left:1px solid #A2B6C3;
	border-right:1px solid #A2B6C3;
}

#header img {
	padding:8px 0px 8px 10px;
}

#image_section {
	/*background-color:#083D5F;*/
	background-color:#809BAC;
	height:120px;
	float:left;
	width:100%;
	border-top:1px solid #fff;
	/*border-bottom:1px solid #083D5F;*/
	border-bottom:1px solid #A2B6C3;
}

#image_section img {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#main_content {
	padding:0px;
	margin:0px;
	width:780px;
	margin:0 auto;
	text-align: left; 
	background-color:#fff;
		border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #A2B6C3;
}


#home_left {
	float:left;
	background-color:#fff;
	width:242px;
	/*margin:4px 2px 0 4px;*/
	padding:8px 6px 4px 6px;
}

#home_centre {
	float:left;
	background-color:#426B85;
	width:244px;
	/*margin:4px 2px 0 2px;
	padding:8px;*/
	padding:8px 6px 4px 6px;
	color:#FFFFFF;
	font-size:75%;
}

#home_centre p {
	margin:7px 4px 4px 4px;
	line-height:1.5em;
}

#home_right {
float:left;
background-color:#FFF;
padding:8px 6px 4px 6px;
width:238px;
		color:#426B85;
	font-size:75%;
/*margin:4px 4px 0 2px;
padding:8px 8px 4px 8px;*/

}

#home_right p {
	margin:7px 4px 4px 4px;
	line-height:1.5em;
		color:#426B85;

}

#home_right ul {
	list-style-type:none;	
	margin:0;
	padding:0 0 0 10px;
	}
	
#home_right li {
	background:url(../images/bullet2.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:5px 0 0px 12px;
	margin:0;

}

#home_right a {
	color:#426B85;
	text-decoration:none;
}

#home_right a:hover {
	color:#426B85;
	text-decoration:underline;
} 

.shading {
	background-image:url(../images/shading.gif);
}

.newsbox {
	padding:14px 10px 0 24px;
	background-image:url(../images/newspaper.gif);
	background-repeat:no-repeat;
	background-position:0 14px;
}

.newsbox h1{
	font-size:70%;
	margin:0 0 8px 0;
	padding:0;
	color:#969696;
	font-weight:normal;
}

.newsbox h2{
	font-size:75%;
	margin:2px 0 0 0;
	padding:0;
	color:#426B85;
	font-weight:normal;
}

.footer {
	/*background-color:#083D5F;*/
	/*background-color:#FFFFFF;*/
	color:#426B85;
	font-size:75%;
	padding:4px;
}

.footer a {
	text-decoration:none;
	color:#426B85;
}

.footer a:hover {
	text-decoration:underline;
	color:#426B85;
}

#contentPage_content {
	padding:14px 24px 8px 24px;
	margin:0px;
	font-size:75%;
	color:#426B85;
}

#contentPage_content p {
	margin:5px 0 5px 0;
	line-height:1.8em;
}

#contentPage_content img {
	border:1px solid #A2B6C3;
}

#contentPage_content a {
	text-decoration:none;
		color:#083D5F;
}

#contentPage_content a:hover {
	text-decoration:underline;
}

#contentPage_content h1 {
	margin:0 0 5px 0;
	font-size:160%;
	color:#426B85;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#contentPage_content h2 {
	margin:10px 0 5px 0;
	font-size:110%;
	color:#A20B1B;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#contentPage_content h3 {
	/* FOR TABLES ONLY */
	margin:0;
	font-size:120%;
	color:#A20B1B;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#contentPage_content ul {
	list-style-type:none;	
	line-height:1.8em;
	margin:0;

	}
	
#contentPage_content li {
	background:url(../images/bullet3.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:0 0 6px 15px;
	margin:0;

} 

#contentPage_content ul ul{
	list-style-type:none;	
	line-height:1.8em;
	margin:5px 0 0 0;
	}

#contentPage_content li li{
	background:url(../images/bullet2.gif);
	background-repeat:no-repeat;
	background-position:8px 6px;
	padding:0 0 6px 20px;
	margin:0;

} 


#image_box {
	width:190px;
	margin-left:20px;
	margin-top:13px;
	font-size:75%;
	padding:0px;
}

#image_box p{
	margin:0;
	padding:2px 0 10px 0;
}

#image_box img {
	border:1px solid #A2B6C3;
}

#image_box a {
	color:#426B85;
	text-decoration:none;
}

#image_box a:hover {
	color:#426B85;
	text-decoration:underline;
}

.search {
background-image:url(../images/magnifier.gif);
background-position:5px 14px;
background-repeat:no-repeat;
width:215px;
float:right;
padding:10px 10px 0 0;
margin:0;
text-align:right;
	
}

#contentPage_rcol {
	text-align:center;
	margin:14px 0 0 0;
}

#contentPage_rcol img {
	border:1px solid #A2B6C3;
}

#contentPage_rcol a {
	font-size:75%;
	text-decoration:none;
	color:#426B85;
}

#contentPage_rcol a:hover {
	font-size:75%;
	text-decoration:underline;
	color:#426B85;
}

#contentPage_rcol p{
	text-align:center;
	margin:5px 0 5px 0;
	padding:0px;
}

#contentPage_rcol .caption {
	margin-bottom:15px;
		font-size:75%;
	text-decoration:none;
	color:#426B85;
}

.newsTable td {
	padding:0 10px 10px 0;
	
}






	
