/* CSS Document */

/* This document will be connected to those pages requiring three columns.  You must still use the tier2structure.css document.  The 3colstructure.css document adds the extra column to the already existing structuring (with minor changes) defined in tier2structure.css */


#leftcol {
	width:205px;
	padding:0px;
	float:left;
	background-image:   url("../graphics/backgrounds/leftcolbg.jpg");
	background-repeat: repeat-y;
	background-position: left top;
}
		
#leftcontact {
	margin-top: 20px;
	padding: 0px;
	float: left;
}
	
#centercol {
	background-color: #FFFFFF;
	background-image:   url("../graphics/backgrounds/maincolbg.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	width:574px;
	float:left;
}

#mainleft {
	width: 381px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

#mainportfolio {
	width: 540px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

#mainright {
	width: 150px;
	float: left;
	background-color: #eeeeee;
	padding-left: 10px;
	padding-right: 10px;
}

	


.threecolheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006882;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
}

.threecoltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: transparent;
	text-align: left;
}

.threecollinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
	line-height: 6px;
}
			
.threecollinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
}

.threecollinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
}

.threecollinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
}

.threecollinks:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
}	
	
