body {
	background: #FFFFFF;
	margin: 0px;
}

* html body
  {
    _text-align: center; /* 1st part of IE5/IE6quirks centering hack */
  }

* html #container
  {
    _text-align: left; /* 2nd part of IE5/IE6quirks centering hack */
  }


#home-link {
	position: absolute;
	width: 300px;
	height: 150px;
	z-index: 1000;
}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 816px;
}


/*** HEADER STYLES ***/
#header {
	position: absolute;
	top: 0;
	width: 816px;
	height: 167px;
	background-image: url(images/header.jpg);
}



#main-menu {
	position: absolute;
	left: 312px;
	top: 79px;
}





/*** FOOTER ***/
#footer {
	position: relative;
	left: -22px;
	width: 816px;
	height: 77px;
	background-color: #FFFFFF;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#footer-text {
	position: relative;
	width: 300px;
	left: 540px;
	
	color: #555555;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	padding-top: 40px;
	text-decoration:  none;
}

#login {
	margin: 15px 0px 15px 5px;
}


/***************************/
/*** MAIN CONTENT STYLES ***/
/***************************/


#main {
	position: absolute;
	width: 772px; /* 816px */
	
	top: 167px;
	background-image: url(images/main_back.jpg);
	background-repeat: repeat-y;
	
	padding: 5px 22px 0 22px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #463f1d;
}


.caption {
	border-left: 2px solid #dfddcd;
	padding-left: 10px;
	margin-left: 10px;
	
	font-size: 14;
	color: #776f47;
}

.main-small {
	font-size: 14px;
	color: #776f47;
}


img {
	border: 0;
}

hr {
	border: 0;
	border-top: 2px solid #dfddcd;
}


/*** HEADERS ***/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #993901;
	margin: 0;
	padding: 0;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 11px; }
h6 { font-size: 8px; }


p { margin: 0; }




a {
	color: #2434b0;
}
a:hover {
	color: #6977de;
}
.emphasize {
	font-weight: bold;
	color: #993901;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	color: #993901;
}






.BTNForms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	background: url(images/button-back.jpg); background-repeat: repeat-x;
	border: 1px solid #726c49;
	height: 30px;
	cursor: pointer;
}
.BTNMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(images/button-back.jpg); background-repeat: repeat-x;
	border: 1px solid #726c49;
	cursor: pointer;
}

.dropDown {
	font-family: Arial, Helvetica, sans-serif;
	font-size:		10px;
}