body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #C1001F;
}

p, ol, ul {
	line-height: 160%;
}

ul {
	color: #C1001F;
}

a {
	color: #202962;
}

a:hover {
	color: #C1001F;
	text-decoration: none;
}

#header {
	float: right;
	background: url(images/logo.gif) no-repeat;
	height: 106px;
	width: 300px;
}

#header h1 {
	margin: 0px;
	font-size: 2em;
}


#menu {
	padding: 6em 0em 0em 0em;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#menu li {
	display: inline;
}

#menu a {
	margin: 0px 0px 0px 0px;
	padding: .2em 1em;
	color: #FFFFFF;
	background-color: #202962;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a:hover {
	background-color: #C1001F;
}

#content {
	clear: both;
	margin: 1em 0px;
	padding: 1em 0px;
	border-top: 3px dotted #CCCCCC;
}

#left {
	float: left;
	width: 75%;
	background: url(images/bgtree.jpg) no-repeat;
	padding-right: 4%;
	border-right: 1px dashed #CCCCCC;
	min-height: 588px;
}

#full {
	float: left;
	min-height: 588px;
	width: 100%;
	background: url(images/bgtree.jpg) no-repeat;
	padding-right: 4%;
}

#right {
	float: left;
	width: 25%;
	padding-left: 4%;
}

#litext {
	color: #000000;
}

.litext {
	color: #000000;
}

#footer {
	clear: both;
}

#footer p {
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: 1em;
	color: #CCCCCC;
}

#footer a {
	margin: 0px;
	text-align: center;
	font-size: 1em;
	color: #CCCCCC;
}