@charset "utf-8";
/* CSS Document */
@import url("../css/menu.css");
* {
	margin:0;
	padding:0;
}

body {
background-color: #5b5b5b;
font-family:sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-position: center top;
}

h1 { font-size:18px; letter-spacing: -1px; }
h2 { font-size:16px; letter-spacing: -1px; }
h3 {
	font-size:13px;
	letter-spacing: -1px;
}
h4 { font-size:12px; letter-spacing: -1px; }
p {}


.arrowlistmenu{
width: 180px; /*width of menu*/
float:left;
margin-top:10px;
padding-left:5px;
padding-right:5px;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #ffffff;
background: url(../images/arrowbullet.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #ffffff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #F3F3F3;
}

img.sideAd {
	margin-bottom:5px;
}


#footer {
	background-color:#000000;
	clear:both;
	color:#FFFFFC;
	font-size:6px;
	padding:38px 0;
}
#div.footer, div.hr {
	background:transparent url(../images/hr.gif) repeat-x scroll left center;
	height:60px;
}
div.footer div ul {
	float:left;
	margin:0;
	padding:12px 0;
	width:182px;
}
ul, li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
div.footer a, div.footer a:hover {
	color:#FFFFFC;
}
div.footer li a, div.footer li a:hover {
	color:#202020;
	}
	
.style5 {color: #3366CC}
.style7 {
	color: #CC6699
}
.style8 {color: #09480c}


#topnav{}
div.topnav a {color:#FFFFFF; text-decoration:none;}
div.topnav a:visited {color:#FFFFFF; text-decoration:none;}
div.topnav a:hover{ color:#999999; text-decoration:underline;}

