html {
	background: url(images/bodybackground2.jpg) repeat-x;
	border: 0;
}

#wrapper {
	background: url(images/bodybackground.gif) repeat-y;
	width: 840px;
	margin: 0 auto;
	border-right: 1px white solid;
	border-bottom: 1px white solid;
	border-left: 1px white solid;
	border-top: 1px white solid;
}

#logo {
	text-align: center;
	margin: 0;
}

/*---------------------------NAVBAR-------------------------------------*/

#navbar {
	position: relative;
	top: -5px;
	border-top: 1px white solid;
}

#navbar ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navbar ul li {
	float: left;
	border-right: 21px solid #333;
	border-bottom: 1px solid #333;
}

#navbar ul a	{
	display: block;
	text-align: center;
	vertical-align: center;
	background-color: #333;
}

#navbar ul a:link {
		color: #333;
}

#navbar ul a:visited {
		color: #333;
}

#navbar ul a:hover {
		color: white;
}

#navbar ul a:active {
		color: white;
}

#navbar a.norightborder {
	border-right: none;
}

#navbar a.leftborder {
	border-left: 30px solid #333;
}

/*---------------------------------NAVBAR-------------------------------*/


#content {
	float: left;
	width: 775;
	position: relative;
	top: -5px;
	padding-left: 0px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0;
}

#maincontent {
	color: #333;
	text-align: left;
	padding: 0;
	width: 590px;
	float: right;
	top: -4px;
	margin-right: 10px;
	font-family: arial, "lucida console", serif;
	font-size: 83%;
}

#sidebar {
	color: #333;
	padding-left: 10px;
	text-align: left;
	width: 185px;
	float: left;
	font-size: 85%;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: .2em;
	list-style-type: none;
	font-size: 93%;
	font-weight: bold;
	display: block;		
}

#sidebar li {
	border-bottom: 1px white solid;
	line-height: 40px;
}

#sidebar a {
	color: #063;
}

#footer	{
	float: bottom left;
	background-color: #fc3;
	display: block;
	width: 840px;
	text-align: center;
	font-size: small;
	clear: both;
}

div.footercopyright {
	background-color: #cdcdcd;
}

div.smallertext {
	font-size: 80%
}

p.bottomlink {
	display: block;
	float: left;
	width: 50px;
	text-align: center;
}

ol.references {
	font-size: 75%;
	}

h1 {
	background-color: #ededed;
	color: #333;
	text-align: center;
}

h2 {
	color: #333;
	text-align: center;
}

blockquote {
	text-align: center;
	font-style: italics;
	font-weight: bold;
	font-size: 95%;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border: none;
	background-color: black;
}

div.smallertext {
		font-size: 85%;
}

a:link {	color: #063;
		text-decoration: none;
	
}

a:visited {	color: #999;
		text-decoration: none;
}

a:hover {	color: #063;
		text-decoration: underline;
}

a:active {	color: white;
		text-decoration: underline;
}

a:link img {
	border-color: #333;
}

a:visited img {
	border-color: #333;
}

a:hover img  {
	border-color: white;
}

a:active img {
	border-color: white;



fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 3px solid #fff;
	background: #ededed;
}

legend {
	font-weight: bold;
}

label {
	display: block;
}

input {
	width: 250px;
}

textarea {
	width: 450px;
	height: 200px;
}

input:focus, textarea:focus {
	background: #ccc;
}

input.radio {
	float: left;
	margin-right: 1em;
	width: auto;
}