/* CSS Document */

body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #F8f8f8;
	margin: 10px;
}

h1 {
	font-size:1.4em;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size:1.2em;
	font-weight: bold;
	margin: 0px;
	line-height: normal;
	text-transform: uppercase;
}
h3 {
	font-size:1.1em;
	font-weight: bold;
	line-height: 1.4em;
}

p {
	font-size:0.9em;
	line-height: normal;
}

.clear {
	clear:both;
}



#wrapper {
	width:800px;
	margin:0 auto; /* here NOT in body */
	overflow:hidden;
	text-align: left;
	background-color:WHITE;
	border:1px solid #CCCCCC;
}

#header {
	background-color:#FFCC99;
	height:80px;
	background:url(assets/header.gif);

}

#middle {
	width:800px;
	background-color:#EEEEEE;
}

.navl {
	float:left;
	position:relative;
	width:150px;
}

#navigation {
	float:left;
	top:00px;
	left:0px;
	width:130px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;

}
#navigation li {
	margin: 0;
	padding: 0;
	display: inline;

	text-transform: capitalize;
}
#navigation a {
	display: block;
	width: 130px;
	font:  0.7em verdana, Arial, Helvetica, sans-serif;
	color:#2446a4;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation a:hover {
	background: url(../assets/nav_button.jpg) 0 -60px no-repeat;
	text-decoration: none;
	color:white;
}
#navigation a:active {
	background: url(../assets/nav_button.jpg) 0 -120px no-repeat;
}

.listheader {
	font-size:0.8em;
	font-weight: bold;
	display: block;
	padding: 10px;
}

#content {
	background-color:WHITE;
	position:relative;
	float:right;
	width:600px;
	top:0;
	padding:5px 20px 20px;
	left: 0;
}

#footer {
	padding:2px;
	background-color:#CCCCCC;
	font-size:0.7em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#content li {
	font-size: 0.9em;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
	background-color: #eeeeee;
}
#navigation img {
	padding-left: 5px;
}

