/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #edf4e6;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align: middle;
	background-position: center center;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.maintexttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #926B2A;
}

.maintextBOLDitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

a:link, a:visited, a:hover {
	color: #ba853e;
	text-decoration: none;
}

img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content {
	width: 750px;
	background-position: left top;
	background-color: #000000;
	background-repeat: repeat;
	position: relative;
	float: none;
	top: 27px;
}


#top{
	float:none;
	background-image: url(images/header.jpg);
	height: 327px;
	background-repeat: no-repeat;
	background-position: center;
	width: 750px;
	position: relative;
	top: 27px;

}


#main {
	float: left;
	background-image: url(images/main_back.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	height: auto;
	width: 526px;
	clip: rect(auto,auto,auto,auto);
}


#maincontent {
	height: auto;
	width: 480px;
	text-align: justify;
	float: left;
	padding-right: 0px;
	position: relative;
	left: 15px;
	padding-top: 25px;
}

#maincontentbottom {
	height: 20px;
	width: 526px;
	float: left;
	background-color: #000000;
	background-image: url(images/main_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sideNav{
	color: #000000;
	background-image: url(images/snav_back.jpg);
	background-repeat: no-repeat;
	width: 224px;
	background-color: #000000;
	height: 607px;
	background-position: left top;
	float: left;
	position: relative;
	
}

#sidenavcontent {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 23px;
	float: left;
	padding-left: 23px;
	margin-bottom: 55px;
	padding-right: 10px;
}

#sidenavcontent img {
	margin-bottom: 1px;
}

#sidenavlogos {
	float: none;
	width: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 175px;
	position: static;

}

#sidenavlogos img {
	float: none;
	margin-bottom: 10px;
}

#footer {
	float:none;
	background-image: url(images/footer.jpg);
	height: 34px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 750px;
	background-color: #edf4e6;
	clear: both;
}






/***********************************************/
/*Component Divs                               */
/***********************************************/


#tableleft {
	float: left;
	width: 200px;
	text-align: left;
	position: relative;
	left: 15px;
}
#tableright {
	width: 200px;
	float: right;
	text-align: left;
	right: 15px;
	position: relative;
}
.maintextgold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #926B2A;
	font-weight: normal;
}
.formdownload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}

