﻿/* This CSS file is for use with all One 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#mainColumn {
	margin: 0em 0em 0em 0em;
	padding: 0em auto 0em auto;
	width: auto;
}

div#mainColumn p {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
}

div#mainColumn h1 {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
}

div#mainColumn h2 {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
}

div#mainColumn h3 {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
}

div#mainColumn h4 {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
}

div#mainColumn hr {
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;	
}

div#mainColumn .pic {
	float: right;
	text-align: center;
	font-size: small;
	color: gray;
}

div#content {
	margin-top: 40px;
}

div#content ul {
	margin: 0em 0em 1em 0em;
}

div#content li {
	margin: 0em 0em 0em 3em;
}

div#midContent {
	margin: 0em 0em 1em 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;
}
