html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	background:url(images/background.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFDB;
}

.rightimage {
	margin:0px 0px 5px 10px;
	padding:5px 5px 5px 5px;
	border:1px solid #CCCCCC;
}

p {
	margin-top:0px;
	line-height:20px;
	text-align:justify;
}

li {
	margin-top:0px;
	margin-bottom:15px;
	line-height:20px;
	text-align:justify;
}

#wrapper { 
	margin: 0 auto;
	width: 800px;
 	border:#466B8D solid 1px;
	background-image:url(images/leftbackground.png);
	background-repeat:repeat;
}

#content { 
	float: left;
	color: #000000;
	background: #FFFFFF;
	width: 600px;
	display: inline;
	padding:10px 10px 10px 10px;
}

#header {
	width: 800px;
	float: left;
	height: 137px;
	background: #FFFFFF;
}

#clearone { 
	height: 1px;
	clear: both;
}

#leftcolumn { 
	width: 160px;
	height: auto;
	padding:10px 10px 10px 10px;
	float: left;
}

h3 {
	color:#A72518;
	font-size:18px;
	margin-top:0px;
}

.backtotop {
	font-size:9px;
}

.plainlink {
	text-decoration:none;
	color:#000000;
}

.blacklink {
	color:#000000;
}