* {
	margin: 0px;
	padding: 0px
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

p {
	padding-top: 10px;	
}

.strong_copy {
	font-weight: bold;
}

p.single {
	padding-top: 4px;
	padding-bottom: 4px;
}

p {
	padding-top: 12px;	
}

ul {
padding-left:15px;
margin-left: 15px;
}


body {
	font-family: arial, verdana;
	font-size: 11px;
}

#main_container {
	width: 778px;
	position: relative;
	margin: 0 auto;
}

#header {
	width:778px;
	height:102px;
	background-image: url(../_images/header.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

#header_contact_details {
	font-size: 14px;
	color: #000000;
	padding-left: 654px;
	padding-top: 15px;
}

.top_link {
	font-size: 14px;
	color: #000000;
}

#navigation {
	padding-left:383px;
	padding-top: 8px;
}

.hovermenu ul{
font: bold 11px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: #0a349d;
background-color: #f2f5f9;
border: 2px solid #eaeff6;
}

.hovermenu ul li a:hover{
background-color: #5474a7;
color: white;
border-style: outset;
text-decoration: none;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

#footer {
	width:773px;
	height: 20px;
	padding-top: 4px;
	padding-right: 5px;
	color: #808080;
	border-top-width: 1px;
	border-top-color: #e7e7e7;
	border-top-style: solid;
	margin-top: 20px;
	float: left;
}

#footer_left {
width: 387px;
float: left;
}

#footer_right {
width: 386px;
float: left;
text-align: right;
}