body {
background-image: url('newback.jpg');
	background-position: center;
	background-attachment: fixed;
}

#container {
width: 870px;
margin-left:auto;
margin-right:auto;
font: arial 12px;
margin-top:10px;
}

#header {
background-color:#ffffff;
background-image: url('newlogo.jpg');
	background-repeat: no-repeat;
height:150px;
border-top: solid 2px #000000;
border-right: solid 2px #000000;
border-left: solid 2px #000000;
border-bottom: solid 1px #000000;
}

#links
{
text-align:right;
line-height:110%;
padding-left:10px;
padding-right:10px;
color:#003300;
background-color: #788095;
border-top: solid 1px #000000;
border-right: solid 2px #000000;
border-left: solid 2px #000000;
}

#contentarea {
padding: 10px;
margin: 0 0 0 177px;
background-color: #fff;
border-top: solid 2px #000000;
border-left: solid 2px #000000;
border-right: solid 2px #000000;
height:auto;
}

#nav {
float:left;
width: 155px;
padding-left:10px;
padding-right:10px;
padding-top:0;
background-color: #788095;
border-left: solid 2px #000000;
}

#footer
{clear:both;
width:100%;
margin:auto;
text-align:center;
border-top: solid 2px #000000;
color:#404040;
}
a.footer:link {
color:#404040;}

a.footer:visited {
color:#404040;}

a.footer:hover {
color:#404040;
text-decoration: none;}

ul {
margin: 0;
padding: 0;
list-style: none;
width: 150px;
border-bottom: 1px solid #ccc;
}

ul li {
position: relative;
}

li ul {
position: absolute;
left: 149px;
top: 0;
display: none;
}

ul li a {
display: block;
text-decoration: none;
color: #cc0033;
background: #fff;
padding: 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

ul li a:visited {
display: block;
text-decoration: none;
color: #cc0033;
background: #fff;
padding: 5px;
border: 1px solid #ccc;
border-bottom: 0;}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block; 
z-index:0;}

ul.square {list-style-type: square;
width:auto;
border-bottom: 0;
padding-left:30px;
}

p.para {margin-left: 20px;
}

h1 {text-align:center;
font-style: italic;
font-size: 1.5em;}

h2 {font-size: 1.3em;
line-height:0;
}

h3 {
font-size:1.1em;
line-height:0;
margin-left:5px;
font-weight: bold;
}

#nav p {
text-align:center;}

hr {
background-color:#C0C0FF;
color:#C0C0FF;
size:3px;
width:150px;
border-bottom:1px;
border-color:#000000;
}

a:link {
color: #cc0033;}

a:visited {
color: #cc0033;}

a:hover {
color:#37476e;}