/* CSS Document */
body
{
	margin:0px 0px 0px 0px;
	/*background-color:#077655;*/
}
#sidebar
{
	background-image:url(../images/sideborder.gif);
	background-repeat:repeat-y;
	width:33px;
}
.white_top_border
{
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
}
.white_bot_border
{
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.white_right_border
{
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
}
.white_left_border
{
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:1px;
}
.green_bot_border
{
	padding-bottom:10px;
	border-bottom-color:#077753;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.green_top_border
{
	padding-top:10px;
	padding-bottom:5px;
	border-top-color:#077753;
	border-top-style:solid;
	border-top-width:1px;
}

#top_menu_blks
{
	background-color:#035841;
	width:21px;
	height:28px;
}
.top_menu
{
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#077655;
}
.top_menu:hover
{
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFF00;
	text-decoration:none;
	background-color:#077655;
}
#hor_menu_blks
{
	background-color:#035841;
	width:22px;
	height:27px;
}

.hor_menu
{
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#077655;
}
.hor_menu2
{
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#077655;
}
.hor_menu:hover
{
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFF00;
	text-decoration:none;
	background-color:#077655;
}
.bot_menu
{
	font:12px Arial, Helvetica, sans-serif;
	color:#003F2C;
	padding:5px 10px 5px 10px;
	text-decoration:none;
}
.bot_menu:hover
{
	font:12px Arial, Helvetica, sans-serif;
	color:#003F2C;
	padding:5px 10px 5px 10px;
	text-decoration:underline;
}
.bot_menu_sep
{
	font:13px Arial, Helvetica, sans-serif;
	color:#003F2C;	
	widows:2px;
}

.left_menu
{
	padding-left:33px;
	background-repeat:no-repeat;
	padding-bottom:15px;
	background-image:url(../images/lm.gif);
}
.left_menu1
{
	padding-left:34px;
	background-repeat:no-repeat;
	padding-bottom:15px;
	background-image:url(../images/lm.gif);
}
#gradient
{
	background-image:url(../images/grdient.gif);
	background-repeat:repeat-x;
	height:8px;
	line-height:13px;
}
.content
{
	font:12px Arial, Helvetica, sans-serif;
	padding-left:25px;
	color:#666666;
}
.copy
{
	font:12px Arial, Helvetica, sans-serif;
	color:#003F2C;
	padding:10px 0px 10px 0px;
	text-align:center;
}

.images{
	padding: 2px;
	border: 1px solid #035841;
	width: 135px;
	height: auto;
	text-align:center;
}

/* This applies to the regular image resizing */
.img { max-height: 101px; max-width: 135px; height:auto; vertical-align: middle;}
/* hack for vertical-align in IE7 */
.img { margin-top: expression(Math.max(0,(101-this.height)/2)+'px');}
.img { margin-top:0px; height:101px; height:expression(101*Math.min(1,((135*this.height)/(101*this.width)))+'px'); }
/*end*/