body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #3C4678;
	margin: 0px;
	padding: 0px;
	background: url(images/bg.jpg) no-repeat top center;
	height:800px;
	}
	
a:link { text-decoration:underline; color: #3C4678; }
a:visited { text-decoration:underline; color: #3C4678; }
a:hover { text-decoration:none; color: #FF8C00; }

ul {
	margin:0px;
	padding:0px;
	}
	
li {
	margin:0px 0px 0px 15px;
	list-style-type:circle;
	padding:0px;
	line-height:25px;
	}
	
.smallfont {
	font-size:12px;
	}

.headerbg {
	background:url(images/headerbg.jpg) no-repeat 0 0;
	height:67px;
	}
	
.bodypadding {
	padding:10px 20px 20px 20px;
	}
	
	.newsdate {
		color:#969696;
		}
	
	.newsdotted {
		background:url(images/dotted.gif) repeat-x 0px 6px;
		}
		
	.submenubg {
		background:url(images/submenubg.jpg) no-repeat;
		padding:20px;
		width:160px;
		}
		
#image {
	position:inherit;
	float:right;
	width:190px;
	margin-left:15px;
	}
	
	.imagepadding {
		border:1px solid #C8C8C8;
		padding:3px;
		}
		
#flash {
	position:absolute;
	}
	
.footer {
	padding:10px 20px;
	font-size:10px;
	color:#FFFFFF;
	background-color:#f78f1e;
	}
	
	.footer a { text-decoration:none; color:#FFFFFF; }
	.footer a:hover { text-decoration:underline; color:#FFFFFF; }
