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

body { background-color:#E5E5E5; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:14px;}
img {border:none; behavior: url(iepngfix.htc);}

#page { max-width:1000px; min-width:800px; margin:0px auto; }

#header { width:inherit; height:150px; position:relative; overflow:visible; }

#banner { position:absolute; right:0px; z-index:1; height:150px;}

#logo { position:absolute; left:0px; z-index:2; height:150px; width:450px; }


/*
#navbar { background-color:#36353A; padding:.5em .5em 0; height:2em; }
#logotest {float::left;}
*/


#nav { position:absolute; right:0px; bottom:0px; z-index:3; }
	.menuTab { float:left; padding:.5em 2em .5em; margin:0; position:relative; background-color:#837E81; height:1em; border-left:1px solid #555555; }
	.menuTab#here { background-color:#918C90; color:#353535 }
	.menuTab a, .menuTabOver a { color:#FFFFFF; text-decoration:none; display:block; }
	.menuTab#here a { color:#353535; display:block; }
	.menuTab ul, #here ul {list-style:none; margin:0; padding:0;}
	.menu_dd { display:none; position:absolute; top:1em; background-color:#837e81; padding:.5em 2em; right:0; width:10em; top:2em;}
	.menuTab > .menu_dd { top:auto; }
	.menu_dd a {display:block; color:#FFFFFF; text-decoration:none; }
	.menuTab#here .menu_dd a { color:#FFFFFF; }
	.menu_dd a:hover { text-decoration:underline; color:#FFFFFF; }
	.menuTab:hover, .menuTabOver {background-color:#5E5959; color:#FFFFFF; float:left; padding:.5em 2em .5em; margin:0; position:relative; height:1em;}
	.menuTab#here:hover, .menuTabOver#here { background-color:#5E5959; color:#FFFFFF; }
	.menuTab#here:hover a, .menuTabOver#here a {color:#FFFFFF; display:block; }
	.menuTab:hover .menu_dd, .menuTab#here:hover .menu_dd, .menuTabOver .menu_dd, .menuTabOver#here .menu_dd {display:block; position:absolute; top:1.5em; background-color:#5E5959; color:#FFFFFF padding:.5em 2em; right:0; width:10em; top:2em;}
	.menuTabOver ul, .menuTabOver#here ul { list-style:none; margin:0; padding:0; }

#content { padding:1em; background-color:#918C90; color:#FFFFFF;}

#textbox { padding:1.5em;}

#textbox a { color:#FFFFFF;}

#footer { background-color:#CCCCCC; color:#5B5B5B; clear:both; text-align:center; height:2em;}

#copyright { height:2em; position:relative; top:.5em;}

/*
.menu_tr { width:10px; height:10px; position:absolute; top:0; right:0; background:url(images/menu_tr.gif) top right no-repeat; }
.menu_tl { width:10px; height:10px; position:absolute; top:0; left:0; background:url(images/menu_tl.gif) top left no-repeat; }
.menu_br { width:10px; height:10px; position:absolute; bottom:0; right:0; background:url(images/menu_br.gif) bottom right no-repeat; }
.menu_bl { width:10px; height:10px; position:absolute; bottom:0; left:0; background:url(images/menu_bl.gif) bottom left no-repeat; }

.menu_dd .menu_tr { background:url(images/menu_dd_tr.gif) top right no-repeat; }
.menu_dd .menu_tl { background:url(images/menu_dd_tl.gif) top left no-repeat; }
.menu_dd .menu_br { background:url(images/menu_dd_br.gif) bottom right no-repeat; }
.menu_dd .menu_bl { background:url(images/menu_dd_bl.gif) bottom left no-repeat; }
*/

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

