﻿Body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	height: 100%;
}

/* Opera fix ------------------------------------ */
Form.MainForm
{
	margin: 0;
	padding: 0;
}


/**************************************** Content Styles ****************************************/

/*General Font Styles*/
Body,P, span, li, ul, ol, td
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: black;
}

H1
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: medium; 
	COLOR: #868357;
	margin-top:0px;/*Some pages like ContactUs are adding a margin somehow (FF only) so remove it*/
}

H2
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: x-small; 
	COLOR: #b6983d;
}
H3
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: x-small; 
	COLOR: #4d88c4;
}

A:link
{
	COLOR: #77744d; 
	TEXT-DECORATION: underline
}

A:visited
{
	COLOR: #77744d; 
	TEXT-DECORATION: underline
}

A:hover
{
	COLOR: #d06b44; 
	TEXT-DECORATION: underline
}

.Copyright
{
	font-size:0.9em;
	color: Black;
}


/**************************************** Template Styles ****************************************/

#divStaticMenu
{
	padding:0px;
	margin:0px;
	float:right;
}

#divBoundary
{
	float:left;
	width:780px;
	background-image: url(images/leftBack.jpg);
	background-position: Left;
	background-repeat:repeat-y;
}

#divTopGroup
{
	margin:0px;
	padding:0px;
	width:780px;
	height:83px;
	float:left;
	background-image: url(images/topleft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#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:100%;
}

#divContentArea
{
	height:100%;
	float: right;
	width: 588px;
	text-align: left;
	vertical-align: top;
	padding-top:0px;
	margin-top: 0px;
	background-color:White;
}

.ContentPadding
{
	/*This style is always used in the div except on homepage where it can be applied only as needed by the content. 
	Some content on their sitehomepage needs to exist in the margin area.*/
	margin-top:15px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
}

#divLeftArea
{
	float:left;
	width:192px;
}

#divPrivateTreatyForm
{
	margin-left:16px;
	margin-top:20px;
	margin-bottom:16px;
}

#divFooter
{
	float:left;
	width:780px;
	height:27px;
	background-image: url(images/bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.divCopyRight
{
	text-align:center;
	float:right; 
	width:588px;
	position:relative;
	top:-15px;
}

.divCopyRightHome
{
	text-align:center;
	float:right; 
	width:588px;
	position:relative;
	top:28px;
}
