﻿/* hide from ie on mac \*/
	
	html {
		height: 100%;
}

	#flashcontent {
		height: 500px;
		width: 100%;
}

/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		color: #357db0;
		font-family:sans-serif;
		font: 0.86em/1.01em Arial,Helvetica,sans-serif;
}

	#header {
		background-color: #ffffff;
		background:url(images/head_bg.gif) left top repeat-x;  
		width: 100%;
		height: 120px;
		text-align: left;
		font: 0.91em Arial,Helvetica,sans-serif;
}
	
	#footer {
		background-color: #ffffff;
		width: 100%;
		height: 0px;
		color: #ffffff;
		font: 0.86em Arial,Helvetica,sans-serif;
		text-align: center;
}
	
	a { 
		color:#357db0; 
		text-decoration:none; 
}
	a:hover { 
		text-decoration:underline; 
}
	.link_bullet { 
		background:url(images/marker.gif) no-repeat left 0; 
		padding-left:22px; 
		color:#fff; 
		font-family:Arial,Helvetica,sans-serif; 
		font-size:0.91em;
	 
}
	.link_align { 
		vertical-align:middle; 
}
	.middle {
		border-width: 0px;
}
