@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	}
a:link {
	color: #000000;
	text-decoration: none;
	}
	
a:visited {
	color: #000000;
	text-decoration: none;
	}
	
a:active {
	color: #000000;
	text-decoration: none;
	}
	

a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#top a:link {
	color: #304887;
	text-decoration: underline;
	}
	
#top a:visited {
	color: #304887;
	text-decoration: underline;
	}
	
#top a:active {
	color: #304887;
	text-decoration: underline;
	}
	

#top a:hover {
	color: #304887;
	text-decoration: none;
	font-size: 12px;
	}

h1 {
	font-family: Verdana;
	font-weight:lighter;
	font-size: 17pt;
	margin: 0px;
	display: inline;
	}

h2 {
	font-family: Verdana;
	font-weight:bolder;
	font-size: 17pt;
	margin: 0px;
	display: inline;
	}

h3 {
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	color: #304887;
	margin: 0px;
	}

h4 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	}

p {
	line-height: 14px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 530px;
	}
#container{
	width: 100%;
	}

#main {
	width: 994px;
	height: 649px;
	margin-top: 49px;
	padding-left: 41px;
	padding-top: 99px;
	position: relative;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	}
#top {
	height: 214px;
	padding: 0px;
	margin-bottom: 22px
	}
	
.bottom-left {
	width: 129px;
	padding-left: 20px;
	float: left;
	}

	
#list-container {
	padding-top: 34px;
	float: left;
	}
	
#list-spacer {
	height: 20px;
	clear: left;
	width: 596px;
	}
	
ul {
	list-style: disc;
	list-style-position:outside;
	color:#304887;
	font-size: 13px;
	margin: 0px;
	padding-left:15px;
	line-height: 13px;
	}
.list-item {
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding-bottom: 5px;
	}

#bottom-right {
	padding-left: 80px;
	width: 230px;
	float: left;
	}
