body
{
	height:100%;
	background-image:url(../images/border.png);
	background-repeat:repeat-y;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1
{
	font-weight:bold;
	font-size:12px;
}
a
{
	font-weight:bold;
	color:#005A00;
	text-decoration: none;
}
a:hover
{
	color:#FF0000;
	text-decoration:underline;
}
.alert
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #FF0000;
}
.link_bar
{
	/* 200px width */
	width:194px;
	padding:2px; 
	height:auto;
	background-color:#9CBEBF;
	border:#000000 solid 1px;
}
.body_container
{
	width:770px;
	width:100%;
	text-align:center; /* aligns for old ie versions */
}
.body_wrapper
{
	width: 750px; /* must equal total width of all child object */
	margin:0 auto;
	text-align: left;
}
.info_bg
{
	width:748px;
	height:15px;
	padding: 2px;
	background:#9CBEBF;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}
.info_left
{
	float: left;
	font-weight:bold;
	color:#FFFFFF;
	size:10px;
}
.info_right
{
	float:right;
}
.logo
{
	width:750px;
	height:81px;
}
.left_bar
{
	width:146px;
	padding:2px;
	float:left;
	background-color:#CAFFCA;
	border:#005A00 solid 1px;
	font-size:10px;
	height:100%;
}
