﻿body
{
	font-family: Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #CCC1B2;
	margin: auto; 
}

div.extents
{
	width: 1000px;
	margin: auto;
	padding-top: 5px;
}

div.header
{
	background-image: url(../images/intranetBanner.jpg);
	background-color: #FFFFFF;
	margin-top: 5px;
	width: 1000px;
	height: 205px;
}

.breadcrumbs
{
    color:Navy;
    background-color:White;
    height:23px;
    padding: 5px 20px 5px 30px;
}

#mainMenu
{
	color: White;
	background-color: #a3772b;
	height: 23px;
	border-bottom: solid 1px white;
}

div.content
{
    height: 375px;
	background-color: #FFFFFF;
	color: #5C5C5C;
	padding: 1px;
	background-image: url(../images/mark.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

div.footer
{
	background-color: #a3772b;
	padding: 5px;
	text-align: center;
	font-size: 8pt;
	color: white;
}

div.footer A
{
	color: White;
	text-decoration: none;
}

div.footer A:hover
{
	text-decoration: underline;
	color: white;
}

div.menu
{
	color: White;
	background-color: #a3772b;
	height: 23px;
	border-bottom: solid 1px white;
}

H1 { font-size: 18pt; font-weight: normal; margin: 0px 0px 15px 0px; }
H2 { font-size: 10.5pt; font-weight: bold; font-style: italic; margin: 0px 0px 10px 0px; }
H3 { font-size: 9pt; font-weight: bold; margin: 0px 0px 5px 0px; }
