@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
.redtext {
	color: #F00;
}
div.line{
	border-top: 1px dotted #999;
	margin-bottom: 8px;
		}
div.images {
	margin: 5px 0px 5px 0px;

	
}
div.sponsors {
	margin: 10px 0px 35px 0px;
	text-align: center;
	
}


a, a:visited, a:active{
	COLOR:#0081AD;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	COLOR:#0081AD;
	text-decoration: underline;
}
#container{
	width: 100%;
	margin: 0 auto;
}

#vertical-bg {
	background-image:url(../images/vert-bg.jpg);
	background-repeat:repeat-x;
	height: auto;
}

#main {
	width: 975px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat;
}

#main ul li {
	list-style-image: url(../images/arrow.png);
	text-align: left;
	font-size: inherit;
}

#main ol {
	text-align: left;
}

#main a, a:visited, a:active{
	COLOR:#0081AD;
	text-decoration: none;
	font-weight: bold;
}
#main a:hover {
	COLOR:#0081AD;
	text-decoration: underline;
}

#main div.body {
	padding: 10px 10px 10px 10px;
	width: auto;
	height: auto;
	color: #000000;
	display: block;
	}
	
#main div.bodyleft {
	float: left;
	width: 190px;
	padding: 0px 8px 0px 0px;
	height: auto;
	
	}
	
#main div.textboxes {
	border: 1px solid #CCC;
	padding: 5px 5px 5px 5px;
	
}
	
#main div.quotes {
		margin-top: 15px;
		font-size: 12px;
		background-color: #E8DCE3;
		padding: 10px;
	
}
#main div.bodyright {
	float: right;
	width: 260px;
	margin: 0;
	padding-left: 8px;
	height: auto;
	text-align: left;

	}	
#main div.bodyright div.button {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	margin: 40px 0 7px 0;

	
}	
	
	
#main div.bodycenter {
	float: left;
	width: 460px;
	margin: 0px 0px 0px 8px;
	padding-left: 8px;
	padding-right: 8px;
	height: auto;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	

	}
	

#header {
	margin: 0px;
	width: 100%;
	height: 345px;
	position: absolute;

}

#header div.left {
	margin: 0px;
	float: left;
	display: block;
	height: 345px;
	width: 40%;
	background-image: url(../images/leftbg.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
#header div.right{
	float: right;
	margin: 0;
	display: block;
	height: 345px;
	width: 40%;
	background-image: url(../images/rightbg.jpg);
	background-position: right;
}

	
#logo {
	margin: 0 auto;
	width: 100%;
	height: 345px;
}

#logo div.logo {
	width: 100%;
	display: block;
	height: 345px;
	position: absolute;
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

#navigation{
	margin: 0 auto;
	margin-top: 315px;
	width: 975px;

	}

#navigation div.navigation {
	float: left;
}

#footer {
	width: 975px;
	margin: 0 auto;
		}
	
#footer div.footer {
	background-color: #333333;
	height: 33px;
}

#footer div.text {
	padding: 10px 0px 0px 5px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

#footer div.text a, a:link, a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
#footer div.text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


#footer div.caps {
	color: #000000;
	text-align: center;
	margin-top: 25px;
	font-size: 10px;
}

#footer a, a:link, a:visited {
	color: #000000;
	
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
	
}


