/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737473;
}
.noDisplay{
	display:none;
}

#container{
	background: #ffffff url(../images/back.gif) repeat-y center top;
}

/************* HEADER STUFF ************/

#header {
	width: 750px;
	height: 150px;
	margin: 0px auto;
	background: #FFFBFD url(../images/header.jpg);
}

/******** Main Navigation **********/
#menuNav{
	margin: 0 auto 0 auto;
	width: 750px;
	height: 20px;
	background-color:#446434;
}
#menuNav ul{
	margin: 0px 0 0 0;
	padding: 3px 0 0 0;
	text-align:center;
	
	list-style:none;
}
#menuNav li{
	display: inline;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 7px;
}
#menuNav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
#menuNav a:hover{
	color:#9DCB48;
}

/************* CONTENT ************/

#content {
	width: 750px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#left {
	width: 410px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	float: left;
}

#right {
	width: 250px;
	color: #99CCFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	float: right;
}

/******** Content Area **********/
#contentContainer{
	margin: 0 auto;
	}

.bodyText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#737473;

}
.bodyHeaderGreen{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color: #446434;
display:inline;
}
.bodyHeaderYellow{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color: #DCA807;
display:inline;
}
.bodyHeaderPurple{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color: #A561A8;
display:inline;
}

#test{
	width: 250px;
	height: 390px;
	float:right;
	background:none;
	background-color:#F1EC99; 
}
#testSpan{
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.testHeader{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #737473;
}


/************* FOOTER ************/

#footer {
	clear: both;
	width: 750px;
	margin: 0px auto;
	/*background: url(images/back-footer.png) repeat-y center top;*/
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
	border-bottom:solid 5px #ffffff;
}

#footerNav{
	margin:  0 0 0 0;
	width: 750px;
	height: 20px;
	background-color: #A561A8;
	padding: 0 0 2px 0;
	color: #ffffff;

}
#footerNav ul{
	text-align:center;
	list-style:none;
	margin:2px;
	padding:3px 0 0 0;
}
#footerNav li{
	display: inline;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
}
#footerNav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;


}
#footerNav a:hover{
	color:#650460;
}

#footerInfo, #footerInfo a{
	text-align:center;
	word-spacing:3px;
	width: 750px;
	height: 20px;
	background-color:#B4A851;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding: 5px 0 0  0;
}
#rtcolbottom {
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-align: center;
}
