@charset "utf-8";
/* CSS Document */

html, body {
	color:#000000;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin-top: 10px;
	font-size: 12px;
	background-color:#000000;
	background-image:  url(images/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: 1002px;
}
.fixTwoColumnBG {
	background: url("images/template_03.jpg") repeat-y;
	width: 1002px;
	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: #27872a;
}
h2 {
	font-size:1.50em;
}
h3 {
	font-size:1.40em;
}
h4 {
	font-size:1.30em;
}
/* header */

.logo {
	float:left;
	margin:15px 0 0 15px;
	border:0;
}
#header {
	margin:0;
	padding:0;
	width:1002px;
	height:134px;
	background:  url("images/template_01.jpg");
}
#headerNav {
	margin:0;
	padding:0;
	width:1002px;
	height:42px;
	background:  url("images/template_02.jpg");
}
/* side buttons subtract 3 pix from real col width */
#button {
	padding: 5px 0 5px 0;
	margin-bottom: 15px;
	background-color: #000000;
	color: #333;
	font-size: 14px;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#button li {
	border-bottom: 1px solid #39c139;
	margin: 0;
}
#button li a {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #000000;
	color: #fff;
	text-decoration: none;
	width: auto;
}
html>body #button li a {
	width: auto;
}
#button li a:hover {
	background-color: #666666;
	color: #fff;
}
#button li a:active {
	background-color: #CCCCCC;
	color: #fff;
}
/* columns */

#columnLeft {
	margin:0;
	padding:0;
	float:right;
	width:261px;
}
#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:left;
	width:731px;
}
/* footer */


#footerNav {
	margin:0;
	padding:0 0 0 0px;
	width:1002px;
	height:44px;
	background:  url("images/template_04.jpg");
	text-align: center;
}
#footerNav a {
	color: #000000;
	text-decoration: none;
	font-size:1em;
}
#footerNav a:hover {
	text-decoration: none;
	color: #ffffff;
}
/**************** bottomslinks ****************/

#bottomlinks {
	width:1002px;
	margin: 10px 0 0 0;
	text-align:center;
}
/**************** end toplink ****************/

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;
}
