body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	background-color: #03060A;
	color: #98A8AC;
}

/* General Styles */

img {
	border: none;
}

a:link {
	font-style: italic;
	color: #BFCACD;
	font-weight: bold;
}

a:visited {
	font-style: italic;
	color: #BFCACD;
	font-weight: bold;
}

a:active {
	font-style: italic;
	color: #BFCACD;
	font-weight: bold;
}

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

h1 {
	font-size: 16px;
	color: #427785;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
}

.header2 {
	color: #BFCACD;
}

h2 {
	font-size: 14px;
	color: #8E969D;
	font-family: Arial, Helvetica, sans-serif;
}

.header3 {
	color: #427785;
}

#mainDiv {
	position: relative;
	width: 700px;
	padding: 0px;
	border: 10px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

.pageId {
	background-image:url(images/bot_right.jpg);
	color: #252A2B;
	font-size: 40px;
	padding-left:23px;
	padding-top:41px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;	
}

table {
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 100%;
}

#menuDiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	width: 93px;
}

#menuDiv ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 93px;
}

#menuDiv li {
	list-style-type: none;
	display: inline;
}

#menuDiv a:link, #menuDiv a:visited, #menuDiv a:active  {
	text-decoration: none;
	display: block;
	width: 93px;
	font-weight: normal;
	font-style: normal;
	background-image: url(images/menu_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 25px;
	padding-left: 6px;
	padding-bottom: 10px;
}

#menuDiv a:hover, #menuDiv a.current:link, #menuDiv a.current:visited {
	background-image: url(images/menu_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -55px;
	color: #427785;
}

#mainPage {
	height: 437px;
}

.imgLeft {
	float: left;
	padding-right: 5px;
}

.imgRight {
	float: right;
	padding-left: 5px;
}

hr {
	background: #262B2E;
	height:1px;
	border: solid 1px #262B2E;
	width: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

.clr {
	clear: both;
}

.footer {
	color: #262B2E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}

.shadeform {
	text-align: left;
	background-color: #2d2f30;
	border: #000000 1px solid;
	color:	#98A8AC;
}

input {
	text-align: left;
	background-color: #000000;
	border: #000000 1px solid;
	color:	#427785;
}

.address {
	font-size: 10px;
}

.redStyle {
	color: #FF0000;
}
	