@charset "UTF-8";
/* CSS Document */
body, td, th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000;
	margin: 0;
	padding: 0;
}
p, h1, h2 {
	margin: 0px 0px 13px 0px;
	padding: 0px;
	line-height:1.3em;
}
p {
}
#container {
	width:800px;
	margin: 0 auto;
	margin-bottom:20px;
}
#dets {
	margin-top:50px;
	text-align:right;
	float: right;
	width: 200px;
	font-size:12px;
}
#menu {
	margin-top:18px;
	font-size:13px;
	font-weight: bold;
	text-align:center;
	height: 20px
}
#contentarea {
	margin-top: 360px;
	font-size:11px;
	margin-bottom: 15px;
}
a {
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
#twoCols {
	margin-top: 10px;
}
#contentLeft {
	float: left;
	width: 385px;
}
#contentRight {
	float:right;
	width: 385px;
}
.line {
	height:2px;
	background:url(img/line.jpg)
}
#footerLinks, #footerLeft a {
	margin: 10px 0;
	font-size:10px;
	color: #222;
}
#footerLeft {
	float:left;
}
#footerRight {
	float: right;
}
h1 {
	font-size:13px;
}
h2 {
	font-size:12px;
}
#logo {
	width: 382px;
	float: left;
}
.button {
	padding:4px 7px 4px 7px;
	background-color:white;
	color:#000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight:bold;
	float:left;
}
.button a {
	color:#000;
	text-decoration:none;
}
.button a:hover {
	text-decoration:underline;
}
#menu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	float: left;
	margin-right: 40px;
}

#menu ul li a {
text-decoration: none;
}
#menu ul li a:hover {
text-decoration: underline;
}
.button1 {	padding:4px 7px 4px 7px;
	background-color:white;
	color:#000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight:bold;
	float:left;
}

#topContainer{
	margin-top: 20px;
	width: 800px;
	display: block;
	height: 100px;
}

