a:link, a:visited{
	color: #446666;
	text-decoration: none;
}

a:hover, a:active{
	color: #444444;
	text-decoration: underline;
}

.ahead, .bhead{
	font-family: arial;
	font-size: 12px;
	color: #555555;
}

.ahead{
	background: url("underline1.jpg");
	background-repeat: no-repeat;	
}

.bhead{
	color: #555555;
	font-weight: bold;
	background: url("underline2.jpg");
	background-repeat: no-repeat;
	padding: 10px;
}

.abody{
	font-family: arial;
	font-size: 12px;
	color: #444444;
}

.box{
	border: 1px solid #444444;
	opacity:1.0; /* css standard */
	filter:alpha(opacity=100); /* IE patch */
	width: 170px;
}

.widebox{
	border: 1px solid #aaaaaa;
	opacity:1.0; /* css standard */
	filter:alpha(opacity=100); /* IE patch */
	width: 500px;
}

.iconDiv{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body{
	font-family: arial, verdana;
	font-family: courier;
	background: url("slash.png");
	text-align: center;
	background-attachment: fixed;
}

.centeredDiv{
	padding-top: 150px;
	padding-bottom: 100px;
	background: url("header.jpg");
	background-repeat: no-repeat;
	width: 900px;
	border: 1px solid #444444;
}

#centered{
  	position: relative;
  	top: 0;
  	margin: 0 auto;
  	width: 900px;
  	text-align: left;
	background-color: #ffffff;
	margin-top: 50px;
}

h2{
	font-size: 24px;
	padding-bottom: 8px;
	margin-top:5px;
	margin-bottom: 5px;
	background: url("underline1.jpg");
	background-repeat: no-repeat;	
}

h3{
	font-size: 16px;
	padding: 0px;
	margin-top:5px;
	margin-bottom: 5px;
}

.leftContent h3{
	font-size: 16px;
	padding: 0px;
	margin-top:5px;
	margin-bottom: 5px;
	font-family: arial;
}

.searchbox{
	border: 0px;
	width: 120px;
	padding: 5px;
	background: url("input.jpg");
	background-repeat: no-repeat;
	font-family: courier;
	font-weight: bold;
	position: absolute;
	top: 45px;
	left: 700px;
}

input.btn{
	padding: 5px 5px 5px 5px;
	justify: left;
	border: 0px;
	margin: 5px;
	color: #000000;
	background: url("search.jpg") no-repeat top;
	position: absolute;
	top: 38px;
	left: 825px;
}

.links{
	position: absolute;
	top: 105px;
	left: 300px;
}

.mainpage{
	border: 0px solid #222222;
	position: absolute;
	width: 600px;
	height: 100px;
	top: 0px;
	left: 0px;
	cursor:hand;
}

.blocker{
	text-align: justify;
}

.leftContent{
	font-family: arial;
}
