@charset "UTF-8";

* {
margin: 0;
padding: 0;
}

body {
	font-family: Times, Times New Roman, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	overflow: hidden;
	min-height: 1000px;
	overflow:scroll;

}

.oneColElsCtr #container {
	width: 1000px;
	height: 100%;
	overflow: hidden;
	border-top: 0;
	border-bottom: 0;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
 	min-height: 1000px;
}


.oneColElsCtr #nav {
	padding: 0px 0px 5px 0px;
	font-family: Frutiger, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
	height: 336px;
}

.oneColElsCtr #nav a:link {
	text-decoration: none;
	color: white;
}

.oneColElsCtr #nav a:visited {
	text-decoration: none;
	color: white;
}

.oneColElsCtr #mainContent {
	padding: 0px 25px 10px 25px; 
}

h1 {
	font-family: Times, Times New Roman, serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}

h2 {
	font-family: Times, Times New Roman, serif;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}

.oneColElsCtr #nav table img {
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	border: 0px;
}