/* CONTENT STYLES */

	body {
		margin : 10px 0px 0px 0px;
		font-family : Arial, Helvetica, sans-serif;
		color : #656262;
		font-size : .9em;
		background-color : #F2F2F2;
	}

	a {
		color : #D78C44;
		text-decoration : none;
	}

	a:hover {
		color : #D78C44;
		text-decoration : none;
	}

	h1 {
		font-family : Arial, Helvetica, sans-serif;
		color : #3F9263;
		font-size : 1em;
		font-weight : bold;
	}
	
	h2 {
		font-family : Arial, Helvetica, sans-serif;
		color : #656262;
		font-size : 1em;
		font-weight : bold;
	}
	
	h3 {
		font-family : Arial, Helvetica, sans-serif;
		color : #3F9263;
		font-size : 1em;
		font-weight : bold;
		margin : 0px 0px 0px 0px;
	}

	ul {
		list-style-image : url(../Images/arrow.gif);
		margin-left : 17px;
	}
	
	.ulsub {
		list-style-image : url(../Images/box.gif);
		margin-left : 30px;
	}


	.content {
		font-family : Arial, Helvetica, sans-serif;
		color : #656262;
		font-size : .8em;
		line-height: 1.5em;
	}

	#contentAreaCol1 {
		padding : 20px 22px 30px 25px;
	}

	.disclaimer {
		line-height: normal;
		font-size : 0.7em;
	}

/* END CONTENT STYLES */

/* ======================================== */

/* TOP BAR */

	.topbarPosition {
		position:absolute;
		left:0px;
		top:11px;
	}

	.topLogo {
		padding : 0px 27px 0px 0px;
	}

	.signIn {
		padding : 0px 0px 0px 5px;
		font-family : Arial, Helvetica, sans-serif;
		color : #3f9263;
		font-size : 10pt;
		font-weight : bold;
	}
	
	.quickLinks {
		padding : 0px 0px 0px 5px;
		font-family : Arial, Helvetica, sans-serif;
		color : #3f9263;
		font-size : 10pt;
		font-weight : bold;
	}

	.date {
		padding : 0px 0px 0px 0px;
		font-family : Arial, Helvetica, sans-serif;
		color : #656262;
		font-size : 8pt;
	}

/* END TOP BAR */

/* ======================================== */

/* PAGE HEADER */

	.headerTopRow {
		background-color : #81b798;
	}

	#headerTopRowFirst {
		padding : 0px 0px 0px 25px;
		background-image : url(images/header/header_curve.gif);
		background-position : top left;
		background-repeat : no-repeat;

	}

	.headerTopRowText {
		margin : 0px 0px 0px 5px;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : normal;
		color : white;
		font-size : .9em;
	}

	.headerTopRowText a, .headerTopRowText a:hover {
		font-family : Arial, Helvetica, sans-serif;
		font-weight : normal;
		color : white;
		font-size : .9em;
		text-decoration: none;
	}

	.headerTopRowTextActive {
		font-family : Arial, Helvetica, sans-serif;
		font-weight : bold;
		color : white;
		font-size : 1em;
	}

	.headerTopRowTextActive a, .headerTopRowTextActive a:hover {
		font-family : Arial, Helvetica, sans-serif;
		font-weight : bold;
		color : white;
		font-size : 1em;
		text-decoration: none;
	}

	.headerBottomRow {
		background-color : #e7f7e2;
		padding : 0px 10px 0px 26px;
		background-repeat : no-repeat;
		background-position : 25px 16px;
	}

	.headerBottomRowText {
		margin : 0px 0px 0px 5px;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : bold;
		color : #3f9263;
		font-size : .9em;
	}

	.headerBottomRowRight {
		background-color : #e7f7e2;
		background-image : none;
		margin : 0px 0px 0px 0px;
	}

/* END PAGE HEADER */

/* ======================================== */

/* EDITING CONSOLE */

	.editConsole {
		border-width: 2px;
		border-style: solid;
		background-color: #fbf4ec;
	}

	td.cmsuser {
		font-family : Arial, Helvetica, sans-serif;
	}

	.editConsole td {
		font-family : Arial, Helvetica, sans-serif;
		font-size: .75em;
	}

	.editConsole A:hover
	{
		text-decoration: underline;
	}

	.editConsole hr
	{
		color: #6e86bf;
	}

/* END EDITING CONSOLE */

/* ======================================== */

	.bottomBar {
		background-color : #5faa7f;
	}

/* GLOBAL ERROR HANDLING PAGE */

	.formHeader {
		background-color: #5FAA7F;
		height: 51px;
		color: white;
		font-weight : bold;
		font-size : 14pt;
		padding : 14px 25px 16px 60px;
	}

	.formLabel {
		font-family : Arial, Helvetica, sans-serif; 
		font-weight : normal; 
		font-size : 11pt;
	}
	
	.formLabel2
	{
		font-weight: bold;
		font-size: 18pt;
		color: #d78c44;
		font-family: Arial, Helvetica, sans-serif;
	}
/* END GLOBAL ERROR HANDLING PAGE */