@charset "UTF-8";
/* CSS Document */
html {
	overflow: scroll;
	overflow-x: auto;
	overflow-y: scroll;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background: #485B02 url(/images/interface/bkg.jpg) left top repeat-x;
	color: #000000;
}

body, table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
}

.wrapper {
	padding: 8px 15px 15px 15px;
	width: 866px;
	margin: 0px auto 0px auto;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 130%;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 20px;
}

ul,
ol {
	margin: 0px 0px 15px 20px;
	padding: 0px;
}

a {
	color: #0000CC;
}

a:hover {
	color: #3366FF;
}

img {
	border: none;
}

#header {
	position: relative;
	width: 866px;
	height: 115px;
	background: #530015 url(/images/interface/header_bkg.gif) left top repeat-x;
	}
	#header .logo {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 221px;
		height: 115px;
	}
	#header .right-corner {
		position: absolute;
		left: 842px;
		top: 0px;
		width: 24px;
		height: 76px;
	}
	#header .nav {
		position: absolute;
		left: 221px;
		top: 76px;
		width: 634px;
		height: 39px;
		text-align: right;
		padding: 0px 11px 0px 0px;
		background: #824554 url(/images/interface/nav_right.jpg) right top no-repeat;
	}

#main {
	position: relative;
	padding: 0px 11px 0px 5px;
	background: url(/images/interface/main_bkg.png) left top repeat-y;
	width: 850px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	}
	#main .content {
		position: relative;
		width: 609px;
		padding: 25px 20px 10px 221px;
	}
	#main .sidebar {
		position: absolute;
		left: 5px;
		top: 0px;
		padding: 90px 10px 10px 10px;
		background: url(/images/interface/logo_bottom.jpg) left top no-repeat;
		width: 196px;
		height: 300px;
	}
	#main .home-bkg {
		position: relative;
		width: 850px;
		height: 439px;
		background: #CFD4BD url(/images/interface/home_page_img.jpg) right top no-repeat;
	}
	#main .home-logo {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 216px;
		height: 84px;
		background: url(/images/interface/logo_home.jpg) left top no-repeat;
	}
	#main .home-nav {
		position: absolute;
		left: 153px;
		top: 231px;
		width: 188px;
		height: 198px;
		z-index: 2;
	}
	#main .home-anniv {
		position: absolute;
		top: 290px;
		left: 10px;
		width: 135px;
		height: 139px;
	}
	#main .home-text {
		position: relative;
		padding: 25px;
		background-color: #FFFFFF;
		}
		#main .home-text h1 {
			font-size: 24px;
			margin: 0px;
		}
		#main .home-text p {
			margin: 15px 0px 0px 0px;
		}

#footer {
	position: relative;
	width: 866px;
	height: 22px;
	background: url(/images/interface/footer.png) left top no-repeat;
}
#footer-text {
	position: relative;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	}
	#footer-text a {
		font-weight: bold;
		color: #FFFFFF;
	}
	#footer-text a:hover {
		color: #FFFF00;
	}
	#footer-text a.hidden {
		font-weight: normal;
		text-decoration: none;
	}
	#footer-text a.hidden:hover {
		text-decoration: underline;
	}
	
.checklist {
	margin: 5px 0px 20px 24px;
	padding: 0px;
	font-weight: normal;
	list-style-image: url(/images/interface/checkmark.gif);
	list-style-type: none;
}

.diamondlist {
	margin: 5px 0px 20px 24px;
	padding: 0px;
	font-weight: normal;
	list-style-image: url(/images/interface/diamond.gif);
	list-style-type: none;
	}
	.checklist li,
	.diamondlist li {
		margin: 10px 0px 0px 0px;
		padding: 0px;
		}
		.checklist li ul,
		.diamondlist li ul {
			list-style-type: disc;
			list-style-image: none;
			margin: 0px 0px 20px 24px;
			padding: 0px;
			}

			.checklist li ul li,
			.diamondlist li ul li {
				margin: 5px 0px 0px 0px;
				padding: 0px;
			}

.resources {
	width: 100%;
	}
	.resources th {
		vertical-align: bottom;
		text-align: center;
		padding: 0px 10px 10px 10px;
	}
	.resources td {
		vertical-align: top;
		text-align: center;
		padding: 0px 10px 20px 10px;
	}
	.resources img {
		border: none;
	}
			
.float-right {
	float: right;
	margin: 0px 0px 15px 15px;
}

.float-left {
	float: left;
	margin: 0px 15px 15px 0px;
}
