@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #023555;
}

#banner {
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	position: relative;
}

#navigation {
	width: 578px;
	height: 25px;
	position: absolute;
	left: 242px;
	top: 69px;
}

#wrapper-border {
	width: 800px;
	height: auto;
	border: 1px solid #508fb5;
	padding: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}	

#wrapper {
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#content {
	width:760px;
	height:auto;
	padding:20px;
}

#content a {
	color: #003353;
}

#content li {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #003353;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 15px;
}

#header_forms, #header_forms2 {
	width: 762px;
	height: 73px;
	background-image:url(../images/header-seconday.jpg);
	background-repeat: no-repeat;
	padding-top:14px;
	padding-left:20px;
}

#header_forms2 {
	margin-top:50px;
}

#footer {
	border-top: 1px solid #003353;
	width: 780px;
	height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 50px;
	margin-bottom: 10px;
}




















/*TEXT*/
p {
	color: #003353;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px
}

.header1 {
	color: #003353;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style:italic;
}

.footer {
	color: #003353;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
}
/*images*/
#banner img {
	text-decoration: none;
	border: none;
	float: left;
}

/*links*/

#wrapper-border #footer .footer a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #003353;
	text-decoration: none;
	margin-right: 10px;
}

#wrapper-border #footer .footer a:hover {
	color: #003353;
	text-decoration: underline;
}

#banner #navigation a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
}

#banner #navigation a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}




