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

body {
	background-color:#000000;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header {
	height:120px;
	width:100%;
	background-color:#9999CF;
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
#leftEye {
	background-image:url(../images/eye_left.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#rightEye {
	background-image:url(../images/eye_right.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
#footer {
	background:#9999CF;
	width:100%;
	height:60px;
	text-align:center;
	color:#000000;
	margin-top:20px;
	position:relative;
}
#footer a {
	color:#FFFFFF;
}
#footer a img {
	margin:0px 10px;
	border:none;
}
#footer #jdLink {
	position:absolute;
	top:0px;
	left:0px;
}
div.clear {
	clear:both;
}
h1, h2, h3, h4, h5, h6, p, li {
	padding-top:0px;
	margin-top:0px;
	line-height:145%;
}
#wrapper {
	width:750px;
	margin:20px auto;
}
#wrapper a:link {
	color:#CF9999
}
#wrapper a:hover {
	color:#99CF99
}
#wrapper a:active {
	color:#99CF99
}
#wrapper a:visited {
	color:#99CF99
}
h1, span.coc, p.coc, #form1 legend {
	color:#CCCCDF;
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	text-align:center;
}
h2 {
	font-size:12px;
}
#sidebar {
	width:150px;
	padding:10px;
	float:left;
	text-align:right;
	display:inline;
}
#sidebar h1 {
	color:#FFFFFF;
	font-style:normal;
	text-align:right;
}
#content {
	width:557px;
	float:right;
	padding:10px;
	min-height:390px;
	height:auto !important;
	height:390px;
	border-left:1px solid #FFFFFF;
	display:inline;
}
ul#nav {
	padding:0px;
	margin:0px 0px 20px 0px;
}
ul#nav li {
	margin-top:0px;
	padding:0px;
	margin-bottom:3px;
	list-style:none;
}
ul#nav li a, ul#nav li a:link, ul#nav li a:visited {
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	width:100%;
	text-align:right;
	padding:2px 2px 2px 0px;
	background-color:#BBBBCF;
	text-decoration:none;
}
ul#nav li a:hover, ul#nav li a:active {
	color:#FFFFFF;
	background-color: #575044;
	background-image:url(../images/bg_menu_block.gif);
}
#form1 {
	width:100%;
}
#form1 fieldset {
	border:1px solid white;
	margin-bottom:10px;
}
#form1 legend {
	text-align:left;
}
#form1 label {
	width:200px;
	text-align:right;
	display:inline;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	margin-left:20px;
}
#form1 label small {
	color:#CCCCDF;
	font-size:10px;
}
#form1 input.text, #form1 textarea {
	width:290px;
	display:inline-block;
	margin-bottom:5px;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
}
#form1 input.small {
	width:140px;
}
#form1 input.button {
	height:32px;
	background-color:#CCCCDF;
	color:#FFFFFF;
	border:2px solid #AAAABD;
	font-weight:bold;
	background-image:url(../images/button.gif);
}
#form1 #formTable label {
	width:100%;
	text-align:left;
	margin:0px;
	float:none;
}
.big {
	font-size:16px;
	font-weight:bold;
}
.fog {
	color:#EFEFBB;
	font-style:italic;
	font-weight:bold;
}
ul.bigList li {
	font-size:14px;
}
p.aboutPic {
	text-align:center;
}
p.aboutPic img {
	width:400px;
	height:300px;
	border:1px solid #FFFFFF;
}
