* {
	margin: 0;
	padding: 0;
	font-color: #FFFFFF;
}

body {
	background-color: #000066;
	margin: 0;
	padding: 0;
}

#hor_bg {
	margin: 0;
	padding: 0;
	background-image: url('images/hor_bg.jpg');
	background-repeat: repeat-x;
}

#container {
	width: 750px;
	background-image: url('images/vert_bg.jpg');
	background-position: center;
	background-repeat: repeat-y;
}

#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#logo {
	height: 220px;
}

#menu {
	text-align: left;
	height: 40px;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
	margin: 1em;
	font-family: arial;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #778899;
}

#main {
	margin-right: 20px;
	margin-left: 20px;
}

#content {
	margin-left: 20px;
	margin-right: 20px;
}

.about {
	font-family: sans-serif;
}

#home {
	margin-top: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
	padding: 20px;
	color: #000000;
	background-color: #FFFFD2;
	text-align: justify;
}

#options {
	color: #333666;
	margin-left: 20px;
}

ul.home {
	margin-left: 14px;
}

ul.main {
	list-style-image: url('images/bullet.png');
	background-color: #CCCCCC;
	width: 400px;
	padding: 10px;
	text-align: left;
}

.point {
	font-weight: bold;
	color: #000000;
}

ul.nest {
	list-style-image: url('images/bullet2.png');
	background-color: #FFFFFF;
	padding: 6px;
	margin-top: 10px;
}

li.nest {
	
}

table.forms {
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #000000;
	width: 100%;
}

table.forms td {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 3px;
}

tr.title_bar {
	background-color: #CCCCCC;
	color: #333666;
	font-weight: bold;
}

a.download {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

a.download:hover {
	background-color: #333666;
	color: #FFFFFF;
}

table.contact {
	background-color: #CCCCCC;
	background-image: url('images/contact_bg.gif');
	background-repeat: repeat-y;
}

td.side_bar {
	background-image: url('images/side_bar.gif');
	background-repeat: repeat-y;
	width:  16px;
}

td.side_bar_2 {
	background-image: url('images/side_bar2.gif');
	background-repeat: repeat-y;
	width:  16px;
}

input.submit {
	width: 450px;
	height: 30px;
	background-color: #CCCCCC;
}

.mailer {
	color: #FFFFFF;
}

.require {
	color: #FF0000;
	font-weight: bold;
}

input.require {
	background-color: #FF0000;
	color: #FFFFFF;
	width: 442px;
	border-style: solid;
}

textarea.require {
	background-color: #FF0000;
	color: #FFFFFF;
}

textarea {
	width: 442px;
}

.success {
	color: #009933;
	position: relative; top: -34px;
}

.error {
	color: #FF0000;
	position: relative; top: -34px;
}

#footer_bg {
	background-image: url('images/footer_bg.jpg');
	background-repeat: repeat-x;
	
}

#footer {
	background-image: url('images/footer.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
	width: 750px;
}
