/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/
html{
width: 100%;


}

body {
	margin: 0px;
	Padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 100%;
	height: 900px;
    background: 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
------------------------------------------------------
*/
 #body {
 	background:#FFFFFF;
	align: left;
	width: 769px;
	height: 492px;

 }
.border {
	float:left;
	position:absolute;
	z-index:auto;
	left:2px;
	top:2px;
	height:170px;
	width:173px;
	}
	
.image1 {
	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;
}

.arrowproj1 {
	float:left;
	position:absolute;
	z-index:auto;
	left:255px;
	top:290px;
	}
	
.image2 {
	float:left;
	position:absolute;
	z-index:auto;
	left:66px;
	top:490px;
	height:174px;
	width:177px;
	border:thick;
	border-style:solid;
	border-color:#CC3300;
	background-color:#FFFFFF;
}

.arrowproj2 {
	float:left;
	position:absolute;
	z-index:auto;
	left:255px;
	top:490px;
	}
	
.image3 {
	float:left;
	position:absolute;
	z-index:auto;
	left:66px;
	top:690px;
	height:174px;
	width:177px;
	border:thick;
	border-style:solid;
	border-color:#CC3300;
	background-color:#FFFFFF;
}

.arrowproj3 {
	float:left;
	position:absolute;
	z-index:auto;
	left:255px;
	top:690px;
	}

.image4 {
	float:left;
	position:absolute;
	z-index:auto;
	left:66px;
	top:890px;
	height:174px;
	width:177px;
	border:thick;
	border-style:solid;
	border-color:#CC3300;
	background-color:#FFFFFF;
}

.arrowproj4 {
	float:left;
	position:absolute;
	z-index:auto;
	left:255px;
	top:890px;
	}

.bodycopy1 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	position:absolute;
	left:270px;
	top:290px;
	height:184px;
	width:500px;

	}

.bodycopy2 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	position:absolute;
	left:270px;
	top:490px;
	height:184px;
	width:500px;
	}

.bodycopy3 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	position:absolute;
	left:270px;
	top:690px;
	height:184px;
	width:500px;
	}

.bodycopy4 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	position:absolute;
	left:270px;
	top:890px;
	height:184px;
	width:500px;
	}
	


a.botlink:link {color:#666666;}
a.botlink:visited {color:#666666;}
a.botlink:hover {color: #666666; text-decoration:underline;}
a.botlink:active {color: #666666;}

.copyproj {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	position:absolute;
	top:1200px;
	left:360px;

}

/*
------------------------------------------------------
Footer
------------------------------------------------------
*/
#bottomrepproj {
	background:url(../images/innerrep_bottom.jpg);
	background-repeat:repeat-x;
	float:left;
	position:absolute;
	z-index:auto;
	top: 1220px;
	left:0px;
	width:98%;
	height:123px;
}
#bottomproj {
	float:left;
	position:absolute;
	background:url(../images/innerbottom_bg.jpg) no-repeat;
	top:1220px;
	left:0px;
	min-width: 769px;
	height: 123px;	
	width: 769px;
}

.contact {
	float:left;
	position:absolute;
	top:10px;
	left:500px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

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;
}
