﻿body 
{
	margin:0;
	padding:0;
	background-color:White;
	/*background-color:Black;*/
	font-family:Arial;
}
#wrapper
{
	text-align:left;
	width:815px;
	min-height:600px;
	margin:0px auto 0 auto;
	position:relative;
	padding-bottom:10px;
	color:Black;
	background-color:White;
	overflow:hidden;	
	padding-left:5px;
	padding-right:5px;
	background-image:url(images/WrapperBg.jpg);	
	background-repeat:repeat-y;
}
#header
{
	width:803px;
	height:289px;
	background-image:url(images/Header.jpg);
	background-repeat:no-repeat;
}
#container
{
	width:801px;
	color:Black;
	background-color:White;
	overflow:hidden;
	background-image:url(images/containerbg.jpg);
}
#container p
{
	text-align:justify;
}
#container .leftside
{
	width:201px;
	min-height:667px;
	float:left;
	overflow:hidden;
}
#container .rightside
{
	width:595px;
	min-height:667px;
	float:right;
	overflow:hidden;
}
#container .rightside .rtheader
{
	width:595px;
	height:41px;
	background-image:url(images/RightSideHeader.jpg);
	background-repeat:no-repeat;
}
#container .rightside .rtContent
{
	width:590px;
	padding-right:20px;
	overflow:hidden;
	color:Black;
	min-height:650px;
}	
#container .rightside .rtContent p:first-letter
{
	font-size:2em;
}

#footer
{
	width:815px;
	height:9px;
	margin:10px auto 0 auto;
	position:relative;
	padding-bottom:10px;
	color:Black;
	background-color:White;
	overflow:hidden;	
	padding-left:5px;
	padding-right:5px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	top:-10px;
}
#footer1{
	text-align:left;
	width:1000px;
	margin:10px auto 0 auto;
	position:relative;
	padding-bottom:10px;
	color:black;
	 
}
.copy{
	float:left;
}
.credit{
	float:right;
}
#footer1 a{
	font-weight:bold;
	color:black;
	text-decoration:none;
}
#footer1 a:hover{
	text-decoration:underline;
}
#sidenav
{
	margin-top:30px;
	list-style-type:none;
}

#sidenav li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	
	vertical-align:bottom;
	text-decoration:none;
	color:#333333;
}

#sidenav li.first
{
	border-width:0px;
}

#sidenav li.last
{
	border-bottom:solid 1px #000000;
}

#sidenav li a
{
	padding-top:7px;
	padding-bottom:7px;
	display:block;
	text-decoration:none;
	color:#000000;
}

#sidenav li a:hover
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#sidenav li.highlight
{
	color:#000000;
	font-size:12px;
	font-weight:lighter;
	text-decoration:none;
}

#sidenav li.highlight a
{
	text-decoration:none;
	/*color:##6A7EAD;*/
	color:#000000;
}

#sidenav li.highlight a:hover
{
	text-decoration:none;
	color:#000000;
}
.divbar
{
	border-bottom:dotted 1px #000000;
	overflow:hidden;
}
	

