﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #FFFFFF;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #2D5A00;
	background-image: url('img/common_main_repeat_5x944.gif');
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

.headimage {
	text-align: center;
}

#header {
	width: 800px;
	margin: 0 auto;
	color: #2D5A00;
	border-left: thin #339900 solid;
	border-right: thin #339900 solid;
	border-top: thin #339900 solid;
	background-color: #EEFFFF;
}

#header h1 {
	float: left;
	margin: 0px 0 0 15px;
	font-size: 50px;
	letter-spacing: -3px;
}

#header h2 {
	float: right;
	margin: 5px 80px 15px 0;
	font-size: 18px;
	letter-spacing: normal;
}

a {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #2D5A00;
	text-decoration: none;
	background-color: #ADD9D9;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 160px;
	padding: 8px 0px 8px 8px;
	background-color: #ADD9D9;
	border-top: 1px solid #D9FFFF;
	border-bottom: 1px solid #99BFBF;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #2D5A00;
}

#menu1 a:hover {
	background-color: #2D5A00;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #CCFFFF;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #EEFFFF;
	border-left: thin #339900 solid;
	border-right: thin #339900 solid;
	border-bottom: thin #339900 solid;
}

#colOne {
	float: left;
	width: 160px;
	margin-top: 20px;
	padding: 0 10px 0 10px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 570px;
	padding: 0 20px 0 20px;
}

#content h1, h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #2D5A00;
}

#content h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: 0px;
	color: #2D5A00;
}

#footer {
	width: 800px;
	margin: 0 auto;
	margin-top: 0px;
}


#footer p {
	text-align: center;
	padding: 10px;
	font-size: 10px;
}

#content div.announceleft {
float:left;
margin: 0px 8px 4px 0px;
width: 300px;
/*width: 336px;*/
background-color: #ffffff;
}

#content div.announceright {
float:right;
margin: 0px 0px 4px 16px;
width: 300px;
/*width: 336px;*/
background-color: #ffffff;
}

.colTwo468Ad {
margin: 0 0 6px 0	
}

/*Misc*/

.caption {
	text-align: center;
}
.next {
	text-align: right;
}

#seperator {
	width: 800px;
	margin: 0 auto;
	color: #2D5A00;
	border-left: thin #339900 solid;
	border-right: thin #339900 solid;
	background-color: #CCFFFF;
	clear:both;
}

#dhtmltooltip{
position: absolute;
width: 250px;
border: 2px solid #8A8A8A;
padding: 2px 6px;
background-color: #CCFFFF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

