@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/sky_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
}

img {border: none;}

.greydie {
	background-image: url(../images/grey_die_bkgd.jpg);
	background-repeat: repeat;
}
.footer {
	text-align: center;
	background-image: url(../images/grey_die_bkgd.jpg);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}

.display {
	clear: both;
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;	
}


.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #017C11;
	font-size: 30px;
	font-style: italic;
}
.style3 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
}
.style5 {
	color: #459D2F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.GreenLinks {color: #459D2F; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; }
.GreenLinks a:link {
	color: #459D2F;
	text-decoration: underline;
}
.GreenLinks a:visited {
	color: #459D2F;
	text-decoration: none;
}
.GreenLinks a:hover {
	color: #459D2F;
	text-decoration: underline;
}
.GreenLinks a:active {
	color: #459D2F;
	text-decoration: none;
}
.GreyLinks { color:#999999; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; }
.GreyLinks a:link { color: #999999; text-decoration: underline;}
.GreyLinks a:visited { color: #999999; text-decoration: underline;}
.GreyLinks a:hover { color:#333333; text-decoration: underline;}

.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
	font-weight: bold;
}
.style10 {font-size: 14px}

.bord { border-color:#FFFFFF; border-style:solid; border-width:5px;}

.style11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
}
.style12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.style13 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}
.DivNav {
	text-align: center;
	background-image: url(../images/grey_die_bkgd.jpg);
	background-repeat: repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	table-layout: fixed;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
}
.DivNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.DivNav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.DivNav a:hover{
	color: #FFFFFF;
	background-image: url(../images/light_grey_bkgd.jpg);
	background-repeat: repeat;
	display: block;
	text-decoration: none;
}
.DivNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.HeaderNav {
	text-align: center;
	background-image: url(../images/grey_die_bkgd.jpg);
	background-repeat: repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	table-layout: fixed;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	padding: 8px 8px;
	text-decoration: none;
}
.HeaderNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.HeaderNav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.HeaderNav a:hover{
	color: #FFFFFF;
	background-image: url(../images/light_grey_bkgd.jpg);
	background-repeat: repeat;
	display: block;
	text-decoration: none;
}
.HeaderNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.FooterNav {color: #FFFFFF}
.FooterNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.FooterNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.FooterNav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.FooterNav a:active {color: #FFFFFF}
.style18 {
	font-size: 24px;
	font-weight: bold;
}
#sidenav {
	background:transparent url(../images/transback.png);
	float: left;
	width: 200px;
	height: 650;
}
#center {
	background:transparent url(../images/transback.png);
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	}
	
#content {
	background:transparent url(../images/transback.png);
	margin-left:  200px;
	width: 675px;
	table-layout: fixed;
  }
 