body {
	background-color: #1a0e60;
}


a {outline: none;}

div {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

#header {
	position: absolute;
	background-image: url(sitev2_headerbarv3.png);
	background-repeat: no-repeat;
	background-position: top left;
	top: 10px;
	height: 140px;
	width: 900px;
	left: auto;
	z-index: 0;
}

#titletext {
	position: absolute;
	top: 40px;
	right: 10px;
	height: 80px;
	width: 300px;
	background-color: transparent;
	color: #1a0e60;
	text-align: right;
	font-weight: normal;
	z-index: 1;
	
}
	#titletext h1 {
		margin: 0px;	
		font-size: 17px;
		font-weight: normal;
	}
	
	#titletext h2 {
		margin: 0px;	
		font-size: 13px;
		font-weight: normal;
	}
	
	#titletext p {
		margin: 0px;
	}



#mainnav {
	position: absolute;
	left: auto;
	top: 155px;
	width: 900px;
	height: 20px;
	z-index: 5;
	/* This is used to stop the background hover highlight from overflowing in IE */
	overflow: hidden;
	background-color: transparent;
}


.home {margin-top:166px}

.home-content {margin-top:166px; height:670px !important;}
	
	#mainnav a {
		display: block;
		float: left;
		width: 110px;
		height: 20px;
		text-align: center;
		font-size: 11px;
		padding-top: 3px;
		margin-left: 3px;
	}
		
	.link:hover {
		color: #FFFFFF;
	}
	
	.link {	
		background-color: transparent;
		color: #D5DFE1;
		text-decoration: none;
		font-weight: normal;
	}
	
	.activelink {
		background-color: #FFFFFF;
		color: #1a0e60;
		text-decoration: none;	
		font-weight: bold;
	}


#picciebar {
	position: absolute;
	top: 153px;
	left: auto;	
	height: 162px;
	width: 900px;
	background-image: url(picciebarv2.jpg);
	z-index: 2;
}

#content {
	position: absolute;
	width: 878px;
	height: 620px;
	background-color:#fff;
	left: auto;	
	top: 174px;
	border: 1px solid #808080;
	text-align: left;
	padding: 10px;
}

	#content h2 {
		font-size: 14px;
		color: #00718F;
	}
	
	#content h3 {
		font-size: 12px;
		color: #00718F;
	}
	
	#content p {
		line-height: 12pt;
	}
	
		#teamdetails p {
			line-height: 10px;
			margin-top: 3px;
			margin-bottom: 0px;
			color: #00718F;
			font-weight: bold;
		}

	#content tr {
		vertical-align: top;
	}
	
	#content td {
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		border-left: 1px solid #D5DFE1;
	}
	
#affiliates {
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		border: 0px solid #D5DFE1;
		text-align: left !important;
	}
	
	#content label {
		display: block;
		width: 250px;
	}
	
	#content input {
		font-size: 12px;
	}
	
	#content textarea {
		font-size: 10px;
		font-family: verdana, arial, sans-serif;
	}

	.nonmainlink {
		display: block;
		float: left;
		font-size: 10px;
		color: #00718F;
		width: 80%;
		padding-left: 15px;
		margin-bottom: 20px;
		background-image: url(contentlink_unselected.png);
		background-repeat: no-repeat;
		background-position: center left;
		text-decoration: none;
	}

	.nonmainlink:hover {
		background-image: url(contentlink_selected.png);
		background-repeat: no-repeat;
		background-position: center left;
		color: #1CA8C6;
	}
	
	#content a {
		text-decoration: none;
		color: #00718F
	}

#footer {
	position: absolute;
	width: 880px;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 100px;
	bottom: 5px;
	height: 40px;
	padding-top: 5px;
	border-top: 0px solid #808080;
}

	#footer a {
		text-decoration: none;
		color: #000000;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	#footer p {
		font-size: 8pt;
		color: #808080;
		margin: 0px;
		padding-top: 2px;
	}
	
	
.error {text-align:left}
.error ul {font-weight:bold; color:red !important}