body {
	background-color: #FFFFFF;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #303030;
}



h1 {
	font-size:30px;
	line-height:30px;
	font-weight:normal;
	color:#000;
}
h1 b{
	font-size:30px;
	font-weight:bold;
	line-height:36px;
	color:#006788;
}

h2 {
	font-size:13px;
	line-height:19px;
	color:#006788;
}

h3 {
	padding-top:20px;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#000;
}


.content {
	width:980px;
}
.content .logo {
	width:203px;
	height:95px;
	float:left;
}
.content .blurb {
	width:203px;
	height:95px;
}

.content .photo {
	width:214px;
	height:634;
	float:right;
}

.content .nav {

	font-size: 14px;
	
}
.content .nav ul{ list-style: none; padding: 0; margin: 0 0 0 0;}
.content .nav li{
	float:left;
	margin:0 0 0 0;
}
.content .nav li a{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 19px;
	padding-bottom: 20px;
	font-size: 14px;
	line-height:59px;
	font-weight: bold;
	color:#585858;
	text-decoration: none;
}
.content .nav li a:hover{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
	color:#006788;
	text-decoration: none;
}
.content .nav li:hover{
	background-image: url(images/bg_nav.gif);
}

.content .sidebar{
	margin: 20px 0 0 0;
	padding-left: 20px;
	padding-right: 20px;
	float:right;
	width:210px;
	text-align: left;
	font-size: 12px;
	line-height:16px;
	color: #7a7a7a;
	background-image: url(images/bg_sidebar.gif);
}

.content .sidebar b{
	font-size:14px;
	color:#006788;
	font-weight:bold;
	padding-top: 15px;
}


.content .maintext{
	float:left;
	margin: 20px 0 0 0;
	padding-right: 20px;
	width:495px;
	text-align: left;
}

.content .maintext li{
	font-size:12px;
	color:#000;
	font-weight:normal;
	line-height:17px;
	padding:0 0 5px 0;
}
.content .maintext li b{
	font-size:13px;
	color:#006788;
	font-weight:bold;
	line-height:17px;
	padding:0 0 5px 0;
}

.content .maintext .quote {
	background-color:#dcf5fd;
	color:#333;
	padding:5px 12px 5px 12px;
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
}
.content .maintext .quote b {
	font-size: 16px;
	color:#004960;
}

.footer {
	background-color:#e5f0f3;
	width: 100%;
	background-position: center;
}

.footer .centre {
	width: 980px;
	height: 70px;
	font-size:11px;
	text-align:left;
	vertical-align: middle;
}


.footer .centre ul{ list-style: none; padding: 0; margin: 0 0 0 0;}
.footer .centre li{

	float:left;
	margin:0 0 0 0;
}
.footer .centre li a{
	padding-right: 20px;
	padding-top: 19px;
	padding-bottom: 20px;
	font-size: 11px;
	font-weight: bold;
	color:#585858;
	text-decoration: none;
}
.footer .centre li a:hover{
	color:#006788;
	text-decoration: none;
}

.footer .centre .logo {
	width: 115px;
	height:70px;
	float: left;
}
