
body {
	font-family: Arial;
	
	font-size:  14px;
	padding: 0px;
	color: #606060;
	background-color:#ffffff;
	margin-top: 0px;
	  		scrollbar-3d-light-color:#ecf6ff;
         scrollbar-arrow-color:#007ecd;
         scrollbar-base-color:#007ecd;
         scrollbar-dark-shadow-color:#007ecd;
         scrollbar-face-color:#ecf6ff;
         scrollbar-highlight-color:#939598;
         scrollbar-shadow-color:#007ecd;
         scrollbar-Track-Color:#97cbfb;
	}
	
	/**************************************************************
	Links should always be used in the following order. 
***************************************************************/
a { color: #007ecd; font-family: arial;	font-size:11px; text-decoration: underline; }  
a:link { color: #007ecd; font-family: arial; font-size:11px; } 
a:hover { color: #007ecd; font-family: arial; font-size:11px; text-decoration: none; } 
a:active { color: #007ecd; font-family: arial; font-size:11px; text-decoration: none; } 
h1{
	color: #007ecd; 
	font-family: arial; 
	font-size:18px; 
}
#wrap {
  position : absolute;
   width : 800px;  
   left : 50%;
   margin-left : -400px;
   margin-top : 10px;			
	padding: 0px;
	background: #fffffff;
	background: url(../images/wrap_bg.gif) 0 0;	
	background-repeat: repeat-y;	
	
}
#footer{
	width: 800px;
	height: 15px;
	font-family: Arial;	
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	border-top-style: solid;
	border-color: #ffffff;
	background-color: #97cbfb;
	clear: both;
}
#body_content{
	width: 610px;
	text-align: left;
	margin: 0px;
	padding: 10px;
	
	float: left;
	clear: right;
	z-index: 10000;
}
#body_content img{
	border: 1px solid #007ecd;	
	margin: 5px;
	}
#global_nav{
	width: 800px;
	height: 27px;
	background: url(../images/nav_bg.gif) 0 0;	
	background-repeat: repeat-x;	
	z-index: 10000;
}
#global_nav ul{	
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#global_nav ul li{
	float: left;
	display: block;
	margin: 0 5px 0 5px;
}
#left_nav{	
	float: left;
	clear: left;
	width: 162px;
	padding: 2px;
	margin: 0px;
}
#left_nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;	
	width: 158px;
}
#left_nav ul li{
	width: 158px;
	padding: 0px;
	margin: 0px;
}
#flashOverlay{
	position:absolute; 
	left:0; 
	top:0; 
	background: transparent;
	z-index: auto;
	
}