/* VERTICAL MENU STYLES */
@import"menu_style_vert.css";

/* HTML STYLES */
body {	
background-color: #ffffff;
/*margin-bottom: 15px;*/
margin-left: auto;
margin-right: auto;
margin-top: 15px;	
padding: 0px;
font-family:  Verdana,Helvetica, Arial, sans-serif;
font-size: .8em;
}
	
.bodyText {
font: 12px Arial, Helvetica, sans-serif;
line-height:20px;
}
/*
a {
color: #A7B38B;
}	

a:visited {
color: #A7B38B;
}
	
a:hover {
color: #F3EDD1;
}
*/
a:link {  color:#666;}
a:visited { color:#666;}
a:active { color:#666;}
a:hover { color:#A7B38B ;}
a.noline {
text-decoration: none;
}	
		
a.nav{
font: 13px Arial, Helvetica, sans-serif;
color: #593D28;
font-weight:bold;
text-decoration: none;
}	

a.nav:visited {
font: 13px Arial, Helvetica, sans-serif;
color: #593D28;
font-weight:bold;
text-decoration: none;
}
	
a.nav:hover {
font: 13px Arial, Helvetica, sans-serif;
color: #CEC4B9;
font-weight:bold;
text-decoration: none;
}	
	
.small {
font: 11px Arial, Helvetica, sans-serif;
color: #5A3E29;
}

.bottomLinks{
font: 12px Tahoma, Arial, Helvetica, sans-serif;
color: #FFCC33;
}
	
h1 {
float: left;
margin: 0;
padding: 0;
font-size: 11px;
color: #A7B38B;
font-weight: bold;
}
h3 {
display: inline;
margin: 0;
padding: 0;
font-size: 17px;
color: #A7B38B;
font-weight: bold;
}

.h1, .h3, .h4, .h5 { font-weight: bold; }

/* CONTENT STYLES */
#content{
width:502px;
height:350px;
overflow:auto;
}

/* NAVIGATION STYLES */
.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 120px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #704968;
text-decoration:none;
}

.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #CDB4C8;
}
	

