body {
	font-family: Arial, Helvetica, sans-serif;
	color:#4C4C4C;
	font-size:12px;
	text-align:center;
	background-color:#FFFFFF;
	margin-top:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

hr{
	background-color:#0A428F;
	height:2px;
	border:2px;
	color:#0A428F;
	padding:0px;
	margin:0px;
}

/*--------------Generic styles -------------------*/
.hr1px{
	height:1px;
	border:1px;
}

.dotted{
	width:760px;
	height:1px;
	background-image:url(../Images/dottedline.gif);
	background-repeat:repeat-x;
}
/*------------------------------------------------*/

/*--------------Layout styles---------------------*/
#wrapper{
	width:760px;
	padding-left:12px;
	padding-right:12px;
	margin:0px auto;
	text-align:left;
	background-color:#FFFFFF;
	background-image:url(../Images/gradlong.gif);
	background-repeat:repeat-y;
}

#topnav1{
	width:740px;
	padding-left:20px;
}

#topnav1 a:link, #topnav1 a:visited{
	color:#4C4C4C;
	text-decoration:none;
	font-size:14px;
}

#topnav1 a:hover{
	text-decoration:underline;
}

#topnav1 img{
	vertical-align:middle;
}

#topnav2{
	width:730px;
	border-top:1px solid #0A428F;
	border-bottom:2px solid #0A428F;
	margin-top:10px;
	text-align:right;
	padding:5px 30px 5px 0px;
	color:#0A428F;
	font-size:12px;
	font-weight:bold;
}

#topnav2 a:link, #topnav2 a:visited{
	color:#0A428F;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#topnav2 a:hover{
	text-decoration:underline;
}

#header1{
	width:730px;
	margin-top:10px;
	padding-right:30px;
	text-align:right;
}

#header2{
	width:760px;
	height:121px;
	margin-top:10px;
	background-image:url(../Images/header.jpg);
}

#header2 h1{
	margin:0px;
	padding:60px 0px 0px 14px;
	font-size:23px;
	color:#FFFFFF;
	font-style:italic;
	font-weight:bold;
}

#footer{
	width:740px;
	clear:both;
	margin-top:10px;
	padding:5px 10px 10px 10px;
	border-top:2px solid #6D6E71;
	
	color:#0A428F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}


#bottomgrad{
	margin:auto;
	width:784px;
	height:14px;
	background-image:url(../Images/gradfooter.gif);
	background-repeat:repeat-x;
}

#gradcornerleft{
	width:12px;
	height:14px;
	float:left;
	background-image:url(../Images/leftcorner.gif);
}

#gradcornerright{
	width:12px;
	height:14px;
	float:right;
	background-image:url(../Images/rightcorner.gif);
}

#content{
	width:520px;
	line-height:140%;
	padding:10px 20px 0px 0px;
	float:right;
}

#content h2, #content_wide h2{
	font-size:16px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#content a:link, #content a:visited, #content_wide a:link, #content_wide a:visited{{
	color:#0A428F;
	text-decoration:none;
}

#content a:hover, #content_wide a:hover{
	text-decoration:underline;
}

#Content_image{
	width:200px;
	float:left;
	margin:10px 0px 20px 0px;
}

#Content_image img{
margin-left:10px;

}

#content_wide{
	width:720px;
	line-height:140%;
	padding:10px 20px 0px 0px;
	float:right;
}
/*-------home page only---------*/

#strapline{
	border:1px dashed #0A428F;
	float:left;
	width:230px;
	padding:10px;
	margin-bottom:20px;
}

#latestnews{
	border:1px dashed #0A428F;
	width:230px;
	float:right;
	padding:10px;
	margin-bottom:20px;
}

#strapline h2, #latestnews h2{
	color:#0A428F;
	font-style:italic;
	margin:0px 0px 5px 0px;
}

#strapline a:link, #latestnews a:link, #strapline a:visited, #latestnews a:visited{
	display:block;
	border:1px solid #0A428F;
	width:70px;
	padding:2px 0px 2px 0px;
	text-align:center;
}
/*------------------------------------------------------*/


