﻿
@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
}

#container {
	width: 870px;
	margin: 20px auto 0 auto;
	padding: 0px;
}

#masthead {
	position: relative;
	width: 870px;
	height: 140px;
}

#top_left {
	background: url('../images/logobox.jpg') no-repeat;
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 140px;
}

#header {
	background: url('../images/header.jpg') no-repeat;
	margin-left: 170px;
	height: 140px;
}

#subContainer {
	position: relative;
	width: 870px;
	margin: 0 auto;
	padding: 0px
}

#left_col {
	background: url('../images/navbar.jpg') repeat;
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	font-size: x-small;
}

#page_content {
	padding: 4px 8px 8px 8px;
	margin-left: 170px;
	background: #FFFFFF;
}

#footer {
	font-size: x-small;
	text-align: center;
}
h2 {
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-large;
	color: #CC9900;
}
h3 {
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: large;
	color: #0066CC;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}
