body {
	margin: 0px auto; 
	font-family: "Times New Roman", Times, serif;
	font-size : 14px;
	text-align: center;
	background-color: #ffffff;
	color: #643787;
}





a:hover {text-decoration: none}


#outerdiv {
	text-align: center;
	min-width: 806px;
	
}



#innerdiv {
	position: relative;
	width : 806px;
	min-height: 650px;
	height: 650px;
    margin-left : auto;
	margin-right : auto;
	padding: 10px;
	text-align: left;
	left: 50%;
	margin-left: -403px;
	background: url(../images/BG-main-body.gif) top left no-repeat;
}

#contentwrap {
	margin: 200px 100px 10px 270px;
	min-height: 400px;
}

#contentwrap a {
	color: #643787;
}

#footer {
	border-top: 1px solid #B4D470;
	margin: 30px 100px 10px 270px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	color: #643787;
}

	#footer a {
		color: #643787;
		text-decoration: none;
	}
	
	#footer a:hover {
		border-bottom: 1px dotted #643787;
	}

#sidenav {
	/*border: 1px solid red;*/
	position: absolute;
	top: 200px;
	left: 40px;
	width: 200px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 14px;
	line-height: 16px;
	color: #643787;
}

	.navitem {
		position: relative;
		border-bottom: 1px solid #643787;
		/*height: 30px;*/
		cursor: pointer;
	}
	
	.navitem .highlight {
		position: absolute;
		background-color: #D5CBE1;
		width: 15px;
		top: 0px;
		bottom: 0px;
		position: absolute;
		left: 0px;
		display: none;
	}
	
		.navitem:hover .highlight {
			display: block;
		}
	
	.selected .highlight {
		display: block;
	}
	
	.navlink {
		height: 30px;
		margin-bottom: 1px;
		background-color: white;
		margin-left: 15px;
		text-decoration:none;
		color: #643787;
		line-height: 32px;
	}
	
	.navlinkSelected {
		
		border-bottom: 1px solid #B19EC5;
	}
	

	
	.navlink a{
		margin-left: 10px;
		text-decoration:none;
		color: #643787;
		line-height: 32px;
	}
	
	.subnav {
		margin-bottom: 1px;
		background-color: #EEF6E1;
		margin-left: 15px;
		text-decoration:none;
		color: #643787;
		padding-bottom: 4px;
	}
	
	.subnav a{
		margin-left: 20px;
		color: #643787;
		text-decoration: none;
		line-height: 20px;
		font-size: 11px;
	}
	
	.subnav a:hover{
		border-bottom: 1px dotted #643787;
	}
	
	.subnav a.selected{
		border-bottom: 1px dotted #643787;
	}
	
.imageBoxRight {
	float: right;
	padding: 4px;
	border: 1px solid #D5CBE1;
}
 
.floatBoxRight {
	padding: 4px;
	border: 1px solid #D5CBE1;
}
