﻿body 
{
	background: url(Images/background.gif);
}

h1 
{
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

.contentpara 
{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

.header 
{
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

.footer 
{
	background-image: url(Images/footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

.leftsidebartop 
{
	background-image: url(Images/leftsidebarmenutop.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 223px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

.leftsidebarbottom 
{
	background-image: url(Images/leftsidebarmenubottom.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 223px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

.leftsidebar 
{
	background-image: url(Images/leftsidebarmenuinner.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 223px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

.page 
{
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: auto;
}

.navbuttonsnormal
{
	border-style: solid;
	border: 2px;
	font: veranda;
	font-weight: bold;	
	text-align: center;
}

#home 
{
    background-image: url(images/innerbodybackground.gif);
	position: relative;
	width: 760px;
	padding: 0px 0px;
	padding-top: 0px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
	height: auto;
}

.tablebody 
{
    background-image: url(images/innerbodybackground.gif);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: auto;
	vertical-align: top;
}

.hometablebody 
{
    background-image: url(images/homebodybackground.jpg);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: auto;
	vertical-align: top;
}

.nav 
{
	background-image: url(images/paperbanner.gif); 
	position:relative;
	margin-left: auto;
	margin-right: auto; 
	width: 760px;
	height: 10px;
	vertical-align: top;
}

.navdropdown 
{
	position:relative;
	margin-left: 14px;
	margin-right: auto; 
	width: 760px;
	vertical-align: top;
}

.crumbs 
{
	background-image: url(images/navbackground2.gif);
	position:relative;
	margin-left: auto;
	margin-right: auto; 
	width: 760px;
	vertical-align: top;
}

.crumbsnav 
{
	margin-left: 10px;
}

.leftsidebarnav 
{
	color: Navy;
	margin-left: 10px;
	margin-top: 10px;
}

.leftsidebar 
{
	width: 219px;
	height: 100%;
	vertical-align: top;
}

.rightsidebar 
{
	width: 541px;
	height: 100%;
	margin-left: 10px;
}

.rightsidebarcontent 
{
	margin-left: 10px;
	margin-top: 10px;
}	

#sidebar 
{
	float: left;
	width: 223px;
	height: 100%;
}

#content 
{
	margin-left: 223px;
	height: 100%;
}

#maincontent 
{
	float: right;
	margin-left: 2px;
	position: absolute;
	top: 10px;
	width: 530px;
	height: 100%;
}

.hrbar
{
	margin-left: 10px;
}

table.contentTableBodyHome
{
	border: 0px;
	font-family: Verdana;
	font-size: 18px;
	color: #373854;
	text-align: left;
	width: 730px;
}

table.contentTableBodyInner
{
	padding-left: 14px;
	border: 0px;
	font-family: Verdana;
	font-size: 18px;
	color: #373854;
	text-align: left;
	width: 510px;
}