@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #e1dcd6;
}

a:link {
	text-decoration: none;
	color: #bec7d5;
}

a:visited {
	text-decoration: none;
	color: #bec7d5;
}

a:hover {
	text-decoration: none;
	color: #f0c977;
}

a:active {
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
}

.pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
	color: #333333;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
}

/* Bottom Text Links */
.bottomlink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bec7d5;
	text-decoration: none;
}
.bottomlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bec7d5;
	text-decoration: none;
}
.bottomlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f0c977;
	text-decoration: none;
}
.bottomlink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bec7d5;
	text-decoration: none;
}
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bec7d5;
	text-decoration: none;
}
	
/* Credit Links */
.creditlink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.creditlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.creditlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.creditlink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.credittext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	}
	

/* Begin Sidenav Text, Divide, & Background Attributes */
.sidenav a {
	background-image: url('images/menu_off.gif');
	background-repeat: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
	width: 177px;
	height: 37px;
	display: block;
	}

.sidenav a:visited {
	text-decoration: none;
	color: #ffffff;
}
	
.sidenav a:hover {
	background-image: url('images/menu_on.gif');
	background-repeat: repeat-x;
	font-weight: bold;
	text-decoration: none;
	color: #1e4173;
	}
	
.sidenav {
	background-image: url('images/menu_off.gif');
	background-repeat: none;
	font-weight: bold;
	width: 177px;
	height: 37px;
	color: #ffffff;
	}

.sidenavselected a {
	background-image: url('images/menu_on.gif');
	background-repeat: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #1e4173;
	text-decoration: none;
	width: 177px;
	height: 37px;
	display: block;
	}

.sidenavselected a:visited {
	text-decoration: none;
	color: #1e4173;
}
	
.sidenavselected a:hover {
	background-image: url('images/menu_on.gif');
	background-repeat: repeat-x;
	font-weight: bold;
	text-decoration: none;
	color: #1e4173;
	}
	
.sidenavselected {
	background-image: url('images/menu_on.gif');
	background-repeat: none;
	font-weight: bold;
	width: 177px;
	height: 37px;
	color: #1e4173;
	}



/* End Sidenav Text, Divide, & Background Attributes */


