body
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : #ff9900;
	margin-left : 75px;
	margin-right : 10px;
	margin-top : 20px;
	margin-bottom : 10px;
	padding : 0px;
}

a
{
	color : #000066;
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;
}

#mainBody
{
	position : relative;
	top : auto;
	left : auto;
	width : 580px;
	background-color : #ffcc99;
	background-image : url(../i/bkgLeftbar.gif);
	background-repeat : repeat-y;
	border : 1px solid #660000;
}

#logo
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 130px;
	height : 77px;
	z-index : 300;
}

#logo img
{
	position : relative;
	width : 130px;
	height : 77px;
	border : 0px;
}

#bkgMenu
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	height : 26px;
	background-color : #660000;
	z-index : 100;
}

#tagline
{
	position : absolute;
	top : 25px;
	left : 0px;
	width : 100%;
	height : 51px;
	background-color : #ffaa44;
	border-bottom : 1px solid #660000;
	font-size : 8pt;
	line-height : 10pt;
	font-weight : bold;
	color : #663300;
	font-style : italic;
	z-index : 50;
}

#tagline p
{
	margin-top : 12px;
	padding-left : 135px;
}

#subtag
{
	font-size : 8pt;
	font-weight : normal;
	color : #cc7700;
}

#content
{
	position : relative;
	margin-left : 140px;
	margin-right : 12px;
	margin-top : 87px;
	margin-bottom : 12px;
}

h1
{	
	font-size : 14pt;
	color : #660000;
}

#footer
{
	position : relative;
	width : 580px;
	margin-left : 140px;
	font-size : 8pt;
	color : #ffcc99;
}


