/*	----------------------------------
		Text styles
		----------------------------------*/
html {margin: 0; padding: 0; }

#top { 
			position: absolute; 
			top: 0; 
			left: 0; 
			width: 680;
			height: 100;
			margin: 5px;
			padding: 5px; 
			}
			
#topbaron { 
			position: absolute; 
			top: 0; 
			left: 450; 
			width: 200;
			height: 120;
			margin: 5px;
			padding: 5px;
			z-index: 1;
			}  

#middleright { 
			position: absolute; 
			top: 100px; 
			left: 160px; 
			width: 520;
			height: 25;
			background-color: #999999;
			border-top: #999999 1px solid;
			border-bottom: #993333 2px solid;
			border-left: #999999 1px solid;
			margin: 5px;
			padding: 5px;
			z-index: 5; 
			} 

#navigation { 
			position: absolute; 
			top: 100; 
			left: 0; 
			width: 160;
			height: 200;
			background-color: #ffffff;
			border-top: #999999 1px solid;
			border-right: #999999 1px solid;
			border-bottom: #999999 1px solid;
			margin: 5px;
			padding: 5px; 
			z-index: 10; 
			} 

#belownav { 
			position: absolute; 
			top: 310; 
			left: 0; 
			width: 160;
			height: 300;
			background-color: #f3f3f3;
			margin: 2px;
			padding: 2px;
			z-index: 5;  
			} 

#contentmain { 
			position: absolute; 
			top: 135; 
			left: 160; 
			width: 520;
			height: 400;
			background-color: #f3f3f3;
			margin: 5px;
			padding: 5px;
			}
			
#frontpage { 
			position: absolute; 
			top: 390; 
			left: 0; 
			width: 500;
			height: 200;
			background-color: #f3f3f3;
			margin: 5px;
			padding: 5px;
			}

#headshot { 
			position: absolute; 
			top: 0;
			left: 225; 
			width: 265;
			height: 300;
			background-color: #f3f3f3;
			border-top: #999999 1px solid;
			border-right: #999999 1px solid;
			border-left: #999999 1px solid;
			border-bottom: #999999 1px solid;
			margin: 10px;
			padding: 5px;
			z-index: 10; 
			}
			
#headshottext { 
			position: absolute; 
			left: 80; 
			width: 175;
			height: 125;
			background-color: #f3f3f3;
			margin: 5px;
			padding: 5px;
			z-index: 1; 
			}


#thumbimage1 { 
			position: absolute; 
			top: 20; 
			left: 20; 
			width: 50;
			height: 50;
			background-color: #f3f3f3;
			}
			
#thumbimage2 { 
			position: absolute; 
			top: 20; 
			left: 80; 
			width: 50;
			height: 50;
			background-color: #f3f3f3;
			}
			
#thumbimage3 { 
			position: absolute; 
			top: 20; 
			left: 140; 
			width: 50;
			height: 50;
			background-color: #f3f3f3;
}

#thumbimage4 { 
			position: absolute; 
			top: 20; 
			left: 200; 
			width: 50;
			height: 50;
			background-color: #f3f3f3;
}

#thumbimage5 { 
			position: absolute; 
			top: 20; 
			left: 260; 
			width: 50;
			height: 50;
			background-color: #f3f3f3;
}

#thumbimage6 { 
			position: absolute; 
			top: 20; 
			left: 320; 
			width: 50;
			height: 50;
			background-color: #f3f3f3;
}

#thumbimage7 { 
			position: absolute; 
			top: 20; 
			left: 380; 
			width: 50;
			height: 50;
			background-color: #f3f3f3;
}

#thumbimage8 { 
			position: absolute; 
			top: 20; 
			left: 440; 
			width: 50;
			height: 50;
			background-color: #f3f3f3;
}

#picture { 
			position: absolute; 
			top: 75; 
			left: 50; 
			width: 400;
			height: 350;
			background-color: #f3f3f3;
			margin: 5px;
			padding: 5px;
}
			
label { 
			font-family: Verdana, Geneva, sans-serif;
			color: #000000;
			font-size: 11px;
			font-weight: bold;
			line-height: 15px;
			padding-left: 15px;
			float: left; 
			width: 120;
}

input, textarea { 
			font-family: Verdana, Geneva, sans-serif;
			font-size: 11px;
			color: #000000;
			width: 180;
			margin-bottom:5px
}

textarea { 
			font-family: Verdana, Geneva, sans-serif;
			font-size: 11px;
			color: #000000;
			width: 250;
			height: 150px;
}

.boxes { 
			width: 1em;
}

#formsubmitbutton { 
			margin-left: 120px;
			margin-top: 5px;
			width: 90px;
}

br {
	clear: left;
}
			
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	padding-left: 15px;
}

td {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 19px;
}

li {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	list-style-type: disc;
	}
	
.smaller {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 9px;
	line-height: 10px;
	padding-left: 15px;
}

.navigation {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	line-height: 24px;
	display: block;
	margin-right: 5px; 
	margin-top: 5px; 
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.thispage {
	font-family: Verdana, Geneva, sans-serif;
	color: #993333;
	font-weight: bold;
	font-size: 10px;
	line-height: 24px;
	display: block;
	text-decoration: none;
}

.navigation a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	line-height: 24px;
	display: block;
	text-decoration: none;
}

.navigation a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	line-height: 24px;
	display: block;
	text-decoration: none;
}

.navigation a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #993333;
	font-weight: bold;
	font-size: 10px;
	line-height: 24px;
	display: block;
	text-decoration: none;
}

.navigation a:active {
	font-family: Verdana, Geneva, sans-serif;
	color: #993333;
	font-weight: bold;
	font-size: 10px;
	line-height: 24px;
	display: block;
	text-decoration: none;
}


a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #993333;
	font-weight: bold
	font-size: 11px;
	line-height: 15px;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #999999;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #993333;
	font-weight: bold
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

a:active {
	font-family: Verdana, Geneva, sans-serif;
	color: #993333;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

.redtext {
	color: #993333;
}

.mainhead {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	margin-top: 5px; 
	padding-left: 15px;
}

.subhead {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	display: block;
	margin-right: -30px; 
	margin-top: 20px; 
	padding-left: 15px;
}

.subheadSmall {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	display: block;
	background: #CFE1EF;
	margin-right: -30px; 
	margin-top: 30px; 
	padding-left: 6px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.attribution {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-style: italic;
	font-size: 11px;
	line-height: 19px;
	display: block;
	padding-left: 175px;
}