/* Generic Styling */

body {
	background:url(images/bg-body.png) repeat-x top center #E8F7F9;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #222222;
	overflow-y: scroll;
}

* {
	margin:0;
	padding:0;
}

h2 {
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	font-size: 125%;
}

p {
	margin-bottom:1.75em;
	padding-left: 1.5em;
}

a {
	text-decoration:none;
	color: #FF9D33; /*#B4C835;*/
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}




/* Structure */

#container {
	margin:0 auto;
	width:700px;
	background: #ffffff;
	font-size:1.20em;

	}
#top {
	height:263px;
	background:url(images/header.jpg) no-repeat;
}
#nav {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#content {
	width:650px;
	min-height:500px;
	padding-left: 10px;
	padding-top: 15px;
	}
#footer {
	clear:both;
	height:200px;
	background:url(images/footer.jpg) no-repeat;
	}




/* Header */

#top h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:80px; left:30px;
	letter-spacing:1px;
	font-style:italic;
}
#top a {
	color: #888888;
}



/* Menu */

#nav ul {
	list-style-type:none;
	}
#nav li {
	float:left;
	}
#nav li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#nav li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
}

#nav li.active {
	font-weight: bold;
}




/* Lists */

#content ul {
	padding-left: 1.5em;
	margin: 0;
}
#content ul > li {	
	list-style: none;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.2em;
	padding-bottom: 0.2em;
}

