	<style type="text/css">
	html{
		height:100%;
	}
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.8em;
		margin:0px;
		padding:0px;
		background-color:#330066;
		height:100%;
		text-align:center;
	}
#disclaim { font-size:9px; line-height:1em; }
p { line-height:1.5em; }

.clear{
		clear:both;
	}
	
	#mainContainer{ background-color: #330066; 
	}
#mainContent { width:760px; text-align:center; background-color: #FFF; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; }
#Content { text-align: left; margin-top: 0px; margin-right: auto; margin-bottom: auto; margin-left: 0px; padding: 10px; }
	
/*#topBar{
		width:760px;
		height:100px;
		background-image:url(images/logo_top_bk.gif);
		background-repeat: repeat-x;
	}
*/
	.text{
		font-size:0.7em;
		text-align: center;
	}
	
	#leftMenu{
		width:120px;
		padding-left:5px;
		padding-right:5px;
		float:left;
		font-color:#330066;

	}

	#textsmall{
		font-size:0.7em;
	}
	
#states { background-color: #FFF; text-align: left;}
#states ul { list-style-type: none; display: block; width: 740px; background-color: #FFF; padding-right: 20px; padding-left: 20px; }

#states li { float:right; height: 2em; width: 150px;
  }

#states a { color:black; font-weight:bold; text-decoration: none;
  }

#states a.hover { color: #FFC; font-weight:bold; text-decoration: none;
  }

