/* CSS Document */

html, body {
	height: 100%;
}

body {
	background: #000;
	font-family: "Century Gothic", "Courier New", Courier, monospace;
	color: #D2D4BA;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	}

#wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 842px;
}

#leftside {
	width: 378px;
	float: left;
}

#title { 
	background: url(images/title.png) no-repeat;
	height: 400px;
	width: 374px;
	position: absolute;
	behavior: url(iepngfix.htc);
}

#sidenav {
	width: 200px;
	margin: 400px 0 0 0;
	position: absolute;
}

#sidenav ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

#sidenav ul li {
	background: url(images/button.jpg) no-repeat;
	height: 45px;
	padding: 11px 0 0 30px;
	margin: 0;
}

#sidenav ul li:hover {
	background: url(images/button_hover.jpg) no-repeat;
	height: 45px;
	padding: 11px 0 0 30px;
	margin: 0;
}

#sidenav ul li a {
	margin-top: 5px;
	color: #CCCC99;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	width: 200px;
}

#rightside {
	width: 700px;
	margin: 0 30px 0 313px;
	padding: 0 20px 10px 30px;
	background: url(images/right_background.jpg) repeat-y;
	position: static;
	min-height: 100%
}

#topnav {
	width: 550px;
	padding: 1px 0 0 0;
	height: 46px;
	margin: 0 0 0 0;
	background: url(images/parent_background.jpg) no-repeat;
}

#topnav ul {
	text-align: left;
	line-height: 1em;
	margin: 20px 0 0 30px;
}

#topnav ul li {
	padding: 5px 10px 10px 0;
	display: inline;
	font-size: .75em;
}

#topnav ul li a {
	color: #CCCC99;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 10px;
}

#topnav ul li a:hover {
	color: #EEEEBB;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 5px;
	background: url(images/nav_hover.jpg) no-repeat left 8px;
}

#subnav {
	width: 600px;
	padding: 0 0 0 0;
	margin: -2px 0 0 5px;
	height: 50px;
	background: url(images/subnav_background.jpg) no-repeat;
}

#subnav ul {
	text-align: left;
	line-height: .65em;
	margin-bottom: 25px;
	margin-left: 50px;
	margin-top: 0;
}

#subnav li {
	display: inline;
	font-size: .65em;
	padding: 5px 10px 27px 10px;
}

#subnav ul li a {
	color: #CCCC99;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 10px;
}

#subnav ul li a:hover {
	color: #EEEEBB;
	background: url(images/subnav_hover.jpg) no-repeat left 4px;
}

#content {
	width: 600px;
	text-align: justify;
	padding: 10px 0 10px 20px;
	font-size: .9em;
}

#content h1 {
	background: url(images/heading_bar.jpg) no-repeat left 8px;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 3px;
	padding-right: 40px;
}



#content a {
	color: #330000;
	text-decoration: none;
}

#content a:hover {
	color: #663300;
	text-decoration: underline;
}

#content th {
	text-decoration: underline;
}

#content table {
	border: 0;
	padding: 0;
	margin: 0;
}

#content dt {
		font-weight: bold;
		text-align: left;
		float: left;
		width: 200px;
		padding-top: 10px;
}

#content dd {
		margin-left: 200px;
		padding-top: 10px;
}

img.bookmark {
		padding: 10px;
		margin: 10px;
}

/* Content Form Information */

#content fieldset input {
		background-color: #574C2A;
		color: #D2D4BA;
		font-family: "Century Gothic", "Courier New", Courier, monospace;
		width: 15em;
		}
		
#content fieldset select {
		background-color: #574C2A;
		color: #D2D4BA;
		font-family: "Century Gothic", "Courier New", Courier, monospace;
		width: 15em;
		}

#content fieldset textarea {
		background-color: #574C2A;
		color: #D2D4BA;
		font-family: "Century Gothic", "Courier New", Courier, monospace;
		}
		
#content fieldset input.submit {
		background-color: #574C2A;
		color: #D2D4BA;
		width: 10em;
		}
		
/* End Form Information */
		
#content .errors {
		font-weight: bold;
		color: #F00;
		}

#content .pagenav {
		font-size: 1.3em;
		}

#footer {
	width: 600px;
	text-align: center;
	font-size: .6em;
}

