.title { color: #526585; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.title a:active { color: #526585; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.title a:hover { color: #91b2fd; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.title a:link { color: #526585; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
a {
	color:#333333;
	border-bottom: 0px solid #5B606A;
	text-decoration:underline;
	font-weight: normal;
	font-size: 10px;
}
a:hover {
	text-decoration:none;
	color: #000000;
	
}
body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #000000;
	background-color: #F2D2BB;
}
div { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
h1 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
}
tbody { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.content {
	background-attachment: fixed;
	background-color: #F2D2BB;
	background-image: url(images/content.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 3px groove #FFC85F;
	border-right: 4px groove #FFC85F;
	border-bottom: 4px groove #FFC85F;
	border-left: 3px groove #FFC85F;
	text-align: left;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA5E2D;
	letter-spacing: 1px;
}
.image-border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CA5E2D;
	border-right-color: #CA5E2D;
	border-bottom-color: #CA5E2D;
	border-left-color: #CA5E2D;
}
 ul#navlist
{
	padding: 0;
	width: 100%;
	margin: 0;
}

#navlist li
{
	list-style-type: none;
	text-align: center;
	padding: 5px;
	background-color: #F2D2BB;
	margin: 4px;
	border-top: 3px groove #FFC85F;
	border-right: 4px groove #FFC85F;
	border-bottom: 4px groove #FFC85F;
	border-left: 3px groove #FFC85F;
}

#navlist li a
{
	color: #333333;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

#navlist li a:hover
{
	background-color: #FFC85F;
	color: #666666;
}
.box {
	font-size: 10px;
	color: #666666;
	padding: 3px;
	width: 160px;
	margin: 0px;
	background-color: #F2D2BB;
	border-top: 3px groove #FFC85F;
	border-right: 4px groove #FFC85F;
	border-bottom: 4px groove #FFC85F;
	border-left: 3px groove #FFC85F;
}
.dash-box {
	border: 2px dashed #FFC85F;
	background-color: #FFE6A3;
	padding: 8px;
	font-size: 12px;
	width: 400px;
}
.footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #333333;
	letter-spacing: 1px;
	text-decoration: none;
}
.footer a {
	color: #333333;
	text-decoration: underline;
	font-size: 9px;
	height: 100%;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFE6A3;
	height: 100%;
	width: 100%;
	display: block;
	font-size: 9px;
}
.yellow-highlight {
	font-size: medium;
	color: #FFC85F;
	padding: 5px;
}
.sitelink {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 5px;
	text-align: center;
}
.link-blue {
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	color: #0066FF;
}
.link-blue a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #0066FF;
	text-decoration: underline;
	height: 100%;
	width: 100%;
	display: block;
	font-weight: bold;
	padding: 5px;
}
.link-blue a:hover {
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #A9D3FD;
	color: #0066FF;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}
.link-red {
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	color: #FF3300;
}
.link-red a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #FF3300;
	text-decoration: underline;
	height: 100%;
	width: 100%;
	display: block;
	font-weight: bold;
	padding: 5px;
}
.link-red a:hover {
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #F3A1A0;
	color: #FF3300;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}
.link-green {
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	color: #009900;
}
.link-green a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #009900;
	text-decoration: underline;
	height: 100%;
	width: 100%;
	display: block;
	font-weight: bold;
	padding: 5px;
}
.link-green a:hover {
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #BFD0A3;
	color: #009900;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}
