/* CSS Document */

body {
	text-align:left;
	font-family:"Trebuchet", Arial, sans-serif;
	font-size:80%;
	color:#000000;
	background-color:#ffffff;
	margin:0pt;
}

p {
	text-align: left;
}

a:link {
	text-decoration:none; 
	color:#FF0000;
}

a:visited {
	text-decoration:none;
	color:#FF0000;
}

a:active {
	text-decoration:none;
	color:#FF0000;
}

a:hover {
	text-decoration:underline; 
	color:#FFFFFF;
}

h1 {
	color:#000000;
}

#header h1 {
	color:#6699cc;
}

#header {
	background-color: #ffffff;
	float:left;
	padding-left: 10px;
	padding-top: 10px; 
	width: 940px;
}

#contentleft {
	float:left;
	background: #ffffff;
	border-right:1px solid #ffffff;
	width: 600px;
	padding-left: 10px; 
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#contentright {
	float: left;
	background: #ffffff;
	width: 299px;
	padding-left: 10px; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}

#footer {
	width:940px;
	background-color: #ffffff;
	border-top:2px solid #ffffff;
	padding-left: 10px; 
	padding-bottom: 1px;
	clear: both;
}

#nav ul {
	margin:0px;
	float:left;
	background-color:#ADD46B;
	line-height:20px;
	font-weight:bold;
}

#nav li {
	list-style-type:none;
	display:inline;
	float:right;
}

#nav li:hover {
	background-color:#ffffff;
}

#nav a {
	color:#6699cc;
    margin:0 30px;
    text-decoration:none;
}