/* Page style */
BODY{ font-family:Arial, Helvetica, sans-serif; color:#000000; text-align:center; background-color:#EAEAEA; }

/* Layer styles */
#handler{ width:850px; background-color:#FFFFFF; margin:auto; border: 1px solid #AAAAAA; }
#title{ height:90px; width:850px; } 
#menu{ height:24px; width:850px; background-color:#000000; } 
#infobar{ height:20px; width:850px; background-color:#CCCCFF; clear:both; } 
#left{ width:175px; background-color:#F9F9F9; float:left; } 
#main{ width:673px; background-color:#FFFFFF; float:right; } 
#bottom{ clear:both; background-color:#FFFFFF; }

/* Link styles */
a:link{ font-weight:bold; text-decoration:none; color:#0000FF; font-style:italic; }
a:visited{ font-weight:bold; text-decoration:none; color:#000099; font-style:italic; }
a:hover{ font-weight:bold; text-decoration:underline; color:#0000FF; font-style:italic; }
a:active{ }

/* Button styles */
.button{ position:static; z-index:2; background-color:#F9F9F9; cursor:pointer; margin:0; }
.menu-button{ position:relative; z-index:2; background-color:#000000; margin:0; cursor:default; }
.menu-button2{ position:absolute; z-index:3; background-color:#000000; visibility:hidden; margin:0; }
.bar-button{ position:static; z-index:2; cursor:pointer; margin:0; }
