/* CSS Document */
p
{
	margin-top:12px;
	margin-bottom:10px;
}
h1
{
	color:#33668D;
	font-size:22px;
	vertical-align:bottom;
}
h5
{
	color:#67BFC7;
	font-size:12px;
}
body
{
	margin-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: justify;
}
.img_border
{
	border-style:solid;
	border-width:4px;
	border-color:#E2E4E5;
}
/* Left hand side menu */
#lhs_menu
{
	font-size:12px;
	text-align:left;
	color:#5A6068;
	vertical-align:top;
}
#lhs_menu a
{
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	color:#5A6068;
}

#lhs_menu a:hover
{
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	color:#0B356E;
}
#lhs_menu a:active
{
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	color:#0B356E;
}

	
ul.AspNet-Menu li
{

	margin-left: 10px;
	line-height:22px;
	list-style-image:url(/images/list.gif);	
	background-image:url(/images/navsep.gif);
	background-repeat:no-repeat;

}

/* -------------------- */

#main
{
	vertical-align:top;
	color:#676767;
}
#main a
{
	vertical-align:top;
	color:#345B77;
	text-decoration:none;
	
}
#main a:hover
{
	vertical-align:top;
	color:#345B77;
	text-decoration:underline;

}
#logo
{
	width: 279px;
	height: 267px;
}
#banner
{
	background-image:url(/Images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 643px;
	height:267px;
}
#topmenu
{
	font-family:"Arial Narrow";
	font-size:15px;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	text-shadow:Black;
}
#lhs
{
	
	width: 279px;
	height: 400px;
	color:#176B73;
	vertical-align:top;
}
#lhs a
{
	color:#176B73;
	text-decoration:none;
	line-height:20px;
	
}
#lhs a:hover, a:vistied
{
	color:#143B57;
	text-decoration:none;
	

}
#footer
{
	background-image:url(/Images/footer.gif);
	background-position:top;
	background-repeat: no-repeat;
	height:50px;
	text-align: left;
	vertical-align:top;
}
#footer a
{
	font-weight:bold;
	text-decoration:none;
	color:#436D8B;
	line-height: 22px;
}
#footer a:hover
{
	font-weight:bold;
	text-decoration:underline;
	color:#436D8B;
	line-height: 22px;
}

.info-message
{
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	color: Green;
	background-color: #dddddd;
	font-size: 11px;
}

#title
{
	text-align: center;
	font-weight: bold;
	color: InfoText;
	font-size: 13px;
	margin-bottom: 8px;
}

.title_edit
{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin-left: 3px;
	color: #3F5173;
}