/**
 * Common
 */


.imageRight
{
	float: right;
	margin: 0 0 1em 1em;
}

.hyper
{
	text-decoration: none;
	color: black;
}

.hyper:hover
{
	background: transparent;
	cursor: default;
}

textarea 
{
	display: block;
	width: 95% !important;
	margin: 1em 0;
	padding: .5em;
	color: black !important;
}

.cleaner {
	clear: both;
	visibility: hidden;
	height: 0;
} 

table {
	width: 95%;
}

th {
	background: #75ad56;
}

td, th {
	padding: .2em .6em;
}

a.undercover
{
	text-decoration: none;
	color: black;
}

a img, a:hover img
{
	border: none;
	background: transparent;
}

/**
 * Links
 */

a
{
	color: white;
}

#content a
{
	color: #ffe373;
}

#content a:hover
{
	color: white;
}

a:active
{
	color: #333;
	background: rgb(238, 212, 14);
}

/**
 * Headings
 */
h1 {
	font-family: "Georgia", serif;
	font-weight: normal;
	margin: 1em 0;
	font-size: 2.2em;
}

h2 {
	font-family: "Georgia", serif;
	font-weight: normal;
	margin: 1em 0;
	font-size: 1.8em;
}

h4
{
	font-family: "Georgia", serif;
	font-weight: normal;
	margin: 1em 0;
	font-size: 1.2em;
	border: solid black;
	border-width: 0 0 1px 0;
}

body
{
	font: normal normal .7em/1.2em "Verdana", sans-serif;
	text-align: left;
}

#root
{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: url("background.png") top left repeat-y;
}

#header
{
	background: url("header.jpg") left top no-repeat;
	height: 155px;
}

#logo 
{
	float: left;
	padding: 1em 0 0 1.3em;
}

#logo:hover
{
	background: transparent;
	text-decoration: none;
}

#menu
{
	 float: center;
	 width: 768px;
	height: 37px;
	background: url("menu.png") top left repeat-x;
	padding-left: 1em;
	clear: left;
}

#menu a
{
	display: block;
	float: left;
	padding: 10px 1.2em 10px 0;
	height: 17px;
	text-decoration: none;
	color: black;
}

#menu a:hover
{
	background: transparent;
	color: black;
	text-decoration: underline;
}

#menu a:active
{
	color: white;

}

#content
{
	width: 530px;
	float: right;
	color: white;
}

#content div.inside
{
	padding: 1em;
}

#navigation
{
	width: 220px;
	float: left;
}

#navigation div
{
	padding: 1em;
}

#footer 
{
	font-size: smaller;
	color: #333;
	background: url("footer.png") top left repeat-x;
	clear: both;
	height: 49px;
	padding: 5px 10px;
	margin-top: 0;
}
