body
{
	background-color: #000000;
}

a
{
	color: #EE5500;
	font-weight: bold;
	font-family: Calibri;
	font-size: 14px;
	text-decoration: none;
}

a:visited
{
	color: #EE5500;
	font-weight: bold;
	font-family: Calibri;
	font-size: 14px;
	text-decoration: none;
}

a:hover
{
	color: #DDDDDD;
	font-weight: bold;
	font-family: Calibri;
	font-size: 14px;
	text-decoration: underline;
}

p.regular
{
	margin-left: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Calibri;
	font-size: 14px;
}

p.special
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Calibri;
	font-size: 14px;
}

p.menu
{
	color: #EE5500;
	font-weight: bold;
	font-family: Calibri;
	font-size: 14px;
}

#menu
{
	position: absolute;
	margin-top: 30px;
	margin-left: 15px;
}

table.inner
{
	margin-left: 140px;
}

p.head
{
	color: #FFFFFF;
	font-family: Impact;
	font-style: italic;
	font-size: 28px;
}

img.title
{
	margin-left: 160px;
}

blockquote
{
	margin-left: 2px;
	width: 100%;
    border: solid 1px #999999;
    background: #666666;
    margin: 0px auto;
    padding: 15px;
}

.applemenu
{
	margin: 5px 0;
	padding: 0;
	width: 150px; /*width of menu*/
	border: 1px solid #111111;
}

.applemenu div.silverheader a
{
	background: #000000 repeat-x center left;
	font: normal 12px Calibri;
	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;
	border: 1px solid #111111;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active
{
	color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover
{
	color: white;
}

.applemenu div.submenu
{ /*DIV that contains each sub menu*/
	background: #ededed;
	padding: 5px;
	height: 100px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
