﻿/* This CSS file is for use with all Three Column pages */

/* Generic Properties	*/

/* ID Properties */

div#topArea {
	position: relative;
	height: 29px;
	margin: 1em 0em 0em 0em;
}

div#header {
	position: relative;
	margin: 1em 0em 0em 0em;
	padding: 0px 0px 0px 0px;
	height: 120px;
}

div#header .pageArea {
	background-color: navy;
}

div#logo {
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 20px;
	left: 20px;
}

div#leftColumn {
	float: left;
	width: 9em;
}

div#rightColumn {
	float: right;
	width: 11em;
	text-align: center;
}

div#midColumn {
	border-style: none solid none solid;
	border-width: 1px;
	border-color: black;
	margin: 0em 12em 0em 10em;
	padding: 0px 10px 0px 10px;
	width: auto;
}

div#midColumn p {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
}

div#midColumn h1 {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
}

div#midColumn h2 {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
}

div#midColumn h3 {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
}

div#midColumn h4 {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
}

div#midColumn hr {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;	
}

div#midColumn .pic {
	float: right;
	text-align: center;
	font-size: small;
	color: gray;
}

div#midColumn table {
	margin: 0em auto 1em auto;
	padding: 0em 0em 0em 0em;
	width: auto;
	border: 1px solid black;
	border-collapse: collapse;
}

div#midColumn table td{
	margin: 0em 0em 0em 0em;
	padding: 0.5em;
	border: 1px solid black;
}

div#rightColumn p {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
}

div#content {
	margin-top: 40px;
}

div#content ul {
	margin: 0em 0em 1em 0em;
}

div#content li {
	margin: 0em 0em 0.5em 3em;
}

div#leftColumn ul {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

div#leftColumn li {
	margin: 0em 0em 0em 1em;
	padding: 0em 0em 0em 0em;
}


div#midContent {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
}

div#midContent p {
	margin: 0em 0em 10px 0em;
	padding: 0em 0em 0em 0em;
}

/* Class Properties */

ul.sideNav {
	list-style: none;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em !important; 
}

ul.sideNav li {
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 1em 1em !important;
}