/* CSS Document */


body{
	margin-top:0px;
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
	background-color:#698AC0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

h4{
	color:#0D660D;
	font-size:110%;
	margin-bottom:3px;
	margin-top:0px;
	font-style:italic;
}

a:link{
	color:#0090FF;
	text-decoration:none;
	font-weight: bold;
	}
	
a:visited{
	color:#0090FF;
	text-decoration:none;
	font-weight: bold;
	}
	


h3{
	color:#FFF;
	font-size:110%;
	margin-bottom:3px;
	margin-top:0px;
	font-style:italic;
	background-color:#016A0D;
	width:330px;
	height:18px;
	padding-left:3px;
}

p{
	margin-top:0px;
	margin-bottom:6px;
}

ul{
	margin-top:0px;
	}

#container{
	width:830px;
	margin: 0 auto;
}

#header{
	background-image:url(../images/header.png);
	height:130px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#header img{
	margin-left:32px;
	padding-top:20px;
	}

#mainarea{
	width:830px;
	float:left;
	background-image:url(../images/background.png);
	background-repeat:repeat-y;
	margin:0px;
}

#sidepanel{
	padding-top:10px;
	width:160px;
	float:left;
}


#sidepanel li{
	list-style:none;
	padding-bottom:2px;
	margin-left:-8px;
}

.lefttext{
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	width:320px;
}

.lefttext li{
	margin-left:-15px;
	list-style:square;
	margin-bottom:2px;
}

.righttext{
	width:290px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	float:right;
	margin-right:25px;
}

.righttext img{
	border:#999 solid 1px;
	margin-bottom:5px;
	}
	
.righttext li{
	margin-left:-15px;
	list-style:square;
	margin-bottom:2px;
}
	
.none {
    display: none;
	height:25px;
}

#footer{
	background-image:url(../images/footer.png);
	height:76px;
	float:left;
	width:830px;
}

#footer p{
	padding-left:32px;
	padding-top:10px;
	}
	
.bannerAd{
	margin-left:30px;
	}
