body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #999999;
}
#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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	background: #5B3858;  /* 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. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#topbar  {
	color: #FFFFFF;
	background-color: #5B3858;
	padding: 0px;
	width: auto;
}
#button  {
	background-image: url(images/button.jpg);
	margin: 5px;
	padding: 0px;
	height: 25px;
	width: auto;
	border: thin solid #FFFFFF;
}
#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 */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DDDDDD;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 215px;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 0px;
} 

#container #mainContent #reverse_color {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#container  #mainContent  #reverse_color a {
	font-family: Arial, Helvetica, sans-serif;
	color: #66CCFF;
	text-decoration: none;
}
#container    #info_expand1      {
	background-color: #5B3858;
	width: 630px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#container     #info_expand1     a    {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container      #info_expand1      a:hover     {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container     #info_expand2       {
	background-color: #5B3858;
	width: 630px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 10px;
}
#container      #side_box        {
	background-color: #666666;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 10px;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#container #side_box a {
	color: #66CCFF;
	text-decoration: none;
}
#footer  { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#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 */
}
#logo /* Logo */

 {
	float: left;
	padding-left: 20px;
}
.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;
}
#navMenu {
	margin: 0px;
	padding: 0px;
	height: 20px;
	z-index: 50;
	background-color: #5B3858;
	position: relative;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#navMenu li {
	width: 100px;
	height: 20px;
	position: absolute;
	display: block;
	z-index: 50;
	list-style: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navMenu a {
	width: 100px;
	height: 20px;
	display: block;
	z-index: 50;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
}



#n1 {
	left: 0;
	background-color: #99ccff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#n2 { 
background-color: #5B3858;
	right: 500px;
	color: #FFFFFF;
 }

#n3 {
	background-color: #5B3858;
	right: 400px;
	color: #FFFFFF;
}

#n4 {
	background-color: #5B3858;
	right: 300px;
}

#n5 {
	background-color: #5B3858;
	right: 200px;
}

#n6 {
	background-color: #5B3858;
	right: 100px;
}

#n100 {
	right: 0;
	background-color: #5B3858;
}



#n1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#n2 a { background-position: -100px 0; 
color: #FFFFFF;}

#n3 a {
	background-position: -200px 0;
	color: #FFFFFF;
}

#n4 a {
	background-position: -300px 0;
	color: #FFFFFF;
}

#n5 a {
	background-position: -400px 0;
	color: #FFFFFF;
}

#n6 a {
	background-position: -500px 0;
	color: #FFFFFF;
}

#n100 a {
	color: #FFFFFF;
}



#n1 a:hover { background-position: 0 -18px; background-color: #3399cc; color: #FFFFFF; }

#n2 a:hover { background-position: -200px -18px; background-color: #3399cc; color: #FFFFFF; }

#n3 a:hover { background-position: -300px -18px; background-color: #3399cc; color: #FFFFFF; }

#n4 a:hover { background-position: -400px -18px; background-color: #3399cc; color: #FFFFFF; }

#n5 a:hover { background-position: -500px -18px; background-color: #3399cc; color: #FFFFFF; }

#n6 a:hover { background-position: -600px -18px; background-color: #3399cc; color: #FFFFFF; }

#n100 a:hover { background-position: 0 -18px; background-color: #3399cc; color: #FFFFFF; }



#navMenu li ul {
	visibility: hidden;
	position: absolute;
	left: -1px;
	margin: 0 0 0 1px;
	padding: 2px;
	width: 300px;
	font-size: 12px;
	border-width: 0px 1px 4px 1px;
	border-style: solid;
	border-color: #666666;
}

#navMenu #n1 ul { background-color: #ccccff; }

#navMenu #n2 ul { background-color: #ccccff; }

#navMenu #n3 ul { background-color: #ccccff; }

#navMenu #n4 ul { background-color: #ccccff; }

#navMenu #n5 ul { background-color: #ccccff; }

#navMenu #n6 ul { left: -50px; background-color: #ccccff; }

#navMenu #n100 ul { left: -100px; background-color: #ccccff; }

#navMenu li ul li, #navMenu li ul li a { width: auto; position: relative; z-index: 56; color: #000000; font-weight: normal; text-align: left; }

#navMenu li ul li a { padding: 2px; }

#navMenu li:hover>ul { visibility: visible; }


/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background-image: url(images/img03.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebar-content {
	background-image: url(images/img01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#sidebar ul {
	padding: 0px 0 4px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background-image: url(images/img04.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
}

#sidebar li ul {
	margin-bottom: 1.3em;
	list-style: none;
}
#sidebar  h3 {
	font-size: .95em;
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #000000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#sidebar h2 {
	padding: 7px 25px;
	font-size: 1.1em;
	background-color: #5B3858;
	background-image: url(images/SideBar_Arrow1.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	font-size: 12px;
	color: #000099;
}

#sidebar a:hover {
	text-decoration: underline;
}
.style4 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.style5 {
	font-style: normal;
	font-weight: bold;
}
