/* load the cool background image, set default font, etc */
body{
	background-color: #deedf4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-image: url(/assets/template_images/back.gif); 
}

a{
	color: #5a96da;
	text-decoration: none;
}

a:hover{
	color: #ffb040;
	text-decoration: underline;
}
/* container for whole page */
#container{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/* header and footer */
#header{
	margin-top: 20px;
}

#footer{
	clear: left;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#footer ul li{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	font-size: .95em;

}

#toplogo{
	float: left;
}

#content{
	clear: left;
	padding-top: 20px;
	
}

/* navigation */
#topnav{
	float: right;
	padding: 5px;
	background-color: #FFF;
	height: 15px;
	position: relative;
	top: 10px;
	font-size: .95em;
	
}

#topnav ul{
	list-style: none;
}

#topnav ul li{
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#topnav ul li.active{
	background-color: #ffffcc;
}

#topnav ul li a{
	color: #5a96da;
}


#topnav ul li.active a{
	color: #5791ac;
}