/* CSS Document */
h1 {
	font:Verdana, Arial, Helvetica, sans-serif bold;
	color:#000000;
	font-size: 1.15em;
	text-transform:uppercase;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	margin: 0;
	margin-top:1em;
	padding: 0;
	background-color:#CCCCCC;
	border-left: 1px dashed #D9CFB3;
}
h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	text-transform:capitalize;
}
#wrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url(images/bg_column.gif) repeat-y right top;	
}
#banner {
	width: 770px;
	height: 185px;
	padding-top:1px;
	text-align: right;
	color:#FFFFFF;
	background-color: #312723;
}

#banner a {
	color:#FFFFFF;
	text-decoration: none;
	}
	
#banner a:hover {
	text-decoration:underline;
	}
	
#sidebar {
	float: right;
	width: 120px;
	margin-top: 0px;
}

#footer {
	clear:both;
	width: 770px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color:#FFFFFF;
	height: 20px;
	background-color: #514116;
}

#content {
	display:inline;
	float:left;
	width: 470px;
	margin-left:115px;
	margin-top: 0px;
	padding: 10px;
	border-left: 1px dashed #D9CFB3;
}

* html #content {
	width: 491px;
	w\idth: 470px;
	}

#sidenav {
	float: left;
	width: 105px;
	margin-left: -606px;
	color:#000000;
	font: Verdana, Arial, Helvetica, sans-serif 0.9em;
	margin-top:0px;
}

* html .sidenav {
	margin-left: -3px;
	}
	
#sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	line-height: 1em;
	}
	
ul.sidenav a {
	display: block;
	width: 95px;
	}

#sidebar a{
	color: #514116;
	text-decoration: none;
	font-size:0.8em;
	}
	
#sidebar a:hover {
	color: #FFFFFF;
	bottom-border: 2px dotted #FFFFFF;
	}
	

ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 3px dashed #9B8B75;
	}
	
#sidenav a {
	display: block;
	line-height: 100%;
	border-top: 3px dashed #9B8B75;
	text-decoration:none;
	color:#000000;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}
	
ul.nav a:visted {
	background-color:#FFFFFF;
	color:#CCCCCC;
	}
	
#sidenav a:hover {
	background-color: #D9CFB3;
	}
	
ul.sidenav li {
	display:inline;
	}
*html ul.sidenav a {
	height: 1px;
	}

#topnav {
	height: 25px;
	
	}

#topnav ul{
	float:right;
	margin-left:0px;
	margin-top: 0px;
	padding-left:0px;
	padding-right: 0px;
	list-style-type: none;
	background-color: #514116;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif 1.1em;
	
}

#topnav li{
	float:right;
	}
	
#topnav a{
	width: 90px;
	display:block;
	height: 20px;
	margin-right: 3px;
	margin-left:3px;
	margin-bottom: 0px;
	margin-top: 3px;
	padding-top: 2px;
	text-decoration:none;
	text-align:center;
	background-image: url(images/nav/tab.gif);
	color:#FFFFFF;
	}
	
#topnav a:hover{
	color:#000000;
	background-position: 0 -63px;
	}
	
#content a {
	color: #514116;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px dotted #D9CFB3;
	background: url(images/test_bg.gif) no-repeat;
	}
	
#content a:hover {
	background-color: #E1EAFF;
	border-bottom: 2px dotted #6699FF;
	}

#redcow {
	font:"Courier New", Courier, mono;
	size: 0.7em;
	color:#999999;
	text-align:right;
	}
	
#redcow a{
	font:"Courier New", Courier, mono;
	size: 0.7em;
	color:#999999;
	text-decoration:none;
	font-weight:100;
	}	
	
#redcow a:hover{
	text-decoration:underline;
	color:#990000;
	}
	