body{ 
	margin: 0px;
	padding: 0px;
	font-family: verdana, tahoma, arial, Sans-serif;
	color: #000000;
	background-color: #ffffff; 
	font-size: 12px;
	background: url('img/bg.gif');
	background-repeat: repeat-x;

}
a {
	color: #008DDA;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
	color: #71C9F5;
}
#navleft {
	background: url('img/leftnavbg.gif');
	background-repeat: no-repeat;
	background-color: #E5F6FF;
	border: 3px solid #ffffff;
	padding: 10px;
	
	
}
#nav {
	background: url('img/navbg.gif');	
	height: 28px;
}
#nav a {
	color: #ffffff;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#nav a:hover {
	background-color: #4CBBD9;
}
#bc {
	background: url('img/bcbackground.gif');
	background-repeat: no-repeat;
	background-color: #B5E0FF;
	border-bottom: 1px solid #3894C0;
	margin-top: 1px;
	padding: 20px;
	font-size: 11px;
	
}
#search {
	background: url('img/searchbg.gif');
	background-repeat: no-repeat;
	background-color: #EFF9FF;
	padding: 10px;	
	border: 1px solid #ffffff;
}
form {
	margin: 0px;
	padding: 0px;
	
}	
input {
	font-family: Verdana, Sans-serif;
	border: 1px solid #3488B9;
	padding: 2px;
}	
.submit {
	background-color: #3489BA;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	margin-top: 1px;
	border: 1px outset #1F5474; 	
}
.navheading {
	color: #134462;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;	
}
#navtop {
	background: url('img/navtop.gif');	
	width: 100%;
	height: 19px;
}
#content {
	padding: 30px;
	border-right: 1px solid #E6F5FF;
	width: 547px;	
}
h1 {
	font-weight: normal;
	font-size: 16px;
	font-weight: bold;

	color: #5F5F5F;
}
#abn {
	float: right;
	margin: 20px;
	background-color: #ffffff;
	font-weight: bold;
	color: #2E7AB0;
	border: 1px solid #B6E0F8;
	padding: 2px;	
}
hr {
	border: 0px;
	border-bottom: 1px solid #B5E0FF;	
}
ul {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;	
}
li { 
	padding: 2px;	
}
#footer {
	padding: 10px;
	background-color: #EFF9FF;
	text-align: center;
	border-top: 0px solid #3894C0;
	margin-top: 0px;
	font-size: 10px;
}