/* Tag Styles */

body, table, tr, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

a:link {
	color: #899a63;
	text-decoration: none;
}

a:hover {
	color: #978c47;
	text-decoration: none;
}

a:visited {
	color: #978c47;
	text-decoration: none;
}


/* Class Definitions */

.registerbutton {
	text-align: right;
}

.headline {
	color: #989688;
	font-size: 26px;
	font-family: Baskerville, Georgia, Times;
	padding-top: 20px;
	line-height: 26px;
}

.body { 
	text-align: left;
	color: #666;
}

.tablecontentpanel {
	padding: 10px;
	background-color: #f1f5e8;
}

.tableleftpanel {
	padding-right: 10px;
	background-color: #fff;
}

.tablerightpanel {
	padding-left: 10px;
	background-color: #fff;
}



#topborder {
	border-top: solid 1px #999;
	background-color: #fff;
	height: 10px;
	width: 820px;
	text-align: center;
	margin: 10px auto 0px auto;
}

.thetable {
	margin-top: 10px;
	border-top: solid 1px #999;
	background-color: #fff;
}

#bottomborder {
	border-top: solid 1px #999;
	background-color: #dae2c3;
	height: 10px;
	width: 820px;
	text-align: center;
	margin: 10px auto 0px auto;
}



#thumbnails {
}

.thumbnail {
	color: #989688;
	font-size: 10px;
	text-align: left;
	float: left;
	width: 65px;
	height: 90px;
	padding: 10px 8px 0px 0px;
	margin: 10px 0px 0px 0px;
	line-height: 1em;
}

.thumbnail img {
	padding: 0px 0px 5px 0px;
}

.formfield {
	width: 100%;
}

.requiredfield {
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: left;
}


/* Footer styles */

#footer {

	width: 600px;
	margin: 10px auto;
	text-align: center;
	color: #999;
	font-size: 11px;
	line-height: 1em;
	
}

#footer .legal {
	padding: 10px 0px 0px 0px;
	margin: 10px auto;
	text-align: center;
	width: 450px;
	border-top: solid 1px #999;
}

#footer .disclaimer {
	font-size: 9px;
}

#footer a {
	color: #978c47;
	text-decoration: none;
}

#footer a:hover {
	color: #978c47;
}

#footer a:visited {
	color: #978c47;
}


/* Main nav styles */

#nav {
	color: #989688;
	font-size: 11px;
	width: 820px;
	margin: 0px auto;
	text-align: center;
}

#nav .subnav {
	font-size: 10px;
}

#nav a {
	color: #989688;
	text-decoration: none;
}

#nav a.current {
	color: #b5c688;
	font-weight: bold;
	cursor: default;
}

#nav a.current:hover {
	color: #b5c688;
	font-weight: bold;
	cursor: default;
}

#nav a.current:visited {
	color: #b5c688;
	font-weight: bold;
}

#nav a.active {
	font-weight: bold;
}

#nav a:hover {
	color: #978c47;
}

#nav a:visited {
	color: #989688;
}