.menuHeading { 
    font-family: sans-serif,arial,verdana,helvetica; 
    font-size: 14px; 
    font-weight: bold; 
    color:#000000 
}
.menuLink { 
    font-family: sans-serif,arial,verdana,helvetica; 
    font-size: 12px; 
    font-weight: bold; 
    color:#FFFFFF; 
    text-decoration:none 
}

.pageHeader { 
    font-family: sans-serif,arial,verdana,helvetica; 
    font-size: 18px; 
    color:#000000; 
    font-weight:bold 
}

.headerNew { 
    font-family: sans-serif,arial,verdana,helvetica; 
    font-size: 14px; 
    color:#000000; 
    font-weight:bold 
}
.headerNew2	{ font-family: sans-serif; font-size: 14px; color:#000000; font-weight:bold; font-style:italic }

.errorHeader	{ font-family: sans-serif,arial,verdana,helvetica; font-size: 14px; color:#FF0000; font-weight:bold }
.errorText	{ font-family: sans-serif,arial,verdana,helvetica; font-size: 10px; }

.hide {
	display: none;
}

body         	{ font-family: arial,verdana,helvetica,sans-serif; font-size: 12px; color:#000000 }

a:hover      	{ text-decoration: underline }
a:active    	{ text-decoration: underline }
a:visited  	{ }

.header         { border-color: #000000; }

td		{ font-family: sans-serif,arial,verdana,helvetica; font-size: 11px; text-decoration: none; }
input		{ font-family: arial,verdana,helvetica; font-size: 10px; text-decoration: none; }
select       	{ font-family: arial,verdana,helvetica; font-size: 11px; text-decoration: none; }
textarea	{ font-family: arial,verdana,helvetica; font-size: 11px; text-decoration: none; }

.listclass	{ font-family: sans-serif,arial,verdana,helvetica; font-size: 12px; font-weight:bold; text-decoration: none; }
.listheader	{ font-family: sans-serif,arial,verdana,helvetica; font-size: 11px; font-weight:bold; text-decoration: none; }
.listlink	{ font-family: sans-serif,arial,verdana,helvetica; font-size: 10px; font-weight:bold; text-decoration: none; }

p.warning {
	color: red; 
        font-size: 24px;
}

#headerbg {
	position: absolute;
	margin: 0px 0px 0px 5px;
        width: 1000px;
        background: #000000;
}

#header {
	position: absolute;
	margin: 2px 5px 2px 5px;
        width: 978px;
        background: #000000;
}

#header img {
        margin: 4px 0px 0px 0px;
}

/***** contents *****/

#content {
	margin: 0px 0px 0px 0px;
	padding-top: 0;
	background: white;
}

#sponsorsleft {
	position: absolute;
	margin: 120px 5px 5px 15px;
        width: 120px;
	background: white;
}

#pageinfo {
	/*background: #FFFF99;
	position: absolute;
	margin: 125px 5px 5px 160px;
	border: 1px solid black;
        width: 585px;
	padding: 35px 30px 30px 50px;*/
	width: 100%;
}
#pageinfo table td {
	border-bottom: 1px solid #eee;
	padding: 6px 0;
	font-size: 12px;
}
#pageinfo table tr:hover {
	background: #ccc;
}

#pageinfonoadv {
	position: absolute;
	margin: 125px 5px 5px 10px;
        width: 900px;
	padding:  0px 10px 10px 0px;
	background: white;
}

#sponsorsright {
	position: absolute;
	margin: 125px 5px 5px 855px;
        width: 120px;
	padding-top: 5px;
	background: white;
}

/***** menu bar *****/
#menubar {
	position: absolute;
	margin: 88px 0px 0px 10px;
        width: 976px;
        height: 22px;
	z-index: 1;
	background: #dd6600;
	border: 1px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
#menubg {
	background: #dd6600;
        margin: 0px 0px 0px 0px;
}
#menu {
	display: inline;
	width: 100%;
	margin: 0;
}
#menu * {
	font-family: verdana, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
}
#menu li {
	behavior: url(hover.htc);
	display: block;
	float: left;
        border: 0;
}
#menu li a {
	padding: 1px 0.8em;
	display: block;
}
#menu li a img {
        margin: 0px 0px 0px 0px;
        padding-top: 2px;
}
#menu li ul {
        margin: 0px 0px 0px 0px;
        padding: 0px;
	position: absolute;
	display: none;
	width: 15em;
        left: -9999px;
        border: 1px solid gray;
	border-top: 0px;
	background: #FFCC66;
}
#menu li ul li {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	background: none;
}
#menu li ul li a {
	width: 100%;
	font-weight: normal;
	font-size: 1.0em; 
}
#menu li:hover ul, li.iehover ul, #menu li.over ul {
        margin: 0px 0px 0px 0px;
        padding: 0px;
	left: auto;
	display: block;
}
#menu li:hover, #menu li.over {
        margin: 0px 0px 0px 0px;
        padding: 0px;
	background: #dd6600;
	color: white;
}
#menu a {
	color: #000000;
}
#menu a:hover {
	color: white;
}

/***** footer *****/
#footer {
	display: block;
	position: relative;
        width: 1018px;
        height: 22px;
	right: 0px;
	left: 0px;
	background: #dd6600;
	border: 1px solid black;
	border-bottom: 2px solid black;
	margin: 0;
}

