@charset "utf-8";
/* CSS Document */
body {
background-image:url(backnew.jpg);
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;
}

a {
color:#000000;
}
#bodyframe {
width:715px;
margin-right:auto;
margin-left:auto;
padding:0px;
}

#menu {
float:left;
width:690px;
}
#submenu{
float:left;
font-family:arial;
font-size: 13px;
font-style:italic;
width:690px;
height:29px;
background-image:url(sub.png);
background-repeat:no-repeat;
background-position:bottom;
text-align:center;
}
.sublink{
position:relative;
top:7px;
font-size:13px;
}

#contentleft {
border-style:inset;
border-width:thin;
background-color:#0296D6;
margin-top:30px;
margin-left:8px;
width:140px;
padding:5px;
float:left;
font-size:12px;
color:#FFFFFF;
}
	
#contentcenter {
width:500px;
height:500px;
padding:5px;
float:left;
margin-left:10px;
overflow:auto;
}
	
#contentheader {
padding:5px;
}
.white
{
color:#FFFFFF;
}
.green{
color:#36503E;
} 