﻿body {
	margin: 0px;
	background-image: url('images/back-solid.jpg');
	background-attachment: fixed;
	color: black;
}

.leftcol {
	width: 780px;
	background: #B5B092;
	vertical-align: top;
}
	
.rightcol {
	width: 120px;
	background-image: url('images/back-lines.jpg');
	vertical-align: top;
}

.sideleft {
	width: 140px;
	background-image: url('images/side-left.jpg');
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: white;
}
	
.main {
	width: 532px;
	background: white;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.sideright {
	width: 40px;
	background-image: url('images/side-right.jpg');
	vertical-align: top;
}

.info {
	border-bottom: 1px solid #CCCCCC;
}

.footer {
	width: 780px;
	height: 70px;
	background-image: url('images/footer.jpg');
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 120px;
	text-align: center;
	color: white;
}

.np {
	width: 780px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 120px;
	text-align: center;
	color: black;
}

.boxhead {
	background-color: #696E67;
	color: white;
	padding: 3px;
	padding-left: 5px;
	font-weight: bold;
}

.box {
	color: #000000;
	padding: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}

a {
	color: #000099;
}

a:hover {
	color: #000099;
	font-weight: bold;
}

a.white, a.white:hover {
	color: white;
	text-decoration: none;
}

a.black, a.black:hover {
	color: black;
	text-decoration: none;
}