/* CSS Document */
body
{   
    margin:0px;
	padding:0px;
	background: url("images/homebg.gif") repeat-x;
	background-color:#89A269;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h3
{ 
  	font-size:20px; 
  	font-family: Georgia, "Times New Roman", Times, serif; 
  	line-height:18px;
  	color:#801414;
	font-style:normal;
}
img{
    border:0px;
}

#container{
    display: block;
	width: 990px;
	height: 594px;
    clear:both;
}
#left_body{
    display: block;
	width: 604px;
	height: 594px;
    float:left;
}
#topleftimg{
	display:block;
	width: 604px;
	height: 318px;
	background: url("images/home_topleft.jpg") no-repeat;
}
#flasharea{
    display:block;
	padding-left:5px;
	width:590px;
	height:205px;
}
#footerimg{
    display:block;
	width:604px;
	height:56px;
	background: url("images/buildingfuture.gif") no-repeat;
	background-color:#89A269;
}
#right_body{
   display:block;
	width:300px;
	float:left;
	padding-left:10px;
}
#righttop{
    display: black;
	width: 300px;
	height:115px;
}
#logo{ 
    margin-top:20px;
    display:block;
	width:336px;
	height:62px;
	background: url("images/home_logo.gif") no-repeat;
}
#rightmenu{
    margin-top:20px;
	padding-left: 50px;
    display:block;
	width:216px;
	height: 231px;
}
#footer{
    margin-top:80px;
    font-size: 10px;
	color:#E6F0BA;
	clear:both;
}
#footer_text
{   
   padding-top: 5px;
   float:left;
}
#polarlogo
{   
    float:left;
}
#welcome_text{
	position:absolute;
	display:block;
	width:473px;
	height: 115px;
	background: url("images/welcome.gif") no-repeat;
	left: 474px;
	top: -1px;
}
