body {
	margin: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 14px;
	background-color: #003e5d;
	color: #c2d5dc;
	text-align: center;
}

* {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}

a{
	color: #c2d5dc;
	outline:none;
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h1{
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 22px;
}

h2{
	font-weight: normal;
	font-size: 17px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h2.news{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #074c6a;
	color: #c2d5dc;
}

.container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header{
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#header .container{
	background-image: url(images/logo-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
}

#header h1{
	margin: 0px;
	float: left;
	padding-top: 79px;
	padding-left: 51px;
}

#header h1 a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header ul{
	margin: 0px;
	list-style-type: none;
	float: right;
	padding-top: 132px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header li{
	float: left;
}

#header li a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}

#header li a.active, #header li a.active:hover{
	color: #f5a100;
}

#header li.parent:hover{
	background-color: #0c5775;
}

#header li a:hover{
	color: #c2d5dc;
}

#header li ul {
	position: absolute;
	left: -999em;
	margin: 0px;
	background-color: #0c5775;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #146784;
}

#header li:hover ul, #header li.sfhover ul { 
	left: auto;
}

#header li ul li{
	float: none;
}

#header li ul li a{
	text-transform: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #146784;
	width: 150px;
}


#menu {
	background-color: #003651;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3191a7;
	border-bottom-color: #3191a7;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 27px;
	padding-bottom: 38px;
}

#menu ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#menu li{
	float: left;
}

#menu li a{
	height: 82px;
	width: 290px;
	display: block;
	background-image: url(images/menu.jpg);
	text-indent: -999em;
}

#menu li a#ed{
	background-position: 0px 0px;
}

#menu li a#ed:hover{
	background-position: 0px -82px;
}

#menu li a#dm{
	background-position: -290px 0px;
}

#menu li a#dm:hover {
	background-position: -290px -82px;
}

#menu li a#ls{
	background-position: -580px 0px;
}

#menu li a#ls:hover{
	background-position: -580px -82px;
}
	
#main{
	line-height: 22px;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 30px;
}

#main2 {
	background-color: #003651;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3191a7;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 22px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#main2 img{
	float: right;
	display: block;
	margin: 30px;
}

#main .container, #main2 .container{
	width: 820px;
}

ul.ed{
	background-image: url(images/ed.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 190px;
	background-position: left center;
}

ul.dm{
	background-image: url(images/dm.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 190px;
	background-position: left center;
}

ul.ls{
	background-image: url(images/ls.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 190px;
}

#footer{
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
}

#footer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#footer li{
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	color: #3191a7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #074c6a;
	line-height: 15px;
}

#footer li.last{
	border-style: none;
}

#footer li a{
	color: #3191a7;
	text-decoration: none;
}

#footer li a:hover{
	color: #146884;
}

.clear{
	clear: both;
}

.divide{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #074c6a;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.left{
	width: 550px;
	float: left;
}

.right{
	float: left;
	width: 250px;
	text-align: left;
	background-color: #00293e;
	margin-left: 20px;
}

.right ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.right ul li{
	margin-bottom: 25px;
}

.right a{
	text-decoration: none;
	display: block;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	line-height: normal;
}

.right a:hover{
	color: #c2d5dc;
}


.right p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.right p a{
	text-decoration: underline;
	display: inline;
	font-size: 14px;
	color: #c2d5dc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}

.right p a:hover{
	text-decoration: none;
}

.right br{
	display: none;
}

form{
	margin: 0px;
	padding: 0px;
}

.ftp{
	margin: 0px;
	padding: 0px;
}

.ftp dt{
	float: left;
	width: 75px;
}

.ftp dd{
	margin-left: 75px;
	margin-bottom: 5px;
}

.hide{
	display: none;
}

.field{
	width: 250px;
	font-size: 15px;
	background-color: #003e5d;
	color: #FFFFFF;
	padding: 2px;
	border: 1px solid #003e5d;
}

.field:hover, .field:focus{
	border: 1px solid #146884;
}

.button{
	background-color: #3191a7;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.button:hover{
	background-color: #f5a100;
}

