/*
Styles are organized aplphabetically within the page section in which they occur
Page sections are as follows:
	HEADER - The banner across the top of the page
	NAVIGATION - The lefthand navigation, including popup menus
	CONTENT - Main content area of the page
	ANNOUNCEMENTS - Home page annoumcements section (on right side of page)
*/ 

body {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	}

p, ul, ol, .footer,  .left-links, .left-text,  .link, .Head, .head2, .header, .headerB, .text 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
/****** HEADER Section styles ******/
 
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	padding-left: 10px;
	}
.headerB {
	font-size: 15px;
	color: #666666;
	font-weight: 900;
	}	

/****** NAVIGATION Section styles ******/

.left-links {
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	padding-right: 8px;
	font-weight: bold;
	}

.left-text {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-align: center;
	}

.left-links a:link {
	color: #000066;
	font-decoration: underline;
	}

.left-links a:visited	{
	color: #630000;
	text-decoration: underline;
	}

.left-links a:hover {
	color: #630000;
	text-decoration: none;
	}

.left-links a:visited:hover {
	color #630000
	text-decoration: none;
	}
	
/****** CONTENT Section styles ******/

.Head {
	font-size: 13.5pt;
	color: #000066;
	font-weight: bold;
	text-align: center;
	}

.head2 {
	color: #990000;
	font-weight: bold;
	font-size: 15 px;
	text-align: left;
	padding-left: 8px;
	margin-top: 6px;
	}
.head2 a:link {
	color: #000066;
	font-decoration: underline;
	}

.head2 a:visited	{
	color: #630000;
	text-decoration: underline;
	}

.head2 a:hover {
	color: #630000;
	text-decoration: none;
	}

.head2 a:visited:hover {
	color #630000
	text-decoration: none;
	}
	
	
.head3 {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	padding-left: 8px;
	}
.head3 p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}	
	
.text {	
	color: #000000;
	font-size: 13px;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	}
.text p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.text a:link {
	color: #000066;
	font-decoration: underline;
	font-weight: bold;
	}

.text a:visited	{
	color: #630000;
	text-decoration: underline;
	font-weight: bold;
	}

.text a:hover {
	color: #630000;
	text-decoration: none;
	font-weight: bold;
	}

.text a:visited:hover {
	color #630000
	text-decoration: none;
	font-weight: bold;
	}
	
ul {

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	line-height: 14pt;
	}
			
.footer {
	font-size: 11px;
	color: #666;
	line-height: 15px;
	}		