/* CSS Document */

html, body{
	min-height:100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:auto;
	background: url(images/bottombg.jpg) repeat-x bottom left;
	width:100%;
	height:100%;
	}
#body {
	background:url(images/topbg.jpg) repeat-x top left;	
}
.pad {
	padding:8px;
}
.content {
}
.bottompad {
	margin-bottom:100px;
}
.footer {
	width:95%;
	text-align:right;
	font-size:10px;
}
.container {
	margin-right:auto;
	margin-left:auto;
	width:778px;
	}
.space {
	font-size:18px;
}
.space2 {
	font-size:42px;
}

.left {
	float:left;
}
.right {
	float:right;
}
.title {
	padding-bottom:10px;
	color:#FFF;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	background:url(images/titlebg.jpg) repeat-x top left;
	height:32px;
}
.aright {
	text-align:right;
}
#header {
	margin: auto;
	background:url(images/logo.jpg) no-repeat left top;
	height:190px;
	width:100%;
}
#nav {
	font-weight:bold;
	text-align:right;
	width:95%;
	padding-top:70px;
}
#nav span a:hover {
	font-weight:bold;
	text-align:right;
	width:95%;
	padding-top:70px;
	color:#000000;
}
#nav span a {
	padding-left:20px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	color:#FFFFFF;
}
#spacer {
	width:200px;
	height:50px;
	padding:50px;
}ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
li {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0.4em .4em;
	padding-left: 20px;
	margin-left: 5px;
}
a, a:link, a:visited {
	font-size:11px;
	color:#0B3E7D;
	text-decoration:underline;	
}
a:hover {
	text-decoration:none;	
}
a.readmore, a.readmore:link, a.readmore:visited {
	font-size: 10px;
	color: #0B3E7D;
	text-decoration: underline;
	padding-left: 15px;
}
a.readmore:hover {
		text-decoration: none;	
}
