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

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	margin:0px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	margin-top:20px;
}

h1 {
	font-family:Tahoma, Verdana, Arial;
	font-size:30px;
	line-height:40px;
	text-align:center;
	letter-spacing:-1px;
}
h3 {
	font-family:Tahoma, Verdana, Arial;
	font-size:27px;
	line-height:40px;
	text-align:center;
	letter-spacing:-1px;
	margin-top:0px;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	line-height:33px;
	text-align:center;
	letter-spacing:-1px;
	margin-top:0px;
	font-weight:bold;
	font-style:italic;
}
ul {
}
li {
	list-style:url(images/bullet.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-bottom:25px;
	line-height:25px;
}
#maincontainer {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:auto;
}
#headercontainer {
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
	height: 251px;
	overflow: hidden;
	margin: 0px;
	width: 100%;
}
#header {
	background-image: url(images/header.jpg);
	height: 251px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#vheader {
	background-image: url(images/vheader.jpg);
	height: 251px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
}

#footercontainer {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	height: 130px;
	overflow: hidden;
	margin: 0px;
	width: 100%;
	position: bottom;
	}

#footer {
	/*background-image: url(images/footer.jpg); */
	height: 130px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

a:link {color:#FFFFFF;}      /* unvisited link */
a:visited {color:#00FF00;}  /* visited link */
a:hover {color:#FF00FF;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */