@charset "utf-8";

body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: "Times New Roman", Times, serif;
background-color: #3062c4;
background-image: url(images/background.jpg);
}

b{font-size: 110%;}
em{color: red;}

#topad{
width: 500px;
margin: 20px auto 0px auto;
}
#leftad{
float:left;
padding-top:280px;
}
#rightad{
float:right;
padding-top:280px;
}

#secondarycontainer{
width:1190px;
margin:auto;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 20px auto 0px auto; /*Center container on page*/
background-color:#FFFFFF;
}

#topsection{
height: 210px; /*Height of top section*/
background-image: url(images/background.jpg);
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentwrapper h1 {
	color:#3062c4;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #FFFFFF;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #000000;
text-align: left;
padding: 4px 0;
border:thick;
background-image: url(images/footerbg.jpg);
}

#footer a{
color:#000066;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

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

.applemenu div.silverheader a{
background: black url(silvergradient.gif) repeat-x center left;
font: normal 12px 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: 5px;
height: 350px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
/*End of Apple Menu*/
