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

body {
	background-color:#000000;
	margin:0px;
}
h3, h2 {
margin:0;
padding-left:20px;
padding-bottom:5px;
}
h4 {
text-align:right;
padding-right:20px;
padding-bottom:10px;
margin:0;}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:836px;
}
#header {
	background-image:url(images/spacer.png);
	height:110px;
	width:auto;
	min-width:1000px;
	margin-bottom:0px;
}
#leftheader {
	float: left;
	background-image: url(images/header1.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:110px;
	width:474px;
	margin-bottom:0px;
}
#rightheader {
	float: right;
	background-image: url(images/header2.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:110px;
	width:526px;
	margin-bottom:0px;
}
#divider {
	background-image:url(images/divider.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:26px;
	margin: 0px;
}
#divider p {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0px;
}
#profilepic {
	width: 140px;
	padding-left:25px;
	padding-top:20px;
}
#content {
	background-image: url(images/content.png); 
	background-repeat: repeat-y;
	width:836px;
	margin-top: 0px;
	height:auto;
	min-height:285px;
	margin-bottom:0px;
	padding-bottom:0px;
	
}
#content p {
	width:780px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding-top:10px;
	padding-bottom:15px;
}
table {
	width:780px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
}
.topnav {
    background-image: url(images/content.png);
	background-repeat: repeat-y;
	font-size:24px;
	width:836px;
	text-align:left;
	padding-top:15px;
	padding-bottom:10px;
	margin:0px;
}
.topnav a {
	color:#000000;
	margin-left:25px;
}
.topnav a:hover, .bottomnav a:hover {
	color:#000099;
}
.topnav a:visited, .bottomnav a:visited {
color: #999999;
}
.bottomnav {
	text-align:right;
	height:30px;
	margin-top:0px;
	font-size:10px;
	padding:0px;
}
.bottomnav a {
	color:#000000;
	margin-right:25px;
	padding-top:0px;
	margin-top:0px;
}
#info {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	color:#FFFFFF;
}
#info a {
	color:#FFFFFF;
	font-size:10px;
}
#end {
	background-image: url(images/bottom.png);
	background-repeat:no-repeat;
}
#wrapper #content #frmContact label {
	margin-right: 1em;
	width: 40px;
}
#wrapper #content #frmContact fieldset {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#wrapper #content #frm_login fieldset {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content img{
padding-left:50px;
width:130px;
}

