* {
	margin: 0;
	padding: 0;
}

html {
	font: small/1.4 "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}

body {
	color:#000000;
	font-size:92%;
	line-height:120%;
}

#wrapper {
	width:1024px;
	position:relative;
	text-align: left;
	margin-right:auto;
	margin-left:auto;
}

#logo {
	height:65px;
	position:relative;
	left:0;
	top: 5px;
	background:url(images/logo_dark.png);
	background-repeat:no-repeat;
}


#nav {
	margin: 0;
	padding: 0;
	background: #000000;
	width: 1013px;
	float: left; /* Contain floated list items */
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#nav a {
	float: left;
	width: 168px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 2.5; 
	border-right: 1px solid #fff;
}

#nav #nav_gen a {
	border: none;
}

#nav a:hover {
	background:url(images/BannerBackground.jpg);
	color: #000000;
	font-weight: normal;

}

#header {
	height: 35px;
	width: 1013px;
	text-align: center;	
	padding-top: 40px;
	padding-bottom: 10px;
	color: #000000;
	background-image: url("images/BannerBackground.jpg");
	background-repeat: repeat-x;
}

#main {
	position: relative;
	width: 100%;
}

#form {
	float: left;
	width:750px;
	margin-right: 10px;
	padding:20px; 
}

#content {
	float: left;
	width:750px;
	margin-right: 10px;
	padding:20px; 
	background-image: url("images/content-bg.gif");
}

#sidebar {
	width: 700px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 20px;
	background-image: url("images/sidebar-bg.jpg");
	border: 1px solid #e1c873;
}

#book {
	float: right;
	width: 120px;
	padding: 8px;
	text-align: right;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size:87%;
	line-height:105%;
}


#sponsor {
	float: right;
	background: url("images/sponsor-bg.gif");
	width:200px;
	padding: 0 0 20px;
	border: 1px solid #FFFFFF;
}

#sponsor dt {
	background: url("images/sponsor-top.gif") no-repeat;
	padding: 20px 20px 0;
	font-size: 170%;
	color: #000000;
	line-height: 1.0;
	margin: 0;
}

#sponsor dd {
	background: url("images/sponsor-bottom.gif") no-repeat bottom left;
	padding: 10px 20px 0;
	color: #000000;
	line-height: 1.3;
	margin: 0;
}

#footer {
	position: relative;
	height:35px;
	text-align:left;
	padding:10px; 
	color:#000000;
	background-image: url("images/header-bg.gif");
	background-repeat:repeat-x;
}


.clear {
	clear:both;
}

span {
	float:left;
	width:0.7em;
	font-size:400%;
	font-family:arial;
	font-weight: bold;
	line-height:80%;
}


h1 {
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 0.4em;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 0.4em;
	text-align: center;
}

p {
	font-size: 100%;
	padding-bottom:1em;
}



a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

td.col1 {
	padding: 5px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

td.col2 {
	padding: 5px;
	vertical-align: top;
	text-align:left;
}
fieldset {
	float: left;
	clear: both;
	width: 750px;
	margin: 1.5em 0 0 0;
	padding: 0;
	border: 1px solid #999999;
	background-color: #F2EFE9;
	background-image: url(images/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}
legend {
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}
fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
}
fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}
label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}
