/* Primary Body Definitions */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	background-color: #CFC5A2;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x; 
	text-align: center; 	
}
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a{
	color:#607D8D;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #7AA2B8;
}
#mainBody{
	background-color: #FFFFFF;
	background-image: url(../images/fade_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	width: 860px;
	margin-top: 15px;
	text-align:left;
}
#navBar{
	background-color: #7AA2B8;
	width: 860px;
	height: 56px;
	border-top: 3px solid #D9DFAE;
}
#navBar p{
	margin-top: 25px;
}
#leftBox{
	text-align: left;
	margin-left: 40px;
	margin-right: 10px;
	width: 500px;
	padding-top: 10px;
	padding-right: 5px;
	height : 220px; 
	overflow : auto;
}
#rightBox{
	float: right;
	margin-top: -195px;
	margin-right: 65px;
	width: 200px;
	padding: 0px;
}
#regBox h2{
	margin-bottom: 0px;
	margin-top: -10px;
	color: #7AA2B8;
	font-size: 14px;
}
#regBox a{
	color: #000000;
}
#regBox{
	background-color: #F1ECDD;
	border: 1px solid #D9C9A0;
	padding-left: 10px;
	padding-right: 5px;
	padding-top:0px;
	padding-bottom:0px;
	font-size: 11px;
}
#regBox input{
	font-size: 11px;
}
#contactInfo{
	text-align: right;
	margin-right: 20px;
}
#navItemSelected{
	float: left;
	margin-left: 85px;
	font-size: 18px;
	color: #D9C9A0;
	font-weight: bold;
}
#navItem{
	float: left;
	margin-left: 85px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
#navItem a{
	color:#FFFFFF;
	text-decoration: none;
}
#navItem a:hover{
	color: #D9C9A0;
}
#topTitle{
	font-size: 18px;
	color: #4D6877;
	font-weight: bold;
}
