
body {
    font-family: arial,verdana,helvetica;
    font-size: 9pt;
    margin: 0px 0px 5px 0px;
    padding: 0;
    background-color: #242424;
}

table {
	border-collapse: collapse;
    
}

div,form {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

a {
	text-decoration: none;
    color: #fdea8d;
}

a:hover {
    color: #ffc700;
    text-decoration: none;
}

#container {
    width: 100%;
    margin: 0 auto;
}

#header {
	width: 100%;
    height: 85px;
    margin: 0 auto;
    background-color: #242424;
    font-size: 10px;
    color: #ffffff;
}

#header .two {
	width: 780px;
    height: 85px;
    margin: 0 auto;
}

#header .logo {
	width: 245px;
    height: 85px;
    float: left;
}

#header .top_stuff {
	width: 520px;
    height: 85px;
    float: right;
    text-align: right;
    padding-right: 12px;
    padding-top: 4px;
    font-size: 12px;
}

#header2 {
	width: 100%;
    height: 8px;
    background-color: #ffc700;
}

#header3 {
	width: 100%;
    height: 20px;
    background-color: #fed852;
}

#header3 .two {
	width: 756px;
    height: 20px;
    margin: 0 auto;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
}

#header3 a {
	color: #000000;
    text-decoration: none;
}

#body {
	width: 100%;
    background-color: #fdea8d;
}

#body a {
	color: #c76803;
    text-decoration: none;
}

#body a:hover {
	color: #ffc700;
    text-decoration: none;
}

#body .main {
	width: 756px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
}

#footer2 {
	width: 100%;
    background-color: #ffc700;
    height: 6px;
}

#footer {
	width: 100%;
    font-size: 11px;
}

#footer a {
	color: #e7e9f2;
    text-decoration: none; 
    font-size: 11px;
}

#footer a:hover {
    color: #457999;
    text-decoration: none;
    font-size: 11px;
}

#footer .main {
	width: 756px;
    height: 40px;
    text-align: left;
    color: #e7e9f2;
    padding-left: 12px;
    padding-right: 12px;
}

#dropmenudiv{
    position: absolute;
    border: 1px solid black;
    border-bottom-width: 0;
    font: normal 12px Verdana;
    line-height: 18px;
    z-index: 100;
}

#dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

#dropmenudiv a:hover{
    background-color: #ffc700;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
