html {
	height: 100%;
	overflow: auto;
	margin: auto;
}

#flashcontent {
	min-height:600px;
	height: 100%;
	margin: 0;
}

body {
	width:100%;
	height:100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background-color: #fff;
	margin:0;
	padding:0;
}
img {
    border: 0;
}
#header {
	text-align: left;
	padding: 5px 0 0 35px;
}                                       
div.frame{
	width: 1038px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
}                    

/* Link styles */

A:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #657b1a;
}

A:active {
	text-decoration: underline; 
	color: #657b1a;
}

A:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #657b1a;
}

A:hover {
	text-decoration: underline; 
	color: #657b1a;
}