﻿Body
{
	font-family: Verdana,Arial, Tahoma;
	font-size: 8pt;
	color: black;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	height: 100%;
}

P, span, li, ul, ol, td
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	color: black;
}

td.LeftBar
{
	background-image: url(Images/LeftBar.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
td.Content
{
	background-image: url(Images/Wheat.jpg);
}

/* Opera fix ------------------------------------ */
Form.MainForm
{
	margin: 0;
	padding: 0;
}

H1
{
	font-size: 18pt;
	color: #6f5402;
	font-weight: bold;
}

H2
{
	font-size: 14pt;
	color: #6f5402;
	font-weight: bold;
}
H3
{
	font-size: 12pt;
	color: #6f5402;
	font-weight: bold;
}

A:link
{
	font-size: 10pt;
	color: #2772be;
	text-decoration: underline;
}

A:active
{
	font-size: 10pt;
	color: #2772be;
	text-decoration: underline;
}

A:visited
{
	font-size: 10pt;
	color: #2772be;
	text-decoration: none;
}

A:hover
{
	font-size: 10pt;
	color: #2772be;
	text-decoration: none;
}

.Copyright
{
	font-size: 7pt;
	font-family: Verdana, Arial, Tahoma;
	color: #432e1f;
}

#divPrint
{
	margin-top:5px;
	margin-bottom:3px;
	float:right;
	cursor: pointer;
}



@media print
{
	/*All print mode specific styles go within these curly braces*/
}

/*------------------ Layout -----------------------*/

#divStaticMenuGroup
{
	padding-left:65px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin: 0px;
	border: 0px;
	width: 509px;/* Total:574px = 65 pad + 509 */
	height:41px;
	position: absolute;
	left: 206px;
	top: 95px;
	background-color: #d7e4b2;
	background-image: url(images/menuHLeft.jpg);
	background-position: left;
	background-repeat:no-repeat;
}

#divStaticMenu
{
	padding:0px;
	margin:0px;
	float:left;
	}
.imgStaticMenuRight
{
	float:right;
}

#divBoundary
{
	width:780px;
}

#divTopGroup
{
	width:780px;
	float:left;
}

#divMain
{
	float:left;/* incase the content pushes way out to the right */
	text-align: left;
/*	margin: 0px auto;*/
	padding: 0px;
	border: 0px;
	width:780px;
	/*height: 400px; Min Height:inherited by left nav and content area*/
	background-image: url(images/bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	position:relative;
}

#divMain .divAttr{position:absolute; bottom:0px; right:210px;  vertical-align:bottom;}
#divMain .divAttr img{display:inline-block;}
#divMain .divAttr span{display:inline-block; font-size:10px; font-family:Arial Narrow; 
                       color:#979797; font-weight:bold; height:13px; padding:0px 0px 5px 5px;overflow:hidden;}

#divContentArea
{
	height:100%;
	float: right;
	width: 574px;
	text-align: left;
	vertical-align: top;
	padding-top:0px;
	/*padding-bottom: 37px; /*27px bottom.jpg + 10px pad*/
	margin: 0px auto;
}

#divContentPadding
{
	margin:0px;
	padding-top: 5px;
	padding-left: 10px;
}

#divLeftNavContainer
{
	float:left;
	width:206px;
}
#divLeftNavBgImage
{
	height:100%;
	float: left;
	background-image: url(images/menuLback.jpg);
	background-repeat: repeat-y;
}

/* This covers the same area as LeftNav but is used to show the bottom image*/
#divLeftNavBtmImage
{
	height:100%;
	float: left;/*float seems to cause the height to auto stretch with the content in FF*/
	background-image: url(images/menuLbottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#divLeftNavBottomImageSpacer
{
	height: 87px;/*Image height*/
}

#bottomLeftLink
{
	height:37px;/*27px bottom.jpg + 10px pad*/
	width:206px;
	cursor:pointer;
	position:relative;
	left:-206px;	
	top:-30px;
}