body {
	/*background-color:#525252;*/
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	margin:0;
	padding:10px;
}

#page {
	background-color:#000;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity:0.9; /* Gecko-Browser */
	opacity:0.9; /* Opera 9+ */
	
	width:950px;
	margin:auto;
	padding:10px;
	text-align:left;
}

#header {
	width:835px;
	height:205px;
	background-image:url(images/logo.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	clear:both;
	/*
	padding-top:30px;
	padding-left:65px;
	*/
}


#navigation {
	width:180px;
	/*height:60px;*/
	float: left;
	padding: 10px;
	/*clear:both;*/
	/*padding-left:10px;*/
}

#picswitch {
	clear:both;
	margin: 0 auto;
	width: 950px;
	height: 200px;
	overflow:hidden;
	z-index:0;
}

.newsdate {
	padding-bottom:4px;
	color:#F67E3A;
	font-weight:bold;
}

a.newsstyle:link {
	text-decoration:none;
	color:#FFFFFF;
}
a.newsstyle:visited  {
	text-decoration:none;
	color:#FFFFFF;
}
a.newsstyle:hover  {
	text-decoration:none;
	color:#FFFFFF;
}
a.newsstyle:active  {
	text-decoration:none;
	color:#FFFFFF;
}

a {
	text-decoration:none;
	color:#F67E3A;
}

pre {
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
}

a:hover {
	text-decoration:underline;
}

/*
#mainarea {
	width: 560px;
	float:left;
}
*/

#contentarea {
	/*padding-left:45px;*/
	
	width:540px;
	/*padding-right:47px;*/
	line-height:18px;
	float:left;
	padding: 20px 10px 15px 5px;
}

.content {
	padding-bottom:15px;
}

#sidebar {
	width:180px;
	float:right;
	line-height:18px;
}

.sidebarheader {
	font-size:16px;
	font-weight:bold;
	padding-top:25px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#F67E3A;
	border-bottom:1px solid #2f2f2f;
}


h1 {
	font-size:30px;
	font-weight:bold;
	margin:0;
	color:#FFFFFF;
}

.description {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding-left:5px;
	color:#e5ecf9;
}

#footer {
	width:865px;
	padding-top:22px;
	/*padding-left:35px;*/
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	line-height:16px;
	clear:both;
	/*background-image:url(images/footer.png);*/
}

#footer a {
	color:#FFFFFF;
}

h2 {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#F67E3A	;
	border-bottom:1px solid #2f2f2f;
}


/* MENU */

.arrowlistmenu{
width: 160px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(menugrafics/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*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(menugrafics/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
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: #F67E3A;
background: url(menugrafics/arrowbullet.png) 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 solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #F67E3A;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #F67E3A;
background-color: #F3F3F3;
}

/* END MENU */





