/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/
html{
width: 100%;

}

#about{
width: 100%;


background: url(../images/map.gif) no-repeat;
background-position: 405px 740px;
}

body {
	margin: 0px;
	Padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 100%;
	height: 900px;
    background: transparent url(../images/rep_inner.gif) repeat-x;
 
}

#wrapper {
width:769px;
}

/*
------------------------------------------------------
Header / Navigation
------------------------------------------------------
*/

#nav {
	background:url(../images/innernav_bg.jpg) no-repeat;
	align: left;
	width:770px;
	height: 285px;

}


.nav {
	display:inline;
	float:left;
	z-index:auto;
	margin-left:-1px;
}

#navrepeat {
	background:url(../images/innerrep_nav.jpg);
	background-repeat:repeat-x;
	float:left;
	position:absolute;
	z-index:auto;
	top: 179px;
	left:0px;
	width:98%;
	height:62px;
}

.title {
	float:left;
	position:absolute;
	z-index:auto;
	left:80px;
	top:252px;
	color:#FFFFFF;
	font-family:Verdana;
	font-weight:lighter;
	font-size:18px;
}






 
/*
------------------------------------------------------
Content
------------------------------------------------------
*/
 #bodycont {

 	align: left;
	width: 769px;
	height: 580px;

 }

.image {
	float:left;
	position:absolute;
	z-index:auto;
	left:66px;
	top:290px;
	height:174px;
	width:177px;
	border:thick;
	border-style:solid;
	border-color:#CC3300;
	background-color:#FFFFFF;
}

.border {
	float:left;
	position:absolute;
	z-index:auto;
	left:2px;
	top:2px;
	height:170px;
	width:173px;
	}

.arrow {
	float:left;
	position:absolute;
	z-index:auto;
	left:255px;
	top:290px;
	}

.bodycopy {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	position:absolute;
	left:271px;
	top:290px;
	/*height:572px;*/
	width:851px;
	background:#095d8b;
	}
	
.bold {
	font-size:11px;
	font-weight:bold;
	}

#form {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	position:absolute;
	left:277px;
	top:820px;


	width:500px;

	}
.formhead {
	color:#095d8b;
	font-size:small;
	}

a.botlink:link {color:#666666;}
a.botlink:visited {color:#666666;}
a.botlink:hover {color: #666666; text-decoration:underline;}
a.botlink:active {color: #666666;}



/*
------------------------------------------------------
Footer
------------------------------------------------------
*/
.copycont {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	position:absolute;
	left:360px;
	top:1270px;
}

#bottomrepcont {
	background:url(../images/repbottom.jpg);
	background-repeat:repeat-x;
	float:left;
	position:absolute;
	z-index:auto;
	top: 1290px;
	left:0px;
	width:98%;
	height:55px;
}
#bottomcont {
	float:left;
	position:absolute;
	background:url(../images/contbottom_bg.jpg) no-repeat;
	top:1290px;
	left:0px;
	min-width: 769px;
	height: 55px;	
	width: 769px;
}



a.mail:link {color:#01a6ff;}
a.mail:visited {color:#01a6ff;}
a.mail:hover {color: #01a6ff; text-decoration:underline;}
a.mail:active {color: #01a6ff;}

/*
------------------------------------------------------
Links
------------------------------------------------------
*/

/* Standard Link */
A          { 
	color: #ffffff; 
	text-decoration : none; 
}
A:visited  { 
	color: #ffffff; 
	text-decoration : none; 
}
A:Active   { 
	color: #ffffff; 
	text-decoration : none; 
}
A:Hover    {
	color: #ffffff;
	text-decoration : underline;
}


/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
	border: none 0;
	border-top: 1px solid #dashed;
	width: 100%;
	height: 1px;
}

hr.sponsors {
	border: none 0;
	border-top: 1px dotted #dashed;
	width: 300px;
	height: 1px;
	text-align:left;
}
