* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	background-image: url(images/blackback.png);
	background-repeat: repeat;
	background-color: #000033;
	scrollbar-base-color:#FFF;
}

#container {
	height: 600px;
	width: 980px;
	background-repeat: no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.footer {
	background-color: #000000;
}
.header {
	height: 116px;
	width: 980px;
	background-color: #000000;
}

#page {
	width: 980px;
	background-image: url(images/backdrop2.gif);
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	float: left;
	height: 410px;
}
	

A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
A:active {
	text-decoration: none;
	color: #99CCFF;
}
A:hover {
	text-decoration: none;
	color: #99CCFF;
}
.image {
	height: 408px;
	width: 500px;
	float: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.logo {
	height: 116px;
	width: 360px;
	float: left;
}
.links {
	height: 23px;
	width: 450px;
	float: right;
	padding-top: 50px;
	margin-top: 0px;
}
.footer {
	height: 120px;
	width: 980px;
	background-color: #000000;
}
.content {
	height: 408px;
	width: 478px;
	float: right;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: normal;
	color: #000033;
	height: 400px;
	width: 450px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 13.5px;
}
/* Menu */

#menu {
	float: right;
	padding-top: 36px;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px 6px 10px;
	
}


#menu .active {
}

#menu .active a {
}
#container1 {
	height: 118px;
	width: 980px;
	background-repeat: no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

a.blue:link {
	color: #000033;
	background: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.blue:active {
	color: #99CCFF;
	background: #ffffff;
	font-weight: bold;
}
a.blue:visited {
	color: #99CCFF;
	background: #ffffff;
	font-weight: bold;
}
a.blue:hover {color: #0000ff; background: #ffffff; font-weight: bolder;}
