/*
-----------------------------------------------
Che Douglas
----------------------------------------------- */
body {
	font: 11px/1.5em Verdana, Century Gothic, Helvetica, sans-serif, Arial;
	color: #000;
	background: url(../images/bg.gif) fixed top repeat-x;
}

h1 {
	font: 30px Century Gothic, Helvetica, sans-serif, Arial;
	color: #08AADE;
	line-height: 30px;
	margin-bottom:20px;
	font-weight:100;
}	

h2 {
	font: 16px Century Gothic, Helvetica, sans-serif, Arial;
	color: #333;
	line-height: 20px;
	font-weight:100;
}	

/* Top Menu
---------------------------------------------*/

.topnav {
	font: 14px Century Gothic, Helvetica, sans-serif, Arial;
	color: #222;
	line-height: 40px;
}
	
.topnav a:link {
	color: #222;
	text-decoration:none;
}

.topnav a:hover {
	color: #08AADE;
	text-decoration:none;
	line-height: 40px;
}

.topnavsep {
	font: 16px Century Gothic, Helvetica, sans-serif, Arial;
	color: #ccc;
	line-height: 40px;
}

/* Vertical Menu
---------------------------------------------*/



#leftmenu ul {
	margin-left:0;
	float: left;
	width: 175px;
	height: 25px;
}
		
#leftmenu ul li {
	color: #333;
	float: left;
	list-style:none;
	line-height: 25px;
}
		
#leftmenu ul li a:link, #leftmenu ul li a:visited {
	border: 0;
	float: left;
	color: #333;
}
		
#leftmenu ul li.active a:link, #leftmenu ul li.active a:visited {
	float: left;
	width: 175px;
	height: 25px;
}
		
#leftmenu ul li a:hover {
	display: block;
	float: left;
	width: 175px;
	height: 25px;
	color:#000;
	background-color: #D7F1FA;
	text-decoration: none;
}

#footer a:link, a:visited {
	color:#08AADE;
}

#footer a:hover {
	color:#333;
}