body
{
	color:				#000000;
	font-family:		sans-serif;
	text-align:			center;
}

body a
{
	color:				#9a0000;
	font-family:		sans-serif;
	font-style:			italic;
	text-decoration:	none;
}

body a:hover
{
	letter-spacing:	0.5px;
}


.mainFrame
{
	height:				100%;
	width:				800px;
	
	border-style: 		none;
	border-spacing:	0px;
	
	margin-left:		auto; 
	margin-right:		auto;
}

.mainFrame .header
{
	height:				80px;
}

.mainFrame .header .logo
{
	vertical-align:	center;
	text-align:			left;
	width:				70%;
	
	border-style: 		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#004500;
}

.mainFrame .header .topMenu
{
	vertical-align:	bottom;
	text-align:			right;
	width:				30%;
	
	font-size:			10pt;
	
	border-style: 		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#004500;
}

.mainFrame .header .topMenu a
{
	color:				#9a0000;
}

.mainFrame .mainBody
{
	vertical-align:	top;
	font-size:			9pt;
	
	padding-top:		10px;
	padding-bottom:	10px;
}

.mainFrame .footer
{
	height:				30px;
	
	border-style: 		solid;
	border-width:		1px 0px 0px 0px;
	border-color:		#004500;
	
	color:				#707070;
	text-align:			center;	
	font-size:			8.5pt;
}

/* --- PAGE STYLES --- */

.page
{
	color:				#000000;
	font-family:		sans-serif;
	font-size:			9pt;
	
	width:				100%;
	height:				100%;
}

.page .category
{
	height:				30px;

	color:				#004500;
	font-family:		sans-serif;
	font-size:			11pt;
	
	font-weight:		bold;
	
	vertical-align:	center;
}

.page .locationIndicator
{
	height:				30px;

	color:				#9a0000;
	font-family:		sans-serif;
	font-size:			9pt;
	
	vertical-align:	center;
}

.page .menu
{
	width:				20%;
	color:				#9a0000;
	
	vertical-align:	top;
}

.page .menu a
{
	color:				#004500;
}


.page .content
{
	vertical-align:			top;
	width:				68%;
}


.page .content .pageHeading
{
	color:				#9a0000;
	font-family:		sans-serif;
	font-size:			15pt;
}

.page .content .sectionHeading
{
	color:				#9a0000;
	font-family:		sans-serif;
	font-size:			10pt;
	font-style:			italic;
}

.page .rightText
{
        width:                          12%;
	vertical-align:			bottom;
	height:				100%;
	padding-bottom:			20px;
}

