body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 60px;
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
	color: #666666;
	background-image: url(../images/sidenavbg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#main-content
{
	margin: 0px 0 0;
	padding: 30 0 0 30;
	font-size: 12px;
	line-height: 18px;
	width: 620px;
}
#side-nav ul
{
	margin: 0px 0 0;
	padding: 34 0 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
	width: 150px;
}

#side-nav li {
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d4dfd2;
}

#side-nav a
{
	display: block;
	font-weight:normal;
	color: #669999;
	background-color: #edf3ec;
	text-decoration: none;
	border-right: 6px solid #DEEADB;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
}

#side-nav a:hover
{
	background-color: #E2EAE0;
	border-right: 6px solid #D0DDCC;	
	color: #669999;
}
#photobox
{
	margin-left: 30px;
	margin-bottom: 20px;
	float:right;
	width: 350px;
}
#footer {
	margin: 20px 0 0;
	padding: 10 0 0 30;
	font-size: 10px;
	line-height: 15px;
	width: 650px;
	color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}
#notice {
	padding: 10px 13px;
	font-size: 12px;
	line-height: 18px;
	width: 590px;
	background-color: #FFFFF0;
	border-width: 1px;
	border-style: solid;
	border-color: #d4dfd2;
}
a.footer-link:link {
	text-decoration: none;
	color: #CCCCCC;
}
a.footer-link:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.footer-link:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.footer-link:active {
	text-decoration: underline;
	color: #CCCCCC;
}
.subhead-large {
	font-size: 18px;
	font-weight: bold;
	color: #72A277;
	line-height: 22px;
}
.subhead-small {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
a:active {
	color: #336699;
	text-decoration: underline;
}
.text-small {
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}
#rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4dfd2;
}
