﻿body 
{
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

img
{
	border: solid 1px #6c5c56;
}

img.display
{
	border: solid 1px #6c5c56;
	cursor: hand;
	cursor: pointer;	
}

img.noborder
{
	border: none 0px white;
}

a, a:link, a:visited
{
	color: #738796;
}

a.toplinks, a.toplinks:link, a.toplinks:visited
{
	color: #6c5c56;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}

a.toplinks:hover
{
	text-decoration: underline;
}

.brownspanbig
{
	font-size: 20px;
	font-weight: normal;
}

.sidenav
{
	background: url('/Images/sidenav_bg.gif'); 
	text-align: right; 
	padding-right: 10px; 
	padding-top: 40px;
}

.sidenav ul li
{
	color: #6c5c56;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 5px;
	list-style-image: url("../Images/li.gif");
	margin-top: 7px;
}

.sidenav a, .sidenav a:link, .sidenav a:visited
{
	color: #6c5c56;
	font-weight: bold;
	text-decoration: none;	
}

.sidenav a:hover
{
	text-decoration: underline;
}

.brownspansmall
{
	font-size: 17px;
	font-weight: normal;
}

.mainbodycontent
{
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 10px;
}

#toprightlinks
{
	position: relative;
	margin-top: -115px;
	float: right;
	margin-right: 40px;
}

#canvas
{
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 20;
	padding-top: 1px;
}

#bodybg
{
	position: absolute;
	height: 290px;
	width: 100%;
	top: 0px;
	left: 0px;
	background: url("../Images/body_bg.gif");
	z-index: 1;
}

#bodycontentbg
{
	position: absolute;
	height: 158px;
	width: 100%;
	top: 0px;
	left: 0px;
	background: url("../Images/body_content_bg.gif");
	z-index: 1;	
}

#contentheader
{
	width: 100%;
	height: 158px;
}

#contentheaderleft
{
	float: left;
	width: 464px;
	height: 100%;
	background: url("../Images/header_content.gif");
}

#contentheaderright
{
	float: right;
	width: 215px;
	height: 100%;
	background: url("../Images/header_content_right.gif");
}

#header
{
	width: 100%;
	height: 290px;
	background: url("../Images/header.gif");
	z-index: 20;
}

#footer
{
	width: 100%;
	height: 150px;
	background: url("../Images/footer.gif");
	z-index: 20;	
}

#contentarea
{
	width: 770px;
	text-align: left;
	float: left;
}

#separator
{
	width: 5px;
	height: 350px;
	background: url("../Images/separator.gif");
}

#topgrey
{
	float: left;
	width: 100%;
	height: 44px;
	background: url("../Images/top_grey.gif");
}

#contentbody
{
	float: left;
	position: relative;
	top: -30px;
}

#footercontent
{
	position: relative;
	top: 75px;
	width: 100%;
	text-align: center;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
}

#buttons
{
	position: relative;
	left: 210px;
	top: 70px;
}

