body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
p {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.checkform {
	float: left;
	height: auto;
	width: 550px;
	background-color: #496A85;
	padding: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #FFF;
	background-image: url(../images/curl.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 165px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header .logowrap {
	float: left;
	margin-top: 25px;
}
#header .strapline {
	background-image: url(../images/strapline.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 35px;
	width: 275px;
	margin-top: 100px;
}
#menu {
	height: 53px;
	width: 960px;
}
#cssmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:53px;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url('images/blue.jpg') repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
#cssmenu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #93AEC3;
	}
#cssmenu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	height:24px;
	height:33px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	}
#cssmenu li a:hover{
	background-color: #7DAED6;
	}


#banner {
	height: 250px;
	width: 960px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #496A85;
}
#content {
	background-color: #7CADD7;
	height: auto;
	width: 940px;
	background-image: url(../images/footbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 20px;
	overflow: hidden;
	padding-left: 20px;
}
#content img {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #FFF;
	padding: 0px;
	float: left;
}
.leftcolumn {
	float: left;
	height: auto;
	width: 580px;
	padding-right: 20px;
}
.rightcolumn {
	float: left;
	height: auto;
	width: 270px;
	padding-right: 30px;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-bottom: 20px;
}
#footer {
	background-color: #496A85;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.footmenuwrap {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	overflow: hidden;
}
.footmenu {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 40px;
	margin-right: 30px;
	margin-top: 20px;
}
.footmenu h1 {
	font-size: 14px;
}
.footmenu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.footmenu a {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	line-height: 23px;
	font-size: 10px;
}
.footmenu li {
	margin: 0px;
	padding: 0px;
}.right {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #000;
}
a:active {
	color: #CCC;
}
