html {
	height: 100%;
	overflow: hidden;
}

a,#flashcontent {
	outline: none;

}
	
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

div#bgPic  {
	margin: auto;
	width: 900px;
	height: 520px;
	border-width: 1px;
	border-color: #1674BC;	
	padding: 0 0 0 0;
	
	background-repeat:no-repeat;
	background-position: bottom right;
}

div#leSpacer  {
	float: left;
	margin-right: 451px;
	background-color: #f03;
	width: 214px;
	height: 140px;
}

#leftCol  {
	float: left;	
	width: 350px;
	height: 140px;
	padding-left: 15px;		
}

#rightCol {
	float: right; 
	width: 215px;
	padding-right: 20px;
}

div#box {
	float: left;	
	margin-top: 0;
	background-color: #807C70;
	width: 214px;
	height: 160px;
	
	color: #EDE7D0;
}

div#teaser {
	float: left;	
	margin-top: 0;	
	width: 214px;
	height: 120px;	
}

.box2  {
	float: left;	
	margin-top: 1px;
	background-color: #ED145B;
	width: 214px;
	height: 35px;
	
	color: #EDE7D0;	
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.boxdummy  {
	float: left;	
	margin-top: 1px;
	background-color: #ED145B;
	width: 214px;
	height: 10px;	
}

.box3  {
	float: left;	
	margin-top: 1px;
	background-color: #e02121;
	width: 280px;
	height: 50px;
	
	color: #EDE7D0;
}


div#ftr {
	float: left;
	text-align: right;
	color: #807C70;
	width: 645px;	
	margin-top:3px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 10px;
}

h2 {
	margin-top: 2px;
	font-size: 12px;
	font-weight: normal;	
}

h1,h2,p {
	margin-bottom: 0px;
	padding-left: 10px;
	text-align: left;	
}

p {
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 13px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

p.links {
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	line-height: 15px;
}

div#footer  {
	float: right;	
	margin-top: 25px;
	
	width: 160px;
	height: 16px;
	
	color: #EDE7D0;	
	font-family: Arial, sans-serif;	
}

div#footer a {
	background: #ccc;
	color: #fff;
	padding: 0px 5px 0px 5px;
	font-size: 8px;
	margin-right: 5px;
	margin-left: 1px;	
}

div#footer a:hover, div#footer a.slctd {
	background: #666;
	color: #fff;		
	margin-right: 5px;	
	text-decoration:none;	
}

a {color: #EDE7D0;text-decoration:none;}
a:hover{text-decoration:underline;}

#content{	
	width: 900px;
	padding-top: 150px;	 /*265*/	
}

table {height: 100%; width: 100%;}
.vertSpacer {
	float: left;
	width: 200px;
	height: 229px;
}