/* CSS Document */

body
{
	background: #6e9d36 url(img/bg.gif) repeat-x;
}

#main
{
	margin: auto;
	width: 700px;
	height: 600px;
	background: #fff;
}

#main p
{
	padding: 10px;
}

#rightSide
{
	float: right;
	margin-right: 10px;
	height: 500px;
	width: 200px;
	background: #fff url(img/rightbg.gif) repeat-x;
}

#rightSide h1
{
	color: #fff;
	margin-left: 5px;
}

#leftSide
{
	float: left;
	height: 500px;
	width: 200px;
	background: #fff url(img/bg.gif) repeat-x;
	margin-left: 10px;
}

td {
	color: #333333;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
	
a {
	text-decoration: none;
	color: #1690AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}
	
a:hover {
	color: #848484;
}
	
a:active {color:#666666}

.bold {
	color: #6E9D36;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #434343;
	line-height: 25px;
}
.dots {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #5D5F5F;
	line-height: 0px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DAFDAC;
	line-height: 20px;
}
.title_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #116577;
	line-height: 20px;
}
.invisible {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E9F5F8;
	line-height: 2px;
}
.title_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #6B9E3B;
}
.title_italic_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #858585;
}
