
body {
 margin: 0;
 padding: 0;
 padding-bottom: 10px;
 background-color: #000;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 color: #fff;
}

a {color: #00c; text-decoration: none; }
a:hover { color: #333; text-decoration: underline; }

.header {
	height: 145px;
}

.content {
 background: #000 url('/images/background.png') top center no-repeat;
 width: 995px;
 height: 590px;
 padding-top: 0px;
}

.content * {
 text-align: left;
}

.content .text {
 clear: both;
 color: #ddd;
 padding: 10px 20px 0 20px;
 margin-top: 10px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 height: 380px;
 overflow: hidden;
 z-index: 0;
}

.content .options {
 list-style: none;
 margin: 5px 0;
 margin-left: 110px;
 padding: 2px;
 height: 50px;
}

.content .options a {
 color: #666;
 text-decoration: none;
}

.content .options li {
 float: left;
 margin-bottom: 15px;
 margin-left: 5px;
 padding: 3px;
 width: 187px;
}

.footer {
 font-style: italic;
	text-align: center;
	font-size: .85em;
}

.footer .info{
 padding: 5px;
 text-align: center;
	border: 1px solid #cacaca;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 200px;
}

.highlightBox{
 margin: 10px;
 border: 1px solid #cacaca;
 padding: 5px;
 text-align: justify;
 -o-border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 color: #000;
 background-color: #fff;
}

.highlightBox p, .highlightBox form {
 font-size: 85%;
}

.highlightBox textarea {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.highlightBox.left{
 float: left;
 width: 25%;
}

.highlightBox.right{
 float: right;
 width: 25%;
}

.highlightBox h3 {
 color: #900;
 background-color: #CCC;
 margin-top: 0px;
 margin-bottom: 0px;
}

.page {
 overflow: none;
 display: none;
 position: absolute;
 width: 950px;
 height: 360px;
}

.page#home {
 display: inherit;
}

.twoColumn .column{
	width: 49%;
	float: left;
}

#formMessage {
 display: none;
 color: red;
 font-weight: bold;
 font-size: 90%;
}

#homeRightBox { width: 30%; }
