body {
	margin:0;
	font: 10pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	background-color: #836350;
	background-image: url(../images/background.jpg);
	scrollbar-face-color: #46352B;
	scrollbar-arrow-color: #836350;
	scrollbar-base-color: #46352B;
	scrollbar-shadow-color: #836350;
	scrollbar-darkshadow-color: #836350;
	scrollbar-highlight-color: #836350;
	scrollbar-3dlight-color: #836350;
	scrollbar-track-color: #836350; 
	
}
#header {
	background:url(../images/headerbg.png) no-repeat #836350 top left;
	width:364px;
	height:574px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	border-left:#46352B 1px solid;
	float:left;
}
#header #poll{
overflow:hidden;
margin-top:180px;
margin-left:210px;
width:124px;
padding:4px;
border:none;
}
#wrap {
	width:800px;
	height:622px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border:3px solid #46352B;
	background-color: #836350;
}
#navcontainer {	
	overflow: hidden;
	width:auto;
	float:left;
}
#navlist li {
color:#836350;
}
#navlist li a {
color:#836350;
}

#content {
	height:532px;
	width:390px;
	padding:21px;
	text-align:justify;
	font: 9pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	font-style:italic;
	/*float:right;*/
	overflow: auto;
	background-color: #836350;
	border-left:#46352B 3px solid;
	float:left;
}
#ContactForm {
border: none;
}
#footer {
	padding:9px;
	text-align:right;
	text-transform:uppercase;
	font: 8pt/9pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color:#333333;
	background-color: #46352B;
	width:788px;
	margin-left:-3px;
}
#title {
	float:right;
	height:20px;
	width:800px;
	padding-bottom:8px;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#836350;
	background-color: #46352B;
	}

/* horizontal menu starts here*/

.menu {
	height:40px;
	float:left;
	
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
	padding-left: 196px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	color:#836350;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:100%;
	w\idth:100%;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	color:#836350;
}
.menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:100px;
	position:relative;
	margin-right: auto;
	text-align:left;	
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:10px;
	color:#836350;
	width:auto;
	padding-top:3px;
	padding-left:15px;
	padding-bottom:4px;
	text-align:left;
	font-weight:bolder;
	background-color: #46352B;
	border: 3px solid #836350;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:100px;
	w\idth:100px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#46352B url(../images/grey-arrow.gif) no-repeat 100px left;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#46352B url(../images/blue-arrow.gif) no-repeat 100px left;}
.menu ul ul :hover > a.drop {

	background:#46352B url(../images/blue-arrow.gif) no-repeat 100px left;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#836350;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#836350;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;margin-left:-12px; width:100px;}
/* another hack for IE5.5 */
* html .menu ul ul {
}

/* position the third level flyout menu */
.menu ul ul ul{left:100px; top:-1px; width:100px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-100px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#836350;
	color:#46352B;
	line-height:1em;
	padding:5px 10px;
	width:80px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #46352B;
	border-right-color: #46352B;
	border-bottom-color: #46352B;
	border-left-color: #46352B;	
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:100px;w\idth:100px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
}
.menu :hover > a, .menu ul ul :hover > a {
	
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


img {
padding:0;
margin:0;
border:none;
float: none;
clear:both;
}
