/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	font-family:"Times New Roman", Times, serif;
}

a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #003300;
}
a:active {
	text-decoration: none;
	color: #006600;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 5px;
	width: 799px;
	overflow: visible;
}

#navigation {
	width: 553px;
	height: 166px;
	float: left;
	padding-top: 6px;
	padding-bottom: 7px;
}

#logo {
	width: 227px;
	height: 166px;
	float: left;
}

#bannerContainer {
	width: 785px;
	float: left;
}

/* Index Page */
	#indexLeft {
		width: 111px;
		height: 722px;
		padding-top: 21px;
		float: left;
	}

	#indexRight {
		width: 674px;
		height: 722px;
		float: left;
		padding-top: 12px;
		padding-left: 10px;
	}

/* Home Page */
	#homeLeft {
		width: 310px;
		
		float: left;
	}

	#homeRight {
		width: 437px;
		height: 722px;
		float: left;
		padding-top: 5px;
	}

/* About Page */
	
	#aboutRight {
		width: 437px;
		height: 722px;
		float:left;
	}
	
	#aboutText {
		width: 397px;
		padding-left: 21px;
		padding-top:0px;
		padding-bottom:0px;
		padding-right:10px;
	}
	
	#aboutText2 {
		width: 397px;
		padding-left: 23px;
		padding-top:0px;
		padding-bottom:0px;
		padding-right:10px;
	}
	
	
/* Process Page */
	
	#processSpacerR {
		width: 397px;
		height: 272px;
	}
	
	#processSpacerL {
		width: 215px;
		float:right;
		padding-top:249px;
		padding-right:20px;
		height: 272px;
	}
	
	#tableContainer {
	width:799px;
	float:left;
	}
	
/* Profile Page */
	
	#profileLeft {
		width: 310px;
		float: left;
	}
	

	#profileSpacerR {
		width: 297px;
		height: 222px;
	}
	
	#profileSpacerL {
		width: 215px;
		float:right;
		padding-top: 227px;
		padding-right:20px;
		height: 222px;
	}


/* Classes */
	
.smallLink {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

.footnote {
	font-size: 10px;
	color: #666666;
}

h4 {
	margin-bottom:.1em;
}
