/* containder div centers everything in the browser window (necessary to work around Explorer bug) */

#container {
	width:				100%;
	padding-top:		10px;
	text-align:			center;
	color:				#000000;
}

#top {
	width:				900px;
	margin-left:		auto;
	margin-right:		auto;
	color:				#666666;
	background-color:	#FFFFFF;
	text-align:			left;
	font-family:		Arial, sans-serif;
	font-size:			small;
	padding-bottom:		2px;
}

#header {
	width:				900px;
	margin-left:		auto;
	margin-right:		auto;
	padding-left:		5px;
	padding-right:		5px;
	border:				solid 1px #000080;
	border-bottom:		solid 1px #BBBBBB;
	background-color:	#BBBBBB;	
	font-family:		Arial, sans-serif;
	text-align:			left;
}

#header h2 {
	font-family:		Arial, sans-serif;
	font-size:			24px;
	text-align:			left;
	color:				#000000;
	margin-top:			2px;
	margin-bottom:		0px;
}

#header h3 {
	font-family:		Arial, sans-serif;
	font-size:			16px;
	font-weight:		normal;
	font-style:			italic;
	text-align:			left;
	color:				#000000;
	margin-top:			0px;
	margin-bottom:		4px;
}

#header p {
	font-family:		Arial, sans-serif;
	font-size:			smaller;
	margin-top:			4px;
	margin-bottom:		2px;
}

#header #rightbox {
	float:				right;
	text-align:			right;
	padding-top:		8px;
	width:				200px;
	font-size:			small;
}

#main {
	width:				900px;
	margin-left:		auto;
	margin-right:		auto;
	padding:			5px;
	border:				solid 1px #000080;
	color:				#000000;
	background-color:	#E8E8E8;
	font-family:		Arial, sans-serif;
	text-align:			left;
}

#bottom {
	width:				900px;
	margin-left:		auto;
	margin-right:		auto;
	color:				#666666;
	background-color:	#FFFFFF;
	text-align:			left;
	font-family:		Arial, sans-serif;
	font-size:			small;
	padding-top:		2px;
}


#main p {
	margin-left: 20px;
}

h5 {
	color:				#800000;
	font-size:			large;
	margin-bottom:		3px;
	margin-left:		5px;
	margin-top: 		4px;
}

a {
	color: #000080;
	text-decoration:	underline;
}

a:hover {
	color: #800000;
	text-decoration:	underline;
}

span.email {
	font-style:			italic;
	color:				#000080;
}

span.at {
	color:				#800000
}

#validXHTML {
	float:		right;
	height:		31px;
	width:		88px;
	border:		none;
}

