/* CSS Document */

body {
	background-color:#999999;
	font-family:Tahoma,sans-serif;;
	font-size:90%;
	line-height:1.5em;
	letter-spacing:1px;
	margin:0;
	padding:0;
	}
#wrapper {
width:770px;
background:url(/images/mainbg.jpg) top left repeat-y #FFFFFF;
	}

h1 {
	color:#FF6600;
	font-size:2.5em;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-weight:normal;
	}

h2 {
	font-size:1.5em;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-weight:normal;
	color:#405060;
	}



#banner p {
	padding:0;
	margin:0;
	text-align:right;
	}

#banner {
	background-color:#999999;
	padding-bottom:10px;
}
#pagetitle {
	display:none;
	}
	
#main {
width:770px;
background-color:EEEEDD;
	}
	
#nav {
	background:#FF6600;
	border-top:1px dashed #F4FFE4;
	border-bottom:1px dashed #F4FFE4;
	padding:10px;
	}

#nav a{
	color:#FFFFFF;
	}

#nav a:hover {
	background-color:#FF0000;
	}

#sidenav {
	width:200px;
	float:left;
	}
#sidenav ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#sidenav ul a{
	display:block;
	padding:0.5em 0 0.5em 10px;
	width:190px;
	color:#CC0000;
	text-decoration:none;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	}

#sidenav ul a:hover {
	background-color:#FF6600;
	color:#FFFFFF;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999
	}

a em {
	padding-left:10px;
	font-size:0.8em;
	font-style:normal;
	}	

#content {
	width:498px;
	float:right;
	background:url(images/roundedtopalt.jpg) top right no-repeat;
	padding:30px;

	}

#footer {
	clear:both;
	background-color:#000000;
	height:63px;
	background:url(/images/roundedbottomalt.gif) right bottom no-repeat;
	}
	

.bold {
	font-weight:bold;
}