@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 50px;
	text-align: inherit; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: Auto;/* the auto margins (in conjunction with a width) center the page */
	background: #FFFFFF;
	border: ridge 4px #8A8A8A;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 16px;

} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	/*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. */
	background-image: url(images/banner.jpg);
	height: 161px;
	width: auto;
} 
.twoColFixLtHdr #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: 85px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #menubar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 400px 0;
	
	
}
.undermain {
	font: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	padding-left: 10px;
	border: solid 2px black;
}

.tableclass{
	border: 10px;
	border-color: #280647;	
	
	
	
}
.menusys{
	background-color:#A0A0A4;
	padding-bottom: 8px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	
}

.whtespc {
	padding-bottom: 3px
	
}
.twoColFixLtHdr #mainContent {
	///*margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	//*padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px #000;
	vertical-align: text-top;
	
}
.normaltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 11px;
	font-weight: bold;	
} 
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;font:Normal 12px Helvetica, Verdana, Arial, sans-serif;line-height:140%;width:160px;}
ul.vert-one li{margin:0;padding:0;border-top:1px solid 	#484848 ;border-bottom:1px solid 	#484848;}
ul.vert-one li a{display:block;text-decoration:none;color:#fff;background:	#484848;padding:0 0 0 20px;width:140px;}
ul.vert-one li a:hover{background:#585858 url("images/vert-one_arrow.gif") no-repeat 0 9px;}
ul.vert-one li a.current,ul.vert-one li a.current:hover{background:#585858  url("images/vert-one_arrow.gif") no-repeat 0 9px;}

.buttons {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #E9E9E9;
	font-size: 12px;
}
