@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;	
	margin: 0px 0px 10px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../Images/bgPattern.jpg) repeat center;
}

#pageHolder{
	width: 925px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 904px;
	height: 171px;
	padding-left: 21px;
	padding-bottom: 4px;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	/*border-bottom: #999999 1px solid;*/
	float: left;
	background:url(../Images/Header/Header_BG.jpg) repeat-x top #CCCCCC;
}

#midHolder{
	float:left;
	/*padding-left: 50px;*/
}

#midBorder{
	/*width: 810px;*/
	width: 901px;
	float:left;
	padding: 10px 3px 3px 21px;
	background-color:#CCCCCC;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
}

#column2{
	background-color:#FFFFCC;
	float: left;
	width: 100%;
}

#column1{
	background-color:#FFFFCC;
	float: left;
	width: 100%;
}

#leftNav{
	width: 208px;
	float: left;
	padding-top: 13px;
	padding-left: 7px;
}

#leftBottom{
	background:url(../Images/LeftNav_Bottom.gif) no-repeat;
	width: 215px;
	height: 10px;
	float: left;
}

#content {
	background:url(../Images/Content_BG.gif) right repeat-y;
	/*width: 501px;*/
	width: 606px;
	float: right;
	padding-left: 40px;
	padding-right: 40px;
	color: #004e38;
	font-size: 15px;
}

#contentBottom{
	background:url(../Images/Content_Bottom.gif) repeat-x top;
	width: 686px;
	height: 7px;
	float: left;
}

#footer{
	width: 925px;
	font-size:12px;
	text-align: center;
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
}

#footer a{
	color: #206943;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

.linkSpecial a{
	color: #fff799;
	text-decoration: none;
}

.linkSpecial a:hover{
	text-decoration: underline;
}

.largeFont {
	font-size: 18px;
	font-weight: bold;
}

.smallFont{
	font-size: 12px;
}

.smallFont a{
	color:#990000;
	text-decoration:none;
}

.smallFont a:hover{
	text-decoration: underline;
}
