@charset "utf-8";
/* CSS Document */

body {
	text-align: justify;
	background-image:url(images/bg2.jpg);
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
}
.altrumbcknd {
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
}

.mainbody {
	min-height: 400px;
	width: 890px;
	background-color:#FFF;
	border: #000 thin solid;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	line-height: 25px;
}
.mainbody img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.mainbody a {
	color:#00F;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}

.mainbody a:hover {
	color:#00F;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}

.toplayer {
	height: 100px;
	width: 900px;
	text-align: left;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
	border: #000 thin solid;
	border-bottom:none;
}

.footer {
	height: 35px;
	width: 890px;
	color: #2B3C7B;
	font-size: 10px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer a {
	color: #2A3B7B;
	text-decoration: none;
	font-weight:bold;
}
.footer a:hover {	
	color: #2A3B7B;
	text-decoration: none;
	font-weight:bold;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.toplayer img {
	padding-left: 280px;
}
.maincontent {
	padding-right: 15px;
	padding-left: 15px;
}
a:link {
	text-decoration: none;
}
.lookup {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #B40F0F;
	color: #B50F0F;
	text-align: center;
}
.mainbody .maincontent h1 a  {
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #B30F0F;
}
.aggrandbkgnd {
	background-image: url(images/bg4.jpg);
	background-repeat: repeat-x;
}
.picmarg {
	padding: 5px;
}
.rightcol {
	float: right;
	width: 400px;
	border: thin solid #990D0F;
	margin: 5px;
	padding: 5px;
}
.rightcolnoborder {
	float: right;
	width: 400px;
	margin: 5px;
	padding: 5px;
}
.leftcol {
	float: left;
	height: 400px;
}
