@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/gradient_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
a {
	font-style: italic;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
#wrapper {
	width: 900px;
	position: relative;
	margin: 0 auto;
	top: 30px;
}
#header {
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 70px;
	width: 900px;
	position: relative;
}
#container {
	height: 600px;
	width: 900px;
	position: relative;
	background-color: #2B55AB;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	visibility: visible;
	z-index: 2;
}
#shadow {
	position: relative;
	width: 900px;
	height: 50px;
	visibility: visible;
	z-index: 1;
}
#nav {
	height: 490px;
	width: 180px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	top: 20px;
	position: relative;
	float: left;
	clear: none;
}
#links {
	height: 350px;
}
#links ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#links li {
	list-style-type: none;
	padding-bottom: 3px;
}
#quote {
	font-style: italic;
	text-align: center;
	height: 115px;
}
#content {
	height: 490px;
	float: left;
	clear: none;
	top: 20px;
	position: relative;
	left: 15px;
	width: 670px;
}
#content tr {
	margin: 0px;
	padding: 0px;
}
#content td {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#copyright {
	font-size: 9px;
	text-align: center;
}
p {
	padding: 0px;
	margin: 0px;
}
.page_header {
	margin-left: -4px;
	margin-top: -6px;
	padding-bottom: 6px;
}
.image_boarder {
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin-left: 10px;
}
.textfield {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
	background-color: #006699;
	border: 1px solid #FFFFFF;
	margin-top: 2px;
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
}
.form_header {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}
.image_boarder_home {
	border: 1px solid #FFFFFF;
	padding: 5px;
}
