html {
		height: 100%;
		overflow: hidden;
	}
	
#flashcontent {
		height: 100%;
	}
	/* end hide */

body {
		font-size:small;font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
		font-size:10px;
		color:#FFFFFF;
		height: 100%;
		margin: 0;
		padding: 0;
		background-color:#007FB2;
	}
	
a:link {color:#ffffff; text-decoration: none;}
a:visited {color:#ffffff;}
a:hover {color:#7abbd4; text-decoration:none;}
	
	
#footer{ font-family:Arial, Helvetica, sans-serif; font-size:9px; text-align:center; color:#7abbd4;}	
#footer a:link {color:#7abbd4; text-decoration: none;}
#footer a:visited {color:#7abbd4;}
#footer a:hover {color:#ffffff; text-decoration:none;}
	
#mydiv {
position:absolute;
top: 50%;
left: 50%;
width:500px;
height:440px;
/*background-color:#FFFFFF;*/
margin-top:-200px; /*set to a negative number 1/2 of your height*/
margin-left: -250px; /*set to a negative number 1/2 of your width*/
padding:20px;
}

#top{ width:180px; float:left;}
#bottom{ width:380px; float:right;}
#bottom a:link {color: #ffffff; text-decoration: none;}
#bottom a:visited {color: #ffffff;}
#bottom a:hover {color: #999999; text-decoration: none;}






#logo{
	width:200px;
	float:left;
}

#description {
	width:300px;
	float:right;
}

#description a:link {color:#1676b3; background-color: #e0e0e0; padding:5px; text-decoration:none;}
#description a:visited {color:#1676b3;  background-color: #e0e0e0;  padding:5px; text-decoration:none;}
#description a:hover {color:#cccccc;  background-color: #e6e6e6;  padding:5px; text-decoration:none;}
/*************************** FORM ****************************************/
#contactFormArea{ clear:both; margin:10px 0 0 10px;}
	fieldset { border:0;margin:0;padding:0; }
	label { display:block; width:100px;}
	input.text,textarea { width:300px;font:12px/12px color:#333;padding:3px;margin:1px 0;border:1px solid #ffffff; }
	input.submit { padding:2px 5px;font:bold 12px/12px;}
	