/* ######### Style for Menu ######### */

.chromestyle {
	width: 100%;
	background: #4C3F32;
	font-weight: bold;
	}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.chromestyle ul {
	width: 100%;
	/* background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	}

.chromestyle ul li {
	display: inline;
	}

.chromestyle ul li a {
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #BBFF00;
	}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #4C3F32;
	width: 200px;
	visibility: hidden;
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #625542; /*75654E*/
	}
	
/*----- End of Settings -----*/

p, label, td, dl {
	font-size: 14px;
	color: white;
	padding-top: 5px;
	padding-left: 10px;
	margin: 15px;
	}

li{
	font-size: small;
	color: white;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	padding: 20px 0px 0px 20px;
	/* padding-bottom: 5px; */
	color: #9C0000;
	margin: 5px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: large;
	padding-left: 30px;
	color: #7B6744; /* #A49A73 #907850*/
	}

h3 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: medium;
	color: #A48D6D;
	padding: 0px 0px 0px 30px;
	}

h4 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 115%;
	text-align: center;
	font-size: 100%;
	color: #FFFFFF; /* #FFCC99; #A48D6D */
	padding: 0px 10px 0px 10px;
	}
	
h5 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 115%;
	font-size: 55%;
	color: #FFFFFF; /* #FFCC99; #A48D6D */
	padding: 0px 10px 0px 26px;
	}

body{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #4C3F32;
	background-image: url(back.png);
	background-repeat: repeat-x;
	line-height: 105%;
	padding: 0;
	margin-bottom; 0;
	}

#container /* used to be content */ { 
	width: 900px;
	height: auto;
	background-color: #000000;
	border: solid;
	/* border-top: none; */
	border-color: #FFFFFF;
	border-width: 1px;
	/* margin-top: 0px; */
	margin-left: auto; 
	margin-right: auto;
	overflow: auto;
	}

#text {
	padding-top: 10px;
	}
	
.separator {
	margin-left: 25px;
    border-bottom:1px dashed #4C3F32;
	width: 845px;
}
	
#logo {
	/* float: center; */
	/* width: 100%; */
	margin-top: -25px;
	text-align: center;
	/* padding-bottom: 15px; */
	}

#list {
	padding-left: 35px;
	margin-bottom: 25px;
	}
	
#menu {
	border: none; /* 1px solid white */
	border-top: .5px solid white;
	border-bottom: 1px solid white;
	width: 900px;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
	}
	
#flash {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	}
	
.style1 {
	color: #FFFFCC;
	}
	
.floatright {
	float: right;
	margin: 10px;
	margin-right: 20px;
	padding-top: 15px;
	clear: right;
	}
	
.floatright1 {
	float: right;
	margin: 10px;
	margin-right: 20px;
	clear: right;
	}
	
.floatright2 {
	float: right;
	margin: 10px;
	margin-right: 100px;
	clear: right;
	}

.floatright3 {
	float: right;
	margin: 0px;
	clear: right;
	}

.formfloatright {
	border-left: 1px dashed #4C3F32;
	float: right;
	padding-left: 20px;
	margin: 5px 165px 0px 0px;
	clear: right;
	}

.formfloatright1 {
	border-left: 1px dashed #4C3F32;
	float: right;
	padding-left: 20px;
	margin: -15px 105px 0px 0px;
	clear: right;
	}
	
/*----- Button Settings -----*/
	
#button a {
	float: left;
	margin: -76px;
	margin-left: 300px;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 1px solid;
	border-color: #aaa #000 #000 #aaa;
	width: 8em;
	background: #4C3F32;
	}

#button a:hover {
	float: left;
	position: right;
	top: 1px;
	left: 1px;
	border-color: #000 #aaa #aaa #000;
	}
	
#disclaimer {
	font-size: x-small;
	color: #FFFFFF;
	width: 900px;
	height: 100%;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	}

/*----- Footer Settings -----*/

#footer {
	font-size: x-small;
	color: #FFFFFF;
	width: 900px;
	height: 100%;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	}
	
#footer a:hover {
	color: #FFFF99;
	text-decoration: none;
	}

a {
	color: #FFFFFF;
	}

a:hover {
	text-decoration: none;
	}

/*----- Form of Settings -----*/


/*----- End of Settings -----*/