@charset "UTF-8";
/* CSS Document */

/*******ELEMENT REDEFINITIONS*************/

body {
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
}

h2 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 9px;
	font-weight: normal;
}

a {
	color: #036cba;
}

b, strong{
	color: #666666;
}

/*******SITE WIDE ELEMENTS***************/
.page {
	width: 935px;
	margin-left: auto; 
	margin-right: auto;
	margin:0 auto;
	text-align: left; 
}


.col1 {
	float:left;
	width: 437px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.col2 {
	float:right;
	width: 437px;
	padding-top: 10px;
}


.picture_label {
	text-align: center;
}

.content {
	padding: 20px;
	background-image: url(../images/body_grad.gif);
	background-repeat: repeat-x;
}


.footer a{
	color: #666666;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
	color: #333333;
}

.logos {
	background-color: #eef8fe;
	padding: 20px;
}

.logo {
	padding: 20px;
	text-align: center;
}

.logo img {
	padding-right: 22px;
	padding-left: 22px;	
}

.dotted_div {
	background-image: url(../images/HR_bg.gif);
	height: 1px;
	clear: both;
}

.content UL {
	list-style-image: url(../images/bullet.gif);
}

.content H1 {
	font-family: Georgia;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 30px;
	color: #036cba;
	font-style: italic;
	letter-spacing: 1px;
}




.centre_content {
	padding-left: 50px;
}

.link_list {
	list-style-type: square;
}
.link_list li{
	padding-bottom: 5px;	
}
.hp_subheader {
	font-family: Georgia;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 18px;
	color: #E50B84;
	font-style: italic;
	letter-spacing: 1px;
}
/*///////////////////////////////*/

.navigation, .nav_bot, .print_div , #toolTipBox, .our_sites, .footer, .strap  {
	display: none;
}
