BODY{
	margin: 0;
	padding: 0;
	background: #767676;
	font-family: Arial, Helvetica, "Sans Serif";
	color: white;
	font-size: 12px;
	line-height: 20px;
}

#Main{
	margin: 0;
	padding: 0;
	background-color: #4e4e4e;
	background-image: url('/images/main_bg.gif');
	background-repeat: repeat-x;
	position: relative;
}
	
	#Logo{
		position: absolute;
		right: 0;
		top: 20px;
	}

	#Navigation{
		float: left;
		background-color: #3a3a3a;
	}
	#Navigation IMG{
		float: left;
	}
	
	#Navigation DIV.navSection{
		float: left;
		height: 28px;
		padding: 0;
		position: relative;
	}
	
	#Navigation DIV.navSection A.top{
		float: left;
		position: relative;
		padding: 8px 16px;
		text-decoration: none;
		color: white;
	}
	
	#Navigation DIV.navSection A.top:hover{
		background-color: #494949;
	}
	
	#Navigation DIV.navSection UL{
		position: absolute;
		left: 0px;
		top: 36px;
		display: none;
		width: 165px;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	#Navigation DIV.navSection UL LI A{
		text-decoration: none;
		display: block;
		width: 155px;
		padding-left: 10px;
		padding-top: 4px;
		padding-bottom: 4px;
		background-color: #494949;
		color: white;
	}
	
	#Navigation DIV.navSection UL A:hover{
		background: #3a3a3a;
	}
	
	#UnderNavigation{
		z-index: 100;
	}
	
	#SearchBar{
		background: #3a3a3a;
		height: 30px;
		padding-left: 10px;
		padding-top: 5px;
	}
	
	#SearchBar A{
		color: white;
	}
	
	#SearchBar DIV.rightLinks{
		margin-right: 10px;
		float: right;
	}
	
	#Search{
		float: left;
	}	
	#Search IMG{
		float: left;
	}
	
	#SearchBar #InputWrapper{
		height: 16px;
		width: 192px;
		background-image: url('/images/search_input_bg.gif');
		background-repeat: no-repeat;
		float: left;
		padding: 4px;
	}
	
	#SearchBar INPUT{
		display: block;
		float: left;
		height: 16px;
		width: 184px;
		background: transparent;
		color: white;
		border: none;
	}

#Footer{
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
	background-color: #767676;
	background-image: url('/images/footer_bg.gif');
	background-repeat: repeat-x;
	
}

	#CoreMisson{
		width: 360px;
		padding: 0;
		margin: 0;
		margin-left: 10px;
	}
	
	#CoreMisson A{
		font-weight: bold;
		color: #d4e8ee;
	}
	
	#Sitemap{
		position: absolute;
		left: 420px;
		top: 24px;
		float: left;
	}
	
	DIV.sitemapSection{
		float: left;
		margin-right: 30px;
		color: #d4e8ee;
	}
	
	DIV.sitemapSection A{
		color: #d4e8ee;
		text-decoration: none;
	}
	
	DIV.sitemapSection A:hover{
		color: #fdd86f;
		text-decoration: underline;
	} 
	
	DIV.sitemapSection UL{
		list-style: none;
		padding: 0;
		margin: 0;
	}

DIV.page{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	padding-top: 20px;
	position: relative;
}

DIV.block{
	padding-bottom: 20px;
}

H1{
	font-size: 24px;
	font-weight: normal;
}

H2{
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0;
	padding-bottom: 0;
}

A{
	color: #3a7793;
}

IMG{
	border: none;
}

#MainContent{
	width: 940px;
	padding: 10px;
	margin: auto;
	margin-top: 0;
	padding-top: 0;
	background: white;
	color: #6d6e71;
	float: left;
}

.column{
	margin: 0px 5px;
	padding: 10px;
	float: left;
}

.twothirds{
	width: 597px;
}

.onethird{
	width: 283px;
}

.onehalf{
	width: 440px;
}

.onequarter{
	width: 205px;
}

.threequarters{
	width: 675px;
}


DIV.download{
	float: left;
	margin-bottom: 1em;
}

.download IMG{
	float: left;
}
.download P{
	margin: 0;
	padding: 0;
	margin-left: 1em;
	float: left;
	width: 230px;
}

DIV.companycol{
	background-repeat: no-repeat;
	padding-top: 248px;
}

.odd{
	background-color: #ddd;
}

#ContactForm{
	float: left;
}

#ContactForm DIV.formItem{
	float: left;
	clear: left;
	padding: 5px 10px;
	width: 320px;
	border-bottom: solid #f8f8f8 1px;
}

#ContactForm DIV.formItem LABEL{
	float: left;
	display: block;
	text-align: right;
	width: 150px;
	margin-right: 10px;
}

#ContactForm DIV.formItem LABEL.longlabel{
	text-align: left;
	width: 300px;
}

#ContactForm DIV.formItem INPUT{
	float: left;
	display: block;
	width: 150px;
}
#ContactForm DIV.formItem TEXTAREA{
	float: left;
	display: block;
	width: 310px;
	height: 60px;
}

.error{
	font-weight: bold;
	color: #faa21b;
}

A.blockLink{
	display: block;
	width: 240px;
	height: 45px;
	background: #eee;
	float: left;
	padding: 10px;
	padding-top: 20px;
	margin: 10px;
	text-align: center;
	font-size: 140%;
	text-decoration: none;
}

A.blockLink:hover{
	background: #3a7793;
	color: #eee;
}

.pad { margin:0px; padding:3px 10px 3px 10px;}
