/*******************************************************/
/* Global.css                                          */
/*******************************************************/
html {
	height: 100%;
	width: 100%; 
}

body {
	height: 100%;
	width: 100%; 
	margin: 0;
	padding: 0;
	background-color:#03305A;
}

a:link{
	color: #FFF;
}

a:hover{
	color: #FFF;
}

#pageContent{
	min-width: 990px;
	min-height: 640px;
	width: 100%;
	height: 100%;
	/* IE6 width  */
	width: expression(Math.max((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth) - 0, 990)+'px');
	height: expression(Math.max((document.documentElement ? document.documentElement.clientHeight : document.body.clientHeight) - 0, 640)+'px');
}

#pageContent,object#flash_holder {
	min-width: 990px;
	min-height: 640px;
}

.altContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66CCFF;
	width: 450px;
}
