﻿/* CSS layout */

body
{
	background-color: #006600;
	background-position: center;
}

h6{
	padding: 0px;
	margin: 0px;
	color: red;
	font-size: small;
}

#master {
	margin:0px auto 0px auto;
	text-align:left;
	width:715px
}

#top_nav {
	position: absolute;
	top: 0px;
	width: 700px;
	height: 170px;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
}
#nav {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	position: absolute;
	top: 170px;
	width: 700px;
	height: 42px;
	background-image: url('images/middle.gif');
	background-repeat: no-repeat;
}
#container {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	position: absolute;
	top: 212px;
	width: 700px;
	background-color: #FFFFFF;
}
#left_col {
	border-style: solid;
	border-width: 1px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #CCFFCC;
	margin-left: 8px;
	margin-top: 10px;
}
#page_content {
	margin-left: 220px;
	height: 757px;
	background-color: #FFFFFF;
}
#footer {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	background-color: #CCFFCC;
	position: absolute;
	top: 940px;
	width: 700px;
	height: 20px;
}

#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	float: left;
}
#nav a {
	background-image: url('images/menu.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	width: 111px;
	height: 36px;
	display: block;
	text-align: center;
	padding-top: 7px;
	color: #000000;
	font-family: "Bookman Old Style";
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 2px;
}
#left_col ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#left_col a {
	background-image: url('images/leftmenu.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	font-family: "Bookman Old Style";
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 4px;
}
#left_col li {
	padding-bottom: 8px;
}
#left_col h2 {
	background-color: #006600;
	text-align: center;
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
}
#page_content h3 {
	background-image: url('images/heading.gif');
	background-repeat: repeat-y;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
#page_content h4 {
	text-decoration: underline;
	font-weight: 600;
	text-transform: uppercase;
}
#footer h5 {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#page_content u {
	text-decoration: underline;
	font-variant: small-caps;
}
