﻿Body
{
	font-family: Arial, Tahoma;
	font-size: 10pt;
	color: black;
	margin-left:52px;
	margin-right:55px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	height: 100%;
	background-color:#f3f1ee;
}

P, span, li, ul, ol, td
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	color: black;
}


/* Opera fix ------------------------------------ */
Form.MainForm
{
	margin: 0;
	padding: 0;
}

H1
{
	font-size: 16pt;
	color: #7a623e;
	font-weight: bold;
}

H2
{
	font-size: 14pt;
	color: #7a623e;
	font-weight: bold;
}
H3
{
	font-size: 12pt;
	color: #7a623e;
	font-weight: bold;
}

A:link
{
	color: #7a623e;
	text-decoration: underline;
}

A:active
{
	color: #7a623e;
	text-decoration: underline;
}

A:visited
{
	color: #7a623e;
	text-decoration: none;
}

A:hover
{
	font-size: 10pt;
	color: #7a623e;
	text-decoration: none;
}

#MenuLinkException A:link
{
	font-size:8pt;
	font-family:Verdana;
	font-weight:bold;
	color:#7a623e;
	text-decoration:none;
	}
	
#MenuLinkException A:hover
{
	font-size:8pt;
	font-family:Verdana;
	font-weight:bold;
	color:#8f0700;
	text-decoration:none;
	}

#divArrow
{
	float:left;
	position:relative;
	top:3px;
	background-image:url(images/arrow.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	width:20px;
	height:8px;
}

#divBoundary
{
	width:780px;
	float:left;
	background-image:url(images/LeftNavBack.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}

#divRubberBand
{
	height:143px;
}

#divRubberBand2
{
	height:45px;
}

#divLeftNav
{
	float:left;
	width:157px;	
}
	
#divContentArea
{
	float: right;
	width: 623px;
	text-align: left;
	vertical-align: top;
	padding-top:45px;
	background-image:url(images/ContentTop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#divContentPadding
{
	/*Min-Height Trick: Works in IE and FF*/
	min-height:400px;
	height:auto;
	width:554px;
	overflow:hidden;
	margin-top:0px;
	padding-top: 0px;
	padding-left: 37px;
	padding-right:32px;
}

#divFooter
{
	height:102px;
	font-size:xx-small;
	color:#7a623e;
	text-align:center;
}

