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

#body{font-family: "Helvetica", sans-serif;
  font-weight: normal;
  font-size:   12px;}

#wrap{width:700px;}
#main{float:right; width: 80%;}
#leftheader{float:left; padding-top:12px; width: 20%;}
#rightheader{float:right;  padding-top:5px; width:80%;font-family: "Helvetica", sans-serif;
  font-weight: normal;font-size:   12px;}
#rightfooter{float:right;  width: 80%;}
#topline{float:right; padding-bottom:3px;  width:100%;}
#sidebar{float:left;  width:20%; font-size:12px;}
#footer{float:right; padding-top:10px; width:80%}


/* Define heading fonts */
h1, h2, h3{font-family:verdana, tahoma, arial, helvetica, sans-serif;
	 font-weight:normal}

/* Define heading font sizes*/
h1{font-size: 24px}
h2{font-size: 16px; font-weight:bold;}
h3{font-size: 14px; font-weight:bold}

/* Define paragraph font */
p{font-family: "Helvetica", sans-serif;
  font-weight: normal;
  font-size:   12px; line-height:1.4}

li{line-height:1.4;}

/* Define link font */
a:link{font-family:"Helvetica", sans-serif; font-weight:bold; font-size: 12px; text-decoration:none; color:#022F55}
a:visited{font-family:"Helvetica", sans-serif; font-weight:bold; font-size: 12px; text-decoration:none; color:#2d73b9}
a:hover{font-family:"Helvetica", sans-serif; font-weight:bold; font-size: 12px; text-decoration:none; color:#2d73b9}

/* CSS to define the dynamic menus. Modified from code @ www.dynamicdrive.com */

.applemenu{
margin: 5px 0;
padding: 0;
width: 450px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
}

.applemenu div.silverheader a{
/*background: black url(silvergradient.gif) repeat-x center left;*/
background:none;
font: bold 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color:#022F55
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color:#2d73b9;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
/*background-image: url(silvergradientover.gif);*/
color::#2d73b9 ;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}