
body {
	background: url("images/bg.jpg");
	font-family : Verdana, Helvetica, Arial, sans-serif; 
	color : #352A28;
	font-size: 10px;
	line-height: 15px;
}

a:link { color : #312C29; text-decoration: underline;}
a:hover { color: #312C29; text-decoration: underline;}
a:visited { color : #312C29; text-decoration: underline;}
a:active { color : #312C29; text-decoration: underline;}

#page {
	background-color: #7675A1;
	width: 730px;
	text-align: left;
	padding: 0 0 20px 0;
}

#content {
	background-color: #B3B3CD;
	width: 430px;
	text-align: left;
	padding: 17px 19px 38px 20px;
	margin-top: -5px;
}

#rightcol {
	border-top: 5px solid #6E7096;
}


#content ul
{
margin: 0;
padding: 0;
list-style-image: url(images/bulletpoint.gif);
list-style-type: circle
}

#content li
{
margin-left: 1.7em;
}

#navcontainer { 
	width: 161px;
	padding-right: 20px;
	padding-top: 14px;
	padding-left: 40px;
	border-top: 5px solid #6E7096;
	}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer a
{
text-align: left;
display: block;
padding: 5px;
padding-left: 21px;
width: 135px;
background-color: #7675A1;
border-bottom: 1px solid #6D6D93;
}

#navcontainer span.current
{
text-align: left;
display: block;
padding: 5px;
padding-left: 21px;
width: 135px;
background-color: #7675A1;
border-bottom: 1px solid #6D6D93;
font-weight: bold;
color: #FFF;
}

#navcontainer span.currentlink
{
background-color: #7675A1;
border-bottom: 1px solid #6D6D93;
font-weight: bold;
color: #FFF;
}

#navcontainer a:link, #navlist a:visited
{
color: #FFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #7675A1;
color: #fff;
}

#picture {
	background: url("images/imgbg.gif");
	float: left;
	width: 146px;
	padding: 8px;
	margin-right: 24px;
}

hr {
	margin: 20px 0 20px 0;
	border: 0;
	color: #A0A0BA;
	background-color: #A0A0BA;
	height: 1px;
	width: 100%;
	text-align: left;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.pagenote {
	color: #e3e3e3;
	padding: 17px 59px 0px 37px;
	margin-top: 5px;
}


