@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E5E4E4;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clock {
	float: right;
	height: 51px;
	width: 51px;
	margin-top: -65px;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
}
.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 {
	padding: 0 20px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 200%;
}
#MenuDiv {
	height: 25px;
	width: 600px;
	position: relative;
	left: -20px;
	margin-bottom: 10px;
	float: right;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.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 */
	font-size: 10px;
	text-align: center;
}
#footer a:link {
	text-decoration: none;
	color: #666666;
}
#textboxx {
	background-color: #333399;
	height: 150px;
	width: 200px;
}
#SiteMap {
	text-decoration: none;
	text-align: right;
	color: #CCCCCC;
}
#SiteMap a {
	font-size: 8px;
	color: #CCCCCC;
	text-decoration: none;
}
#SiteMap a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#SiteMap a:hover {
	color: #FF0000;
	text-decoration: underline;
}
	
	/* remove the list style */
	#nav {
	padding:0;
	list-style:none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
	float:right;
	display:block;
	position:relative;
	z-index:9000;
	white-space: normal;
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	line-height: 5px;
		}
		
		/* this is the parent menu */
		#nav li a {
	display:block;
	font-weight:700;
	height:15px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	color:#333;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 5px;
	width: auto;
	margin-right: 5px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}

		#nav li a:hover {
	color:#F00;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
	color:#999;
	text-decoration: underline;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0C9;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
	position:absolute;
	left:0;
	display:none;
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -11px;
	background-color: #419639;
	height: 110px;
		}
		
		#nav ul li {
			width:100px; 
			float:left; 
			border-top:1px solid #fff;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
	display:block;
	padding: 8px 5px;
	color:#FFF;
		}
		
		#nav ul a:hover {
			text-decoration:underline;	
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
	margin:0 0 0 -2px;
		}

	

