/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #274C60;
}
body {
	margin:0px;
	background-color:#FFFFFF;
}

/* links and navigation */
a:link {
	color: #D53C7C;
	text-decoration: none;
}
a:visited {
	color: #E673A3;
	text-decoration: none;
}
a:hover {
	color: #588E77;
	text-decoration: underline;
}
a:active {
	color: #588E77;
	text-decoration: none;
}
a.topnav {
	font-weight:bold;
	color:#628DA3;
	text-decoration:none;
}
a.topnav:visited {
	font-weight:bold;
	color:#628DA3;
	text-decoration:none;
}
a.topnav:hover {
	color:#91B3C4;
	text-decoration: underline;
}
a.topnav:active {
	color:#91B3C4;
}
a.nav {
	font-weight:bold;
	color:#D53C7C;
	text-decoration:none;
}
a.nav:visited {
	font-weight:bold;
	color:#D53C7C;
	text-decoration:none;
}

a.nav:hover {
	color:#E673A3;
	text-decoration: underline;
}
a.nav:active {
	color:#E673A3;
}
a.nav2 {
	color:#588E77;
	font-weight:bold;
	padding-left:15px;
	text-decoration:none;
}
a.nav2:visited {
	color:#588E77;
	font-weight:bold;
	padding-left:15px;
	text-decoration:none;
}

a.nav2:hover {
	color:#8ABBA6;
	text-decoration: underline;
}
a.nav2:active {
	color:#8ABBA6;
}

/* headers and lists */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	color:#D53C7C;
}
h2 {
	font-size:small;
	font-weight: normal;
}
li {
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: normal;
}
.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-style:italic;
}

/* page formatting */
#frame {
	width:890px;
	height:550px;
	margin:0px;
	padding:0px;
	text-align:left;
	margin-bottom: 10px;
}
#page {
	float:right;
	width:585px;
	margin-right:115px;
	text-align:left;
	position: static;
	overflow: auto;
}
#back {
	float:right;
	width:585px;
	margin-right:115px; 	
	text-align:left;
	position: static;
	overflow: auto;
}
#leftcol{
	float:left;
	width:175px;
	text-align:left;
	padding-left:15px;
	line-height:1.05;
}
#footer{
	width:775px;
	text-align:left;
	clear:both;
	padding-top:15px;
	padding-bottom:10px;
	font-size:x-small;
}
a.white:link {color: #FFFFFF}
a.white:hover {color: #FFFFFF}
a.white:visited {color: #FFFFFF}
a.white:active {color: #FFFFFF}
.green {
	font-size: small;
	color: #5A8C73;
}
.underlined {
	text-decoration: underline;
}
.unnamed1 {
}
.strikethrough {
	text-decoration: line-through;
}
