/* CSS Document */

body {
background-color:#faf7f2;
}

#maintable {
border:25px solid #d2baed;
width:805px;

}

#banner {
width:600px;
}

#nav {
width:205px;
background-image:url(Images/nav-rep-purple.jpg);
background-repeat:repeat-y;
}

/*nav*/
#navcontainer
{
	width: 205px;
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: e2d5f1;
	color: #333;
	border: none;
	clear: left;
}

#navcontainer ul
{
	list-style: url(none) none;
	margin: 0;
	padding: 0;
	border: none;

}

#navcontainer li
{
	border-bottom: 1px solid #eceae8;
	margin: 0;
	padding: 0px;

}

#navcontainer li a
{
	display: block;
	text-indent:65px;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #eceae8;

	background-color: #e2d5f1;
	color: #7f7d7b;
	text-decoration: none;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .0em;
}


#navcontainer li a:hover
{
border-left: 10px solid #eceae8;

background-color: #b9d2dd;
color: #fff;
}

#current a:link, #current a:visited,
#current a:hover, #current a:active {
	border-left: 43px solid #3E4440;

	background-color: #2586D7;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

/*end nav*/

#maincontent {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#111111;
}

#maincontent a {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#468da8;
text-decoration:none;
}

#maincontent a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#468da8;
text-decoration:underline;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color:#d2baed;
font-weight:bold;
}

h2 {

font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color:#e4cb42;
font-weight:bold;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

h4 {

font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color:#8fb18c;
font-weight:bold;
}

p {
font-size:12px;
color:#3d3c3b;
}



#rightbar {
background-color:#ffffff;
}

#flashcontent {
width: 600px; 
height: 232px;
}
