﻿*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body 
{
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
/*	height: 100%; */ /* removed because it was causing the page to stretch too tall in IE6 */
	background-color: #FFFFFF;
}

#page
{
	margin: 10px auto 10px auto;
	min-height: 100%;
	text-align: left;
	width: 770px;
	border-left: solid 1px #003366;
	border-right: solid 1px #003366;
	border-bottom-width: 0;
	border-top-width: 0;
}

* html #page
{
	height: 100%;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
	height: 100%;
	border-top: solid 1px #003366;
}

* html #nonFooter
{
	height: 100%;
}

#header
{
	background-color: #C0C0C0;
	padding: 10px;
	height: 154px;
}

#headerTitle
{
	float: left;
	background-image: url(../images/headerTitle.png);
	border: solid 1px #003366;	
	width: 368px;
	height: 152px;
}

#headerImage
{
	float: right;
	width: 365px;
	height: 154px;
}

#menu
{
	text-align: center;
	background-color: #003366;
	padding: 5px;
	font-weight: bold;
	color: White;
}

#menu a:link
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:visited
{
	font-weight: bold;
	color: White;
	text-decoration: none;
}

#menu a:hover
{
	font-weight: bold;
	color: White;
	text-decoration: underline;
}

#content
{
	padding-bottom: 50px;
	height: 100%;
}

#contentMain
{
	width: 515px;
	margin: 15px 0 15px 15px;
	background-color: #FFFFFF;
}

#contentSub
{
	width: 225px;
	margin: 15px 15px 15px 0;
}

#contentMenu
{
	text-align: center;
	float: left;
	width: 225px;
	margin: 0;
	height: 100%;
}

#contentMenu a
{
	color: #003366;
}

#contentMenu a:link
{
	color: #003366;
}

#contentMenu a:visited
{
	color: #003366;
}

#contentMenu a:hover
{
	color: #003366;
}

/* old - made footer look wrong in IE6
#footer
{
	margin: -55px auto 10px;
	position: relative;
	background-color: #003366;
	width: 770px;
	height: 45px;
	text-align: center;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

* html #footer
{
	margin-top: -30px;
}
*/

#footer
{
	margin: -55px auto 10px;
	position: relative;
	background-color: #003366;
	width: 770px;
	height: 45px;
	text-align: center;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

* html #footer
{
	margin-top: -55px;
}


.clearer
{
	clear: both;
	display: block;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: -1px;
}

.contentHeader
{
	background-image: url(../images/contentHeader.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 20px;
	padding-left: 2px;
	font-weight: bold;
}

.content
{
	padding: 5px;
}

a:link
{
	color: #666400;
	text-decoration: none;
}

a:visited
{
	color: #666400;
	text-decoration: none;
}

a:hover
{
	color: #666400;
	text-decoration: underline;
}

p
{
	padding-bottom: 10px;
}

.sidebarCurrentLink
{
	color: #ffffff;
}

h2
{
	font-size: 16px;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-weight: bold;
}
