a
{
	text-decoration: underline;
	
}

a:link { color: #003366; }
a:visited { color: #003366; }
a:hover { color: #003366; }
a:active { color: #003366; }

html, body
{

height:100%;
}

body
{
	margin: 0;
	padding:0;
	color: #333333;
	background: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
	text-align:center;
	
}

#container
{
text-align:left;
margin:0 auto;
 padding: 0; 
 width: 800px; 
 background:white;
}

#banner
{
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;

	text-align: left;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	height: 120px;


	width:800px;

}

h1
{
font-size:large;
color:#993333;
font-weight:bold;
margin:10px 0pt 0px 130px;
}

#text
{
margin:10px 0 0px 130px;
padding:0 0 0px 0;
width:550px;
}