BODY {
	background-color: #ffffff;
	margin: 10px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
}
h1 {font-size: 130%;
	color: #003366;}
h2 { 
	color: #ffffff;
	background-color: #8C8C8C; 
	font-size: 130%;
	text-align: center;
	margin-bottom: 0px;
	padding:2px;}
	/*Links*/
	a {color: #6F709D;}
	a:hover{color: #F0AF00;}
	a.land{color: #003366;}
	a.land:hover{color: #003366;}
#top {
		width:100%;
	height: 57px;
	background-color: #003366;
	border-bottom: solid 3px #F0AF00;
}
.main, mainbtm {
		background-color: #ffffff;
		border: 1px dashed #8DA4BB;
	margin-left: 10px;
	margin-top: 8px;	
	padding: 20px;
	padding-top: 5px;
	width: 560px;
	text-align:left;}
	
				/*IE Hack to get rid of 3 pixels IE seems to create*/
			/* Hide from IE5-mac. Only IE-win sees this. \*/ 
			* html .main, .mainbtm {
					width: 600px;}  
			/* End hide from IE5/mac */
			
			.mainbtm {
				border:none;
				margin-top: 10px;}
	.copyrightlaunch{
		color: #4B6279;
		font-size:70%;}
.help{
	padding: 10px;	
	border-top:none;}
.line{
	border-top: 1px dashed #8C8C8C; 
	margin-bottom:10px;
	margin-top:10px;}
.centerthis{text-align: center;}
.leftalign{
	text-align: left;	}
.color{color: #000000;}
	ul{list-style-image: url(../images/interface/bullet.gif);}
