@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
font-family:Arial, Helvetica, sans-serif
}
body {
behavior:url("csshover.htc");
font-size: 14px;
}
ul {
list-style: none;
width: 194px;
}
/*Text and Off Hover background css attributes*/
ul a {
color: #000;
font-size:14px;
font-weight:bold;
text-decoration: none;
display: block;
padding: 5px 5px 5px 10px;
width: 194px;
background:#CCCCCC;
}
/*Add list image to Li with the class submenu and background color*/
li a.submenu {
background:url("sub.gif") right no-repeat #CCC;
}
li a.submenu:hover {
background:url("sub.gif") right no-repeat #999;
}
/*Text and Mouse Over Hover background css attributes*/
ul a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background:#999999;
	font-weight: bold;
}
/*Space between items and color inbetween*/
ul li {
border-bottom: 1px solid #4e4132;
border-top: 1px solid #4e4132;
border-right: 1px solid #4e4132;
float: left;
position: relative;
}
/*Pop out menu attributes*/
ul li ul {
list-style: none;
position: absolute;
left: 209px;
top: -1px;
display: none;
width: 194px;
border-left: 1px solid #4e4132;
}
/*Make block selectable, default is just the text*/
ul li:hover ul { display: block; }

/*Body and Fonts*/
.style12 {	font-size: 20px;
	color: #000000;
}
body {
	background-color: #CD9936;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin-bottom: 20px;
}
.style13 {
	color: #000000;
}
.other {color: #924D3C;
background:#999999;
}


ul a.other {color:#FFFFFF;}


.style14 {color: #000000}

a:link {
	color: #0410A4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0410A4;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0410A4;
}
.style15 {color: #FFFFFF}
.style16 {
	font-size: 18px;
	font-weight: bold;
}
.style19 {color: #CD9936; font-weight: bold; }
