/* CSS Document */
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #9A6533;
	}
p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #9A6533;
	}
    
.chromestyle{
width: 99%;
font-weight: bold;
background-colour: #9D9985;
}

.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%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 10px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-colour: #9D9985; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 100px;
visibility: hidden;
}

.dropmenudiv2{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FBE1D4;
width: 100px;
visibility: hidden;
}



.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9D9985;
}    
    
a:link {
	color: #9A6533;
	font-weight: bold;
}
a:visited {
	color: #9A6533;
	font-weight: bold;	
}

a:hover {
	color: #FFFFFF;
}
a:active {
	color: #9A6533;
}

a.mainmenu:link {
	color: #FFFFFF;
	font-weight: bold;
}
a.mainmenu:visited {
	color: #FFFFFF;
	font-weight: bold;	
}

a.mainmenu:hover {
	color: #9A6533;
}
a.mainmenu:active {
	color: #FFFFFF;
}

a.body:link {
	color: #9A6533;
	font-weight: bold;
}
a.body:visited {
	color: #9A6533;
	font-weight: bold;	
}

a.body:hover {
	color: #E87B5E;
	text-decoration: underline overline;
}
a.body:active {
	color: #E87B5E;
}

.menubg {
	background-color: #9D9985;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #A8A187;
	border-right-color: #A8A187;
	}
.ulbg {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #A8A187;
	border-left-color: #A8A187;
}
.lrback {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A8A187;
	border-bottom-color: #A8A187;
}
.urbg {
	background-color: #F6C6B2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #A8A187;
	border-right-color: #A8A187;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #9A6533;
}
.text a:link {
	color: #9A6533;
}
.text a:visited {
	color: #9A6533;
}
.text a:hover {
	color: #E87B5E;
	text-decoration: underline overline;
}
.text a:active {
	color: #E87B5E;
}
.llbg {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #A8A187;
	border-left-color: #A8A187;
	background-color: #F6C6B2;

}
.lbg {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-color: #A8A187;
	border-left-color: #A8A187;
	border-right-color:#A8A187;
	background-color: #F6C6B2;
}
.whttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
}
.whttext a:link {
	color: #FFFFFF;
}
.whttext a:visited {
	color: #FFFFFF;
}
.whttext a:hover {
	color: #F6C6B2;
	text-decoration: underline overline;
}
.whttext a:active {
	color: #F6C6B2;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E87B5E;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #9A6533;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9A6533;
	font-style : italic;
}

