@charset "utf-8";
*{
margin:0;
padding:0;
}
body {
	background:url(nimages/bg.png) repeat-x #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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;
}
.menu {
font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	border:none;
}
img{
border:none;
}
a:hover {
text-decoration: underline;
}
h1,h2,h3,h4 { 
font-weight:normal;
font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
}
ul{
list-style:none;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(nimages/header.png) bottom no-repeat #adadad;
	padding-left:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:100px;
}
.oneColFixCtrHdr #header #logo{
margin:0px 0px 0px 0px;
float:left;
}
.oneColFixCtrHdr #header #menu{

float:right;
margin-right:10px;
height:100px
padding:0;
width:410px;
}
.oneColFixCtrHdr #header #topmenu{
	margin:0;
	padding-left:4px;
	height: 35px;
	line-height: 40px;
	font-size: 14px;
}
.oneColFixCtrHdr #header #menu #topmenu a{
padding:0 12px 0 12px;
} 
.oneColFixCtrHdr #header #menu #status{
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
	margin: 20px 0px 0px 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* 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 {
	padding: 5; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size:12px;
	font-weight: bold;
	
}
.oneColFixCtrHdr #mainContent #text2{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size:12px;
	font-weight: normal;
	
	
}
.oneColFixCtrHdr #mainContent #questions{
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size:16px;
	font-weight: bold;
	
}
.oneColFixCtrHdr #mainContent #title{
	border-top:1px solid #999;
    background: url(nimages/titlebot.png) bottom no-repeat #000;
}
.oneColFixCtrHdr #mainContent #title h1{
	text-align:center;
	color:#FFFFFF;
	height:43px;
	font-size:x-large;
	padding-bottom:6px;
	margin-bottom:15px;
}
.oneColFixCtrHdr #mainContent #text{
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
}

.oneColFixCtrHdr #mainContent ul{
padding:5px;
}
.oneColFixCtrHdr #mainContent li{
height:20px;
border:1px solid black;
padding:1px;
margin:1px ;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	text-align:center;
	}
.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 */
}
.oneColFixCtrHdr #footer #footermenu{
background:#000;
text-align:center;
height:20px;
padding:6px 0 6px 0;

}
.oneColFixCtrHdr #footer a{
font-size:10px;
}
.oneColFixCtrHdr #footer #footermenu a{
font-size:14px;
padding:0 10px 0 10px;
color:#FFFFFF;
}
.oneColFixCtrHdr #footer #copyright{
font-size:12px;
padding:0 10px 0 10px;
color:#FFFFFF;
}
.oneColFixCtrHdr #footer a{
font-size:10px;
}
.clear{
clear:both;
}
