* {margin:0; padding:0;}
body {padding: 0 .5em 0 .5em; text-align:center; font-family: arial, helvetica, sans-serif; font-size: 1em; background-color:#ffffff; behavior:url(css/csshover.htc); }
a:link {text-decoration:none; color:#0000CC}
    a:visited {text-decoration:none; color:#0000CC}
a:hover {color: #ff0000;}

a:link.green {text-decoration:none; color:#ffff00;}
a:visited.green {text-decoration:none; color:#ffff00;}
a:hover.green {color: #66cc66;}
th { font-size: .9em; }
.thead { background: #99cc66; border-right: solid 1px #339900; border-bottom: solid 1px #339900; }
h2 {color: #339900;}
#footer a:link {text-decoration:none; font-weight:bold;color:#ffff00;}
    #footer a:visited {text-decoration:none;color: #ffff00; font-weight:bold;}
#footer a:hover {color: #ff0000; font-weight:bold;}

#chbutt a:link {text-decoration:none; font-weight:bold;color:#990000;}
    #chbutt a:visited {text-decoration:none;color: #990000; font-weight:bold;}
#chbutt a:hover {color: #0066CC; font-weight:bold;}

img { border:none; }
#main_wrapper {min-width: 550px; max-width:960px;
		margin-left:auto;
		  margin-right:auto;
		    text-align:left;
}
#header {color: #ffffff; width:100%;}
#nav {width:140px;
	    float:left;
	        margin: .5em 0 .5em 0;
}
#button {width:110px; margin-left:.6em;margin-top:1em;}
#content {width:550px;  background-color:#ffffff;
             margin-left:.5em;
                 margin-top:.5em;
                     margin-bottom:.5em;
                     float:left; 
}
#content_form {width:550px;  background-color:#C4E1FF;
             margin-left:.5em;
                 margin-top:.5em;
                     margin-bottom:.5em;
                     float:left;
}
#content_form_inner h4 { color:#0000CC;}
#box {float:left; margin-top: .5em}
#box_inner p {text-align:justify;}
#box_inner h4 { color:#4f60a2; }
img {float:left; margin: 6px 6px 6px 0;}
#footer {width:100%}
#copy {width:100%;}

#flashcontent {
		height: 100%;
	}
.compr { border: solid 1px #99ccff; background: #ffffff;}
.comprg { border: solid 1px #99cc99; background: #ffffff;}
.comprr { border: solid 1px #cc0000; background: #ffffff;}
.compry { border: solid 1px #99ccff; text-align:center; background: #ffffff;}
.comprgy { border: solid 1px #99cc99; text-align:center; background: #ffffff;}
.comprry { border: solid 1px #cc0000; text-align:center; background: #ffffff;}

.clear {clear:both;}
#header_inner, #nav_inner,#content_inner, #promo_inner, #panel1, #header_inner_new, #world {overflow:hidden;}
#header_inner {padding:.5em .5em; margin-top:0; background-color:#FFCC33; height:100%;}
#header_inner_new {margin-top:0;}
#nav_inner {padding-left:8px ;margin-left:auto; margin-right:auto; padding-bottom:10px;
               color: #ffffff;
                 font-size:.75em;
                   background-color:#5C9827;
}
#nav_inner_new {padding: 2px 2px; margin-left:auto; margin-right:auto; padding-bottom:10px;
                background-color: #990000;
               color: #ffffff;
               }
#navo  {background-image: url(../images/navback.png) ; margin-top: -.5em; padding: 5px 0 5px 10px; height: 24px; width: 950px;letter-spacing:.05em;}
#chbutt {padding:.25em 0; height:100%; background-color:#FFFF00; text-align:center; color:#CC0000;}
#content_inner {padding: 0 .25em .25em .25em; height:100%;}
#content_inner h4 { color:#4f60a2;}
#footer_inner {
		text-align:center;
		  background-color:#5c9827;
		    color:#fff200;
}
p {font-size: .75em;}
p strong {font-size: 1em;}

#copy_inner {font-size:1em; color: #555555; text-align: center;}
.butt {padding:.25em 0;
        height:100%;
            background-color:#ffffff;
                text-align:center;
}
.table { border: solid 1px #009900; padding: 0; }
.tableb { background-color:#dddddd;}
#info {float:left; margin:.5em 0 0 .5em; width:250px;}
.panel_top {max-width:250px: padding:.25em 0; height:19px; background-color:#5c9827; color:#ffffff; text-align:center; margin-bottom: .5em; }
.panel_low {text-align:justify; background-color:#ffffff; padding: .25em .25em; color:#000066; margin-bottom: 1em; border: solid 1px #000000;}

.clearfix:after {content: ".";
		 display: block;
		    height: 0;
			clear: both;
			   visibility: hidden;
}
td { vertical-align: top; padding:2px;}
.input {float:left; padding: 4px;}

.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */


/* the horizontal menu starts here */
div#listmenu {background: #000000; padding: 7px 0 5px 10px; height: 20px; width: 950px;letter-spacing:.05em;
	/*width:960px; 	 makes the div full width */
	/*float:left; makes the div enclose the list */
	/*border-top:1px solid #069;	 draws line on top edge of div */
	 /* border-bottom:1px solid #069;	draws line on bottom edge of div */
	font-size:.75em;	 SET FONT-SIZE HERE */
	 /*background-color:#000000; colors the div */
	}
div#listmenu ul {margin:0 0 0 20px;/* indents ul from edge of container */
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#000000; /*sets the background of the menu items */
	border-right:1px solid #ffff00; /* creates dividing lines between the li elements */
	}
div#listmenu li:first-child {
	border-left:1px solid #ffff00; /*the first vertical line on the menu */
	}
div#listmenu li:hover { 
	background-color:#666666; /*sets the background of the menu items */
	}
div#listmenu a {
	display:block;
	padding:0 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#ffff00;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#ffffff;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:100%; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #c0c0c0; /*  three sides of each drop-down item */
	border-bottom:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	opacity:0.8;filter:alpha(opacity=80);

	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #c0c0c0; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
* html a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #069;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */
/* END OF LIST-BASED MENU */