@charset "utf-8";
/* CSS Document */
html{
	overflow:-moz-scrollbars-vertical;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:0px auto;
	padding:0px;
	background-color:#E3D49C;
	text-align:center;
}

h1{
	color:#003399;
	font-size:140%;
	padding:0px;
	margin:0px;
}
h2{
	font-size:120%;
	padding:10px;
	margin:0px;
	color:#000066;
}
p{
	margin:0px;
	padding:5px 10px;
}

ul li a{
	color:#000;
	text-decoration:none;
}
#wrapper{
	margin:-25px auto;
	padding:0px;
	text-align:left;
	width: 925px;
	text-align:left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000066;
}
#bottomwrapper{
	background-image:url(images/bottomwrapper.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:12px;
	width:955px;
	margin:0px auto;
	padding-left:5px;
	text-align:center;
	}
#leftside{
	margin:0;
	padding:0;
	height:495px;
	width:130px;
	background:url(images/leftindex.jpg) bottom right no-repeat;
}
#menu{
	margin:0px;
	padding:0px;
}
#content{
	margin:0px;
	padding:0px;
	background:url(images/contentBottom.jpg) bottom left no-repeat;
	height:400px;
	width:780px;
}
#page{
	margin:0px;
	padding:10px;
	background-color:#E7D1A5;
}
#article{
	border:#666633 1px solid;
	padding:10px;
	margin:0px 0px 0px 90px;
	overflow:scroll;
	overflow:auto;
	width:430px;
	height:360px;
}
#footer{
	background:url(images/footer.jpg) top left no-repeat;
	height:150px;
	width:910px;
	margin-top:-13px;
	padding:0px;
}
#footer ul{
	padding:30px 10px 0px 100px;
	text-align:left
}
#footer ul li{
	list-style:none;
	text-align:right;
	font-size:80%;
}
#footer ul li a{
	text-decoration:none;
	color:#FFFFFF;
}
#footer p{
	font-size:80%;
	text-align:center;
	margin:0px;
	padding:20px 0px 0px 0px;
}
#news{
	height:360px;
	overflow:auto;
}
.border{
	border:#666633 1px solid;
	padding:10px;
	margin:0px;
	overflow:scroll;
	overflow:auto;
	width:200px;
	height:430px;
}
.nodecoration{
	color:#000000;
	text-decoration:none;
}
.background{
	background-color:#E7D1A5;
}
.floatright{
	float:right;
	padding:10px;
}
.floatleft{
	float:left;
	padding:10px;
}
.table{
	margin:0px 0px 0px 30px;}