body,td,th {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #14253f;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 11px;
	color: #14253f;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #14253f;
}

a:active {
	text-decoration: none;
}

#header {
width:950px;
height:205px;
margin-left:auto;
margin-right:auto;
background-image: url(header.png);
}

#header-text {
width:400px;
height:100px;
float:right;
margin-right:190px;
margin-top:90px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#wrapper {
width:950px;
height:600px;
margin-left:auto;
margin-right:auto;
background-image: url(background.png);
background-repeat:repeat-y;
padding-top:10px;
}

#footer {
width:950px;
height:75px;
margin-left:auto;
margin-right:auto;
background-image: url(footer.png);
text-align:center;
}

#inner-wrapper {
width:826px;
height:600px;
margin-left:auto;
margin-right:auto;

}
#left {
width:150px;
height:90%;
float:left;
}
#content {
font-family: "Trebuchet MS", Arial, sans-serif;
width:500px;
height:90%;
float:left;
}
#news {
width:150px;
height:500px;
float:right;
border:solid 3px #14253f;
}
#navcontainer { width: 130px; }

#navcontainer ul
{
margin-left: 0px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}


#navcontainer a
{
display:inline-block;
margin-bottom:8px;
width: 110px;
background-color: #fff;
border-bottom: 3px solid #fff;
border-top: 3px solid #fff;
font-size:12px;
}

#navcontainer a:link, #navlist a:visited
{
color: #14253f;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #14253f;
color: #fff;
border: 3px solid #14253f;
}

#navcontainer a.menu_current
{
background-color: #14253f;
color: #fff;
border: 3px solid #14253f;
}
#newsheader {
width:100%;
height:25px;
background-color:#826e3b;
color:#fff;
font-size:16px;
font-weight:bold;
text-align:center;
padding-top:3px;
border-bottom:solid 2px #14253f;
}
#inner-news {
margin:5px;
}
#inner-news p {
margin:0px;
font-style:italic;
}
#inner-news h1 {
font-size:13px;
margin-bottom:0px;
font-style:normal;
}
#inner-news a:hover {
color:#0000FF;
}
