@charset "UTF-8";
/* CSS Document */

html	{
	height:100%
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #BEDEFD;
	height: 100%;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background: #000000 url(../graphics/bkgd_home.jpg) no-repeat;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#icontainer {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 550px;
	background: #000000 url(../graphics/bkgd_interior.jpg) no-repeat;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

A:link 
{
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}

A:visited 
{
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
	}


A:hover 
{
	color: #00FFFF;
	text-decoration: none;
	font-weight: bold;
	
}

A:active 
{
	color: #00FFFF;
	text-decoration: none;
	font-weight: bold;
	
}

.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 20pt;
	color: #4899EA;
}

.blue
{ 	color: 71c6fc} 
	
.alt 
{ 	font-size: 7pt; 
	line-height: 12pt} 
	
H3 
{ 	font-weight: bold;
	font-size: 11pt; 
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif }

H2 
{ 	font-weight: bold;
	font-size: 12.5pt; 
	line-height: 16pt;
	font-family: Arial, Helvetica, sans-serif }
 		
H1 
{ 	font-weight: bold;
	font-size: 13pt; 
	line-height: 16pt;
	font-family: Arial, Helvetica, sans-serif }
		 
P,OL,DIV,TD,BLOCKQUOTE
{ 	font-size: 8pt; 
	line-height: 15pt;
	font-family: Verdana, Arial, sans-serif } 

UL
{
	font-size: 8pt;
	line-height: 15pt;
	font-family: Verdana, Arial, sans-serif;
	list-style-type: circle;
} 

