/*   $LastChangedRevision: 5 $ */
/*   $HeadURL: http://svn.jasonantman.com/mpac-site/css/main.css $ */

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {
	margin:0;padding:0;
} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap
{
	background-color: #E5FFFF;
	height: 100%;
}

body > #wrap
{
	height: auto;
	min-height: 100%;
}

#main
{
	padding-bottom: 50px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
} 

/* CLEAR FIX*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

/* xxxxxxxxxxxxxx */

#logoCorner
{
	width: 20%;
	float: left;
	text-align: center;
}

#titleBar
{
	float: right;
	width: 80%;
	text-align: center;
}

#titleBar h1
{
	font-size: 2em;
}

#titleBar h2
{
	font-size: 1.2em;
}

#leftNav
{
	width: 19%;
	float: left;
	padding-top: 2em;
	padding-left: 1%;
}

#content
{
	float: right;
	width: 79%;
}

.caption
{
	font-style: italic;
}

.clearing
{
	clear: both;
}

#foot
{
	text-align: center;
	font-size: .8em;
}










table.mainTable
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: #E5FFFF;
	margin-bottom: 0px;
}

table.mainTable th
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #E5FFFF;
}

table.mainTable td
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #E5FFFF;
}

table.minorTable
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dotted dotted dotted dotted;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: #E5FFFF;
	margin-bottom: 0px;
}

table.minorTable th
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: black black black black;
	background-color: #E5FFFF;
}

table.minorTable td
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: black black black black;
	background-color: #E5FFFF;
}


table.minorTableCenter
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dotted dotted dotted dotted;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: #E5FFFF;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

table.minorTableCenter th
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: black black black black;
	background-color: #E5FFFF;
}

table.minorTableCenter td
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: black black black black;
	background-color: #E5FFFF;
}


table.minorTableWide
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dotted dotted dotted dotted;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: #E5FFFF;
	margin-bottom: 0px;
	width: 100%;
}

table.minorTableWide th
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: black black black black;
	background-color: #E5FFFF;
}

table.minorTableWide td
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: black black black black;
	background-color: #E5FFFF;
}

p.history
{
	margin-left: 1em;
	margin-right: 2em;
	margin-top: 1em;
	text-align: justify;
	text-indent: 1.5em;
}

p.normal
{
	margin-left: 1em;
	margin-right: 2em;
	text-indent: 1.5em;
}

ul.normal
{
	padding-top: 2em;
	margin-left: 2em;
}

.newsdate
{
	margin-left: 1em;
	margin-bottom: .5em;
	font-weight: bold;
}

.newsitem
{
	margin-left: 1em;
	margin-right: 2em;
	margin-top: 0em;
	text-align: justify;
	text-indent: 1.5em;
}