/* CSS Document */
html {
	height:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E9F0DE;
	background-image: url(images/bg.gif);
	background-repeat:repeat-x;
	background-attachment: scroll;
	height:100%;
}
.tablebg {
	background-image: url(images/tablebg.jpg);
}
.topbanner {
	background-image: url(images/bannertop.gif);
	height:160px;
	background-repeat:no-repeat;
}
.bottombanner {
	background-image: url(images/bannerbottom.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
}
.outerBox {
	/*border-top: 1px solid #CCCCCC;*/
	/*border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCc;*/
	/*border-bottom: 2px solid #999999;
	background-color: #FFFFFF;*/
	width:100%;
	height:100%;
}
.innerBox {
	width:100%;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
.bodycopy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
}
.speech {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #444444;
	margin: 10px;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #84AB6B;
	border-bottom: 1px solid #C7D6B4;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color:  #84AB6B;
}
.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color:  #000000;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;
	border: 1px solid #C7D6B4;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: square;
	line-height: 18px;
	color: #666;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F5F5F5;
	height: 20px;
	width: 60px;
}
.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	width: 200px;
	border: 1px solid #888888;
}
.formdd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	border: 1px solid #888888;
}
.formboxsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	width: 100px;
	border: 1px solid #888888;
}
.messagebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #888888;
	width: 300px;
}
a:link {
	color: #5C9095;
}
a:visited {
	color: #5C9095;
}
a:hover {
	color: #9ABDC0;
}
a:active {
	color: #5C9095;
}
div#commentForm {
	display: none;
}
/************ menu styles **************/


#menuLinks {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 250px;
	margin-top:22px;
}
#menuLinks a:link, #menuLinks a:visited {
	display: block;
	font-size: 11px;
	border-bottom: 1px solid #C7D6B4;
	padding: 8px 2px 8px 14px;
	text-decoration: none;
	color: #5C9095;
	/*line-height: 28px;
	text-indent: 10px;*/
}
#menuLinks a:hover {
	border-bottom: 1px solid #C7D6B4;
	/*background-color: #EEF2E9;*/
	background-image: none;
	text-decoration: none;
	color: #86B4B8;/*font-weight: bold;*/
}
/************ menu styles **************/

.seperate {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	color: #999999;
	border-top: 1px solid #D4D9B0;
	padding: 2px 0px 0px 2px;
	text-decoration: none;
}
