@charset "utf-8";
/* CSS Document */

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

#dropmenu {
width: 580px;
float: left;
}
#dropmenu li {
	background: #eee;
}
#dropmenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 11.5em;
float: left;
}
#dropmenu a, #dropmenu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#dropmenu h2 {
color: #fff;
background: #336699;
text-transform: uppercase;
}


#dropmenu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#dropmenu a:hover {
color: #a00;
background: #fff;
}
#dropmenu li {position: relative;}

#dropmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#dropmenu ul ul {
position: absolute;
z-index: 500;

}
div#dropmenu ul ul {
display: none;
}
div#dropmenu ul li:hover ul
{display: block;
}
div#dropmenu ul ul,
div#dropmenu ul li:hover ul ul
{display: none;
}

div#dropmenu ul li:hover ul,
div#dropmenu ul ul li:hover ul ul{display: block;
}

html,body  {
	font-family: Arial,Helvetica, sans-serif;
	background: #F2FAFA;
	height:100%; /* needed for container min-height */
	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: #000;/*000*/
}


#header table{border:0px;
margin:0px;
padding:0px;}

#container {
	position:relative; /* needed for footer positioning*/
	margin: 0 auto;
	width: 800px;
	background: #F0F9F9;
	text-align: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header { 
	background: #fff;
	height:100px;
	  /* 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. */
} 
#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 */
}

.betu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:bold;
	color:#555;
}
.betu4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#555;
}
.betu5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#555 ;
}
.betu5red {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FF0000 ;
}
.betu5blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#0071BC;
}
.betu6bk {
	font-family: Arial, Helvetica, sans-serif;
	color:#555;
	font-size:18px;
}
.betu6blue {
	font-family: Arial, Helvetica, sans-serif;
	color:#0071BC;
	font-size:18px;
}
.betu6red {
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:18px;
}

#mainContent {
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 5em;
	padding-left: 1em;
	vertical-align:top;
      
	/*background:#FFF;*/
        background: #F0F9F9;
      /*  border-left:1px solid #BBB;
        border-right:1px solid #BBB;*/


}


#mainContent h1 {
        font-family: Arial, Helvetica, sans-serive;
        color:#555;
        line-height: 1.2em;
        padding-top: 15px;
}


#mainContent h2 {
        font-family: Arial, Helvetica, sans-serive;
        color:#555;
        line-height: 1.2em;
        padding-top: 15px;
}


#mainContent p{
	font-family: Arial, Helvetica, sans-serive;
     /*   color:#555;*/
        line-height: 1.2em;
}


#mainContent a, a:visited{
	font-family: Arial, Helvetica, sans-serive;
        color:#0066CC;
        line-height: 1em;
}



#footer {
       	border-top:1px solid;
        border-color: #336699;
        width:100%;
	bottom:0px; 
	left: 0px;
        height:50px;
        position:absolute;

} 

/* Miscellaneous classes for reuse */
.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;
}

hr {border: none 0;
border-top: 1px dashed #555;/*the border*/
width: 60%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/

}

#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color:#555;
    text-align: center;
    }


    #footer a{
     color:#0066CC;
}

.errorMsg {
    font-size: 12px;
    padding: 10px;
    border: 1px solid #c93;
    background-color: darksalmon;
    font-weight: bold;
    position: relative;
    top: 20px;
}

.goodMsg {
    font-size: 12px;
    padding: 10px;
    border: 1px solid #c93;
    background-color: palegreen;
    font-weight: bold;
    position: relative;
    top: 20px;
}
/*[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
/*.thrColHybHdr #sidebar1, .thrColHybHdr #sidebar2 { padding-top: 30px; }
.thrColHybHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
/*</style>
<![endif]*/
