body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #c0cbaa;
	text-align: center;	
		
}
.container {
	margin: 0;
	padding: 0;
	border: 0;
	/*width: 90%;*/
	margin: 10px auto;

}
.header {
	width: 100%;
	background: #253775;

	color: white;
	}
.header	a:link {
	color: white;
	text-decoration: none;
}
.header	a:visited {
	color: white;
	text-decoration: none;
}
.header	a:hover {
	color: purple;
	text-decoration: none;
}
.main {

	background: white;
	text-align: left;
	}
.nav {
	width: 317px;
	text-align: top left;
	
	}
	/* hide from ie on mac \*/	
#flashcontent {
		width: 550px;
		height: 680px;
		text-align:center;
}
	/* end hide */ 
	
.footer {
	width: 100%;
	background: white;
	text-align: center;
	}