@charset "utf-8";
/* CSS Document */

html, body {
	color:#ffffff;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin: 10px 0 0;
	font-size: 10px;
	background-color:#858587;
	background-image:  url(bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment: fixed;
	padding:0px;
	text-align: center;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 802px;
}

a, a:hover, a:active{
color: white;
text-decoration: none;
}
.fixTwoColumnBG {
	background: url("mainbg802x20.jpg") repeat-y;
	width: 802px;
	overflow:auto;
}
h1, h2, h3, h4 {
	text-align:left;
	font-weight:bold;
	margin:5px 10px 5px 10px;
}
p {
	font-size: 1.20em;
	text-align:justify;
	margin:5px 10px 5px 10px;
}
/* Affects side menu, bottom menu and normals UL's */
ul {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 1.20em;
	text-align:left;
	padding:10px;
	list-style-type:disc;
}
li {
	margin-left:20px;
}
.floatright {
	float:right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border:1px solid #bbb;
	padding: 5px;
	background-color:#ddd;
	color: black;
}
.floatleft {
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border:1px solid #bbb;
	padding: 5px;
	background-color:#ddd;
	color: black;
}
h1 {
	font-size: 1.60em;
	color: #f00;
}
h2 {
	font-size:1.50em;
}
h3 {
	font-size:1.40em;
}
h4 {
	font-size:1.30em;
}
/* header */

#header {
	margin:0;
	padding:0;
	width:802px;
	height:320px;
}
/* side buttons subtract 3 pix from real col width */
#button {
	width: 198px;
	padding: 0 1px 0 1px;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	background-color: #000;
	color: #333;
	font-size: 1em;
}
#button ul {
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
	border: none;
}
#button li {
	border-bottom: 1px solid #bebebe;
	margin: 0;
}
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
html>body #button li a {
	width: auto;
}
#button li a:hover {
	border-left: 10px solid #3f9648;
	border-right: 10px solid #3f9648;
	background-color: #000;
	color: #fff;
}
#button li a:active {
	border-left: 10px solid #3f9648;
	border-right: 10px solid #3f9648;
	background-color: #000;
	color: #fff;
}
/* columns */

#columnLeft {
	margin:0;
	padding:0;
	float:left;
	width:200px;
}
#columnLeft p {
	font-size: 1.2em;
	text-align:left;
	margin:5px 10px 5px 10px;
	line-height: normal;
	color: #FFFFFF;
}
#columnRight {
	margin:0;
	padding:5px 5px 5px 5px;
	float:right;
	width:590px;
}
/* footer */

#footerTop {
	margin:0;
	padding:0;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width:802px;
	height:72px;
	background:  #000 url("bottom.png");
}

form {
	margin: 0px;
	text-align: left;
}
textarea {
	width: 50%;
}
input, select, textarea {
	color: #000;
	background: #fff;
	font-size: 1.20em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	text-align: left;
}
input, textarea, select {
	border: 1px solid #000;
	padding: 2px;
	background: #fff;
}
input:focus, textarea:focus {
	border: 1px solid #f00;
	color: #000;
	background: #ddd;
}

