@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #333333;
	text-align:center;
	margin:0;
	padding:0;
	
}

div#container{
width: 847px;
text-align:left;
/*margin: 20px auto;
background-color:#FFFFFF;
border-color:#4A4A4A;
border-style:solid;
border-width: thin;*/
margin-left:auto;
margin-right:auto;

}

div#banner{
width:100%;
background-image:url(images/banner.png) ;
background-repeat:no-repeat;
height: 50px;
text-align:center;
margin-bottom:10px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
font-family: "Arial Black";
}

div#logo{
width: 100%;
background-image:url(images/logo.png);
background-repeat:no-repeat;
height:73px;
}

div#menu{
width:792px;
background-image:url(images/menu.png);
background-repeat:no-repeat;
height: 58px;
border-bottom-color:#333333;
border-bottom-style:solid;
border-bottom-width:thin;
padding-top:15px;
}

div#content{
width:100%;
background-image:url(images/content.png);
background-repeat:repeat-y;
text-align:left;
overflow:auto;
}

div#footer{
background-image:url(images/bottom.png);
background-repeat:no-repeat;
clear:both;
height:50px;
}

.right{
float:right;
width:110px;
padding-top:10px;
}

img.right{
margin-bottom:10px;
}

/* News Pane*/
div#news_pane{
float:right;
width:260px;
margin-top:10px;
margin-right:20px
}

div#news_title{
font-size:28px;
font-family:"Times New Roman", Times, serif;
color:#34669B;
font-weight:bold;
width: 250px;
text-align:center;
margin:0px 2px 10px 0px;
}

div#news{
width:235px;
background-color:#999967;
border-color:#FFFFFF;
margin-right:20px;
padding: 5px 5px 10px 10px;
border-style:solid;
border-width:thin;
}
/* EOF News*/

/* Right Navigation Links*/
/*div#right_nav{
float:right;
width:100px;
margin-top:10px;
margin-right:20px;
}*/

div#right_nav_title{
float:right;
font-size:16px;
font-family:"Times New Roman", Times, serif;
color:#34669B;
font-weight:bold;
width: 95px;
text-align:center;
margin:0px 2px 10px 0px;
}

div#right_nav_links{
float:right;
width:95px;
background-color:#999967;
border-color:#FFFFFF;
margin-right:10px;
margin-top:20px;
padding: 5px 5px 0px 0px;
border-style:solid;
border-width:thin;
}

.rightmenu{
margin: 0px 5px 0px 0px;
padding-left:10px;
font-size:13px;
font-weight:bold;
width: 100%;
font-family: "Arial";
}

.rightmenu ul{
margin-left:0px;
}

.rightmenu li{
list-style-type:none;
padding-left: 0px;
margin-left:0px;
}

.rightmenu li a{
text-decoration:none;
color:#FFFFFF;
text-align:left;
padding: 5px 5px 5px 0px;
display:block;
margin-top:5px;
}
/*EOF Right Navigation Links*/

div#info, div#info_ext{
float:left;
margin-left:20px;
width:400px;
padding:0px 5px 0px 5px;
margin-top:10px;
}

div#info_ext{
width: 560px;
}
.solidblockmenu{
margin: 0px 5px 0px 5px;
padding-left:10px;
float: left;
font-size:13px;
font-weight:bold;
width:760px;
background:#999967;
font-family: "Arial";
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #FFFFFF;
padding: 5px 6px 5px 6px;
text-decoration: none;
text-align:center;
border-right:#000000 thin solid;
margin-left: 0px;
display:block;
width:70px;
height:30px;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background-color:#333333;
border-color:#FFFFFF;
border-style:solid;
border-width:thin;
}

p.info, p.news, .contact{
color:#FFFFFF;
font-family:"Arial, Helvetica, sans-serif";
font-size:17px;
font-weight: 500;
}

h3{
color:#F8F9F9;
font-family:"Arial, Helvetica, sans-serif";
text-decoration:underline;
}

h1{
color:#386878;
font-family: "Trebuchet MS";
f
}

.names{
color:#386878;
}

a{

text-decoration:none;
}