/* CSS Document */
body
{   
    margin:0px;
	padding:0px;
	background: url("images/mainbg.gif") repeat-x;
	background-color:#4C4733;
 	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;
}

a:link{
    color: #FFFF99;
	text-decoration:underline;
}
a:visited{
    color: #FFFF99;
	text-decoration:underline;
}
a:hover{
    color: #FFCC33;
	text-decoration:underline;
}

#topbar
{   display:block;
    width:970px;
	height:115px;
}
#subpagelogo{
	display:block;
	width:376px;
	height: 115px;
	background: url("images/sub_logo.gif") no-repeat;
	float:left;
}
#container{
    display: block;
	width:1050px;
    clear:both;
}
#left_body{
    float:left;
}

body div#right_body p strong.emph {
	font-size: 1.4em;
}

#leftmenu{
    margin-top:50px;
	padding-left: 30px;
    display:block;
	width:182px;
	height:229px;
	float:left;
}
#right_body{
    z-index: 200;
	position:relative;
    margin-top:20px;
	margin-bottom:20px;
    display:block;
	width:420px;
	float:left;
	padding-left:30px;
	color:#FFFFFF;
	font-size:11px;
	line-height:18px;
	border-left: 1px solid #89A269;
}
#right_body2{
    z-index: 200;
	position: absolute;
	top:200px;
    margin-top:0px;
	margin-bottom:0px;
    display:block;
	width:800px;
	float:right;
	padding-left:500px;
	color:#FFFFFF;
	font-size:11px;
	line-height:18px;
	border-left: 1px solid #89A269;
}
#right_bg{
    z-index:10;
	position:absolute;
	left: 665px;
    display: block;
	width:338px;
	height:538px;
	text-align:right;
	float:left;
}

#right_bg img{
     border:1px solid #89A269;    
}
#footer{
    display:block;
	min-width:970px;
	height:73px;
    font-size: 10px;
	color:#E6F0BA;
	background-color:#89A269;
	clear:both;
}
#footerimg{
    display:block;
	width:604px;
	height:73px;
	background: url("images/buildingfuture.gif") no-repeat;
	float:left;
}
#footer_text
{   
   padding-top: 20px;
   width:208px;
   float:left;
}
#polarlogo
{   padding-top: 15px;
    float:left;
}
