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

body {background-image:url(../images/back.jpg);
      background-position:top center;
	  background-repeat:repeat-y;
	  background-color:#505050;
	  width:100%;
	  margin:0;
	  padding:0;
}

div#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.bodyText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333;
}

.listText {font-family:Arial, Helvetica, sans-serif;
		   font-size:15px;
}

#menuText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00334c;
	text-align:left
}

#menuText a:link, a:visited {color:#00334c;
							  text-decoration:none;}

#menuText a:hover, a:active {text-decoration:none;
							 color:#00334c;
}

.menuText_weight {
	font-weight:bold;
	font-size:13px;
}

#footerMenu {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;	
}

#footerMenu a:link {text-decoration:none;
					color:#FFF;					
}

#footerMenu a:visited, a:hover {
	text-decoration:none;
	color:#FFF;
}

#footerMenu a:active {color:#6CF;}

table#sidemenuTable {background-color:#FFF;}

.headers {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#06F;
}

.title {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#06F;
}
div.sponsorText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width:500px;
	margin-left:70px;
	padding-bottom:20px;
}

div#arrow01 {
	width:9px;
	height:165px;
	background:url(../images/arrow.jpg) no-repeat;
	margin-top:4px;
	padding-right:5px;
	float:left;
}

div#arrow02 {
	width:9px;
	height:280px;
	background:url(../images/arrow.jpg) no-repeat;
	margin-top:4px;
	padding-right:5px;
	float:left;
}

div#arrow03 {
	width:9px;
	height:70px;
	background:url(../images/arrow.jpg) no-repeat;
	margin-top:4px;
	padding-right:5px;
	float:left;
}

div#arrow04 {
	width:9px;
	height:170px;
	background:url(../images/arrow.jpg) no-repeat;
	margin-top:4px;
	padding-right:5px;
	float:left;
}

