*
{
	font-family: Arial, Sans-Serif;	
	font-size: 14px;
}

body
{
	background-color: #444444;
	margin: 20px 0px;
	color: #333333;
	
}


DIV.extents
{
	width: 950px;
	border: none 1px red;
	margin: auto;
	
}

DIV.mainContent
{
	border: none 1px blue; 
	margin-left: 250px; 
	padding: 15px;
	background-color: white;
}

P
{
	text-align: justify;
	margin-top: 0px;
}

IMG.hero { vertical-align: bottom; z-index: 0; }

H1
{
	font-weight: normal;
	color: White;
	margin-top: 18px;
	margin-bottom: 8px;
	font-size: 20px;
}

H2
{
	font-weight: bold;
	color: White;
	margin-top: 18px;
	margin-bottom: 8px;
	font-size: 15px;
}

H4
{
	font-weight: bold;
	color: #444444;
	margin-bottom: 8px;
	font-size: 14px;
	margin-top: 0px;
}

H5
{
	font-weight: bold;
	color: #000000;
	margin-bottom: 8px;
	font-size: 12px;
	margin-top: 0px;
}

DIV.submenu
{
	float: left; 
	width: 200px; 
	border: none 1px white; 
	padding-left: 15px;
}

A.submenu
{
	color: White;
	display: block;
	margin-bottom: 3px;
	text-decoration: none;
}

A.submenuOn
{
	color: Yellow;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
	cursor: default;	
}

A.submenu:hover
{
	color: Yellow;
}

A.submenuOn:hover
{
	color: Yellow;
}

DIV.page
{
	
	
}


DIV.content
{
	
	
}

A.menu
{
	margin-left: 12px;
	margin-right: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
		
	padding-top: 8px;
	height: 25px;
	
	display: block;
	float: left;	
}

A.dropmenu
{
	margin-left: 5px;
	margin-right: 5px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
		
	padding-top: 8px;
	height: 22px;
	
	display: block;
	border-bottom: solid 1px #cccccc;
	width: 200px;
}

A.dropmenu:hover
{
	color: Yellow;
}

A.first{ margin-left: 8px; }
A.last { margin-right: 0px; }

A.menu:hover { color: Yellow; }

A
{
	color: Navy;
	text-decoration: none;
}

A:hover
{
	color: Blue;	
	text-decoration: none;
}


TABLE.points TH
{
	text-align: left;
	font-weight: bold;
	vertical-align: top;	
	padding-right: 25px;
	width: 170px;
	padding-bottom: 15px;
}

TABLE.points TD
{
	padding-bottom: 15px;
}
