body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EAE9EF;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
}

body, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	line-height: 18px;
}
a:link {
	color: #237081;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #237081;
}
a:hover {
	color: #6840b2;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #237081;
}	
ul {
	list-style-image: url(../images/bullet.gif);
}
li {
	margin-top: 4px;
}	
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
.rule {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADE0E2;
	height: 1px;
}
img {
	border: none;
}
.heading1 {
	font-size: 14px;
	color: #237081;
	letter-spacing: 1pt;
}
.subheading {
	font-size: 12px;
	color: #237081;
}
.boxleft {
	background-image: url(../images/main_box/box_left.gif);
	background-repeat: repeat-y;
	width: 30px;
}	
.boxright {
	background-image: url(../images/main_box/box_right.gif);
	background-repeat: repeat-y;
	width: 40px;
}
#maincontainer{
	width:100%;
	margin-right: auto;
	margin-left: auto;
}	
#toparea {
	width:850px;
	height:104px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
}	
#contentholder{
	width:100%;
	background-image: url(../images/bg_content.jpg);
	background-color: #F4F0EF;
	background-repeat: repeat-x;
}	
#contentarea {
	width:850px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
}	
#footerarea {
	width:100%;
	height:150px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
}	
