body {
	margin: 0;
	padding: 0;
	background: #000 url(headerbg.gif) top left repeat-x;
	font-family: Verdana;
	font-size: 14px;
	letter-spacing: 0px;
	color: #666666;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: Verdana;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em; font-style: italic; letter-spacing: 1px; color: #0270C4
}

h4 {
	margin: 0;
	font-size: 1em;
}

p, ul {
	margin-top: 0;
}

a:link, a:visited {
	color: #181a5c;
}

a:hover {
	text-decoration: none; color: #011E9D;
}

/* Header */

#header {
	width: 100%;
	height: 255px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	vertical-align: bottom;
	background: url(logo.gif) top center no-repeat;
}


/* Menu */

ul#menu{
	margin:0 auto;
	padding:0;
	list-style-type:none;
	width:1000px;;
	position:relative;
	display:block;
	height:41px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("OFF.gif") repeat-x top left;
	font-family: Arial,Verdana,sans-serif;
	border-bottom:7px solid #000;
	border-top:1px solid #74b0c6;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
ul#menu li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:18px 28px 0 28px;
	height:29px;
	background:transparent url("DIVIDER.gif") no-repeat center right;
	}

ul#menu li a#last {background: transparent}

ul#menu li a:hover{
	color: #093B57;
	}
ul#menu li a#current{
	font-style: italic; font-weight: bold;
	color: #000;
	}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto; padding: 0;
}

p {text-align: justify; line-height: 150%}

#colOne {
	float: right;
	width: 700px;
	background: #CFEEFF url(rightbg.gif) top left no-repeat;
	padding: 0px 30px 0 30px;
	color: #181a5c;
}

#colTwo {
	float: left;
	width: 180px;
	background: #07537F url(leftbg.gif) top right no-repeat;
	color: #82D1FE;
	padding: 0px 10px 0 30px;
}

/* Footer */

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: .8em 0;
	background: #fff;
}

#footer p {
	margin: 0;
	color: #181a5c;
	text-align: center;
	letter-spacing: normal;
	text-transform:uppercase;
	font-size: 10px;
}
