body{
	margin: 0px;
	padding: 0px;
	background-color: #F9F0E3;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
a { 
text-decoration: none; border-bottom:1px solid brown; } 
}

.spacer{
	font-size:0; line-height:0; clear:both;
}
#logo{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	text-align: center;
	clear: both;
	height: 163px;
}
#logo h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #9D6E1B;
	text-align: left;
	margin: 0px;
	padding-top: 66px;
	padding-left: 190px;
	padding-bottom: 4px;
	white-space: nowrap;
}
#logo h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #5E4B0A;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-left: 190px;
	white-space: nowrap;
}
#main-wrapper{
	width:1230px;
	display:table;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
	float: left;
}
.left-menus {
	width: 206px;
	float: left;
	padding-bottom: 100px;
	margin: 0px;
}
.glossymenu{
	list-style-type: none;
	padding: 0;
	width: 180px;
	margin: 0px;
}

.glossymenu li a{
	color: #000000;
	display: block;
	width: auto;
	padding-left: 28px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECE1BB;
	border-bottom-color: #6C613B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-color: #D9C276;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 180px;
}

.glossymenu li .active{
	background-image: url(images/nav-bg_active.gif);
	background-repeat: repeat-y;
	color: #F9F3DF;
	background-position: left top;
	background-color: #E4D49F;
}

.glossymenu li a:hover{
	background-image: url(images/nav-bg_hover.gif);
	background-repeat: repeat-y;
	color: #ECE1BB;
	background-position: left top;
	background-color: #978752;
}
.content {
	padding-top: 10px;
	width: 780px;
	float: left;
	padding-bottom: 100px;
	margin: 0px;
}
.content h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #5A5A5A;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #582E00;
	margin-right: 0px;
	margin-left: 0px;
}
.content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #83660A;
}
.content h2 a{
	color: #83660A;
	text-decoration:none;
}
.content h2 a:hover{
	color: #83660A;
	text-decoration:underline;
}
.content h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 18px;
	font-weight: bold;
	color: #582E00;
}
.content h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: normal;
	color: #582E00;
	margin-top: 0px;
}
.content .blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #0000FF;
	margin-right: 0px;
	margin-left: 0px;
}
.content p, ul, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #582E00;
}
.content p a{
	color: #83660A;
	text-decoration:none;
}
.content p a:hover{
	color: #83660A;
	text-decoration:underline;
}
.content a{
	color: #83660A;
	text-decoration:none;
}
.content a:hover{
	color: #C600A4;
	text-decoration:underline;
}
.content .check {
}
.icons {
	float: right;
	width: 100px;
	text-align: right;
	padding-right: 20px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-top: 14px;
}
.right-mainbox {
	width: 220px;
	float: left;
	margin-left: 20px;
}
.right-addbox {
	background-color: #D9C276;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
}
.right-addbox-pad{
	margin-right: 10px;
	margin-left: 10px;
}


.footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #83660A;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer a{
	color: #83660A;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
.footer a:hover{
	color: #C600A4;
	text-decoration: underline;
}








/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
 
.sidebarmenu ul li{
	position: relative;
	display: block;
	width: 180px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6C613B;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECE1BB;
	background-color: #D9C276;
	padding-left: 14px;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #CAA320;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9C276;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:active{
background-color: #D9C276; /*background of tabs (default state)*/
}
.sidebarmenu ul li a:hover{
	color: #ECE1BB;
	background-color: #978752;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

