@charset "UTF-8";
body {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: "Arial MT", Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-style: normal;
	padding: 0;
	font-weight: normal;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 15px;
}
.oneColFixCtrHdr #header {
	color: #000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-size: 90%;
	font-weight: lighter;
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	height: 350px;
}

.frame {
	padding-left: 25px;
	padding-bottom: 25px;
	height: 400px;	
}

.oneColFixCtrHdr #footer {
	text-align: left;
	font-size: 12px;
	color: #666;
	height: 45px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
	font-family: "Arial MT", Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	text-decoration: none;
	text-transform: none;
	color: #666;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
}
#navbar {
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-left: 10px;
} 
#navbar ul {
	margin : 0;
	padding : 0;
	list-style : none;
	text-align : left;
	padding-top : 0;
	padding-left : 0;
	padding-right : 0;
	padding-bottom : 10px;
} 
#navbar li {
	display : inline;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
} 
#navbar a {
	text-transform : none;
	text-decoration : none;
	font-size : 12px;
	font-weight : lighter;
	padding: 0px;
} 
