@charset "utf-8";
/* CSS Document */

body{
text-align:center;
margin:0px;
background-image:url(images/bodybg.gif);
}

#header{
background-image:url(images/header.jpg);
height:330px;
width:779px;
}

#menu{
background-image:url(images/menubg.jpg);
height:28px;

width:779px;
font-weight:bold;
padding-top:12px
}

#content{
background-image:url(images/bg.jpg);
width:779px;
}

#footer{
background-image:url(images/footerbg.jpg);
padding-top:10px;
width:779px;
height:17px;
}

div{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:11px;
color:#FFFFFF;
}

a{
color:#0099FF;
font-weight:bold;
}
a:hover{
text-decoration:none;
}

a.topnav:active, a.topnav:link, a.topnav:visited{
font-size:10px;
color:#ffffff;

}
a.topnav:hover{
color:#ffe360;
text-decoration:none;
}


a.listitem:active, a.listitem:link, a.listitem:visited{
color:#104770;
font-weight:normal;

}
a.listitem:hover{
color:#000000;
text-decoration:none;
font-weight:normal;
}

#leftimage{
width:195px;
height:500px;
float:left;
border:1px solid red;
padding-left:80px;
vertical-align:bottom;
}

#rightcontent{
width:500px;
height:500px;
float:right;
border:1px solid red;
}
H1{
font-size:12px;
color:#000000;
}
ul{
	line-height:2;
	color:#000000;
	list-style-type:circle;
	font-size:12px;
}






a.clsPress:active, a.clsPress:link, a.clsPress:visited{
	display: block;
	text-align: left;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:white;
	
	text-indent:12px;

}
a.clsPress:hover{
	display: block;
	text-align: left;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:white;
	
	text-indent:12px;
}


