/* General Styles */
body {
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	background-color: #F5F5F5;
	font-style: normal;
	font-variant: normal;
	border-top-color: #666666;
	border-left-color: #666666;
}
header {
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
	font-family:verdana,geneva,sans-serif;
	font-size: 13px;
	color:#F18833;
	background-color: #463017;
	background-position: center;
	clear: both;
	width: auto;
}

a:hover {
	text-decoration:underline;
	font-weight: bold;
}

h1 {
	margin:10px 0px 5px 5px;
	padding:0px;
	font-family: calibri, "Times New Roman", Times, serif;
	font-size:24px;
}

h2 {
	margin:15px 0px 0px 0px;
	padding:0px;
	font-family: calibri, "Times New Roman", Times, serif;
}

a:hover h2 {
	text-decoration:underline;
}

ul {
	margin:0px 0px 0px 0px;
}


/* nav */

#nav {
	background-image: url('images/nav/navback.bmp');
	height: 34px;
	width: 900px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	padding-left: 1px;
}
#nav li {
	display: inline;

}
#nav li a {
	text-align: center;
	font-size: 15px;
	float: left;
	display: inline;
	width: 224px;
	font-weight: bold;
	color: #fff;
	padding-top: 8px;
	height: 34px;
	text-decoration: none;
	}
#nav li a:hover {
	color: #fff;
	background-image: url('images/nav/navhover.gif');
	text-decoration: underline;
	}


/* Title */

#title {
	font-family: calibri; 
	padding: 3px; 
	width: 100%; 
	float: left; 
	color: white; 
	text-align: left; 
	background-image: url('images/titlebacks.jpg');
	} 
#title2 {
	font-family: calibri; 
	padding: 1px; 
	width: 100%; 
	float: left; 
	color: white; 
	text-align: center; 
	background-image: url('images/nav/navback.bmp');
	} 


#sidebar {
	background-image: url('images/side.jpg');
	color: white;
	}

#sidebar a {
	color: white;
	}


