body { background-color:#7E7E7E;
height: 1%;
 }
 
A:link, A:visited, A:active { text-decoration: none;
}

img {
border: none;
}

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

.applemenu div.silverheader a{
background: black url(silvergradient.gif) repeat-x center left;
font: normal 10px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
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: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(silvergradientover.gif);
color: white;
}

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

.topbar {
background-image: url(pix/topbar.jpg);
background-position: left;
background-repeat: no-repeat;
width: 65%;
height: 100px;
padding: 0px;
margin: 0px;
float: right;
z-index: 3;

}



.container{
	
margin-bottom: 0px;
padding: 10px;
background-color: #ffffff;
display: block;
position: absolute; 
left: 5%;
right: 5%;
top: 0px;
width: 90%;
border: 0px solid #9A9A9A;
height: auto;
z-index: 0;
}

.menu{
padding: 0px;
padding-right: 10px;
padding-top: 10px;
top: 147px;
color: white;
display: block;
float: left;
width: 161px;
border: 0px solid #9A9A9A;
height: 100%;
z-index: 2;
position: absolute;

}

.header{
 background-color:#FFFFFF;
margin: 5px 0px;
display: block;
position: relative;
width: auto;
height: 100px;
border: 0px solid #000000;
padding-bottom: 5px;
}

.topnavbar{
background: black url(silvergradient.gif) repeat-x center left;
font: normal 10px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
margin: 0px 0px;
margin-bottom: 10px;
padding: 0px;
padding-top: 0px;
padding-bottom: 0px;
color: white;
display: block;
position: relative;
width: 100%;
height: 21px;
border: 0px solid #9A9A9A ;
}

.navbutton{
background: black url(silvergradient.gif) repeat-x center left;
font: normal 10px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
margin: 0px 0px;
color: white;
display: block;
float: left;
height: 16px;
width: 18%;
padding: 1px;
vertical-align: middle;
padding-left: 8px;
padding-top: 4px;

text-decoration: none;
border: 0px solid #9A9A9A;
}

div.navbutton:hover{
background-image: url(silvergradientover.gif);

}

div.navbutton a, a:visited, div.navbutton a:active{
color: white;
cursor: hand;
}
.navbuttonpad{
font: normal 10px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
vertical-align: middle;
margin: 0px 0px;
padding:0px;
color: white;
display: block;
float:left;
height: 15px;
width: 12%;
border: 0px solid #9A9A9A;

}


.content{
font: 12px Verdana;	
color: black;
display: block;
border: 0px solid #9A9A9A;
padding-left: 190px;
position: absolute;
width: auto;
top: 147px;
padding-top: 10px;
float: right;
height: auto;
z-index: 1;
background-color: #FFFFFF;
margin-left: -10px;
padding-right: 10px;
}

.right_links{
background: #dcdcdc;
font: normal 10px Verdana;	
padding: 10px;
color: black;
display: block;
float:right;
width:120px;
height: auto;
border: 1px solid #9A9A9A;
margin-left: 10px;
margin-bottom: 10px; 
}

.right_content{
margin: 0px 0px;
padding: 8px;
color: white;
display: block;
float:right;
border: 0px solid #9A9A9A;
}

.left_content{
margin: 0px 0px;
padding: 10px;
color: white;
display: block;
float:left;
border: 0px solid #9A9A9A;
}

.footer{
background: #dcdcdc;	
	font: normal 10px Verdana;	
margin: 5px 5px;
padding: 10px;
display: block;
float:left;
width: auto;
border: 1px solid #9A9A9A;
}
div.footer a, a:visited, div.navbutton a:active{
color: black;

