/* CSS Document */

.clearThis{clear:both}

table{border-width:1px}

/* =================================================================================================== TOP NAV */
#topNav{
	background-image:url(../templates/images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:733px;
	height:124px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	
	}
	#topNav .menu{
		float:left;
		display:inline;
		/*width:583px;*/
		width:565px;
		height:28px;
		margin:3px 0 0 125px;
		/*background-color:#e19913;*/
		background-color:transparent;
		/*border:1px dotted #900;*/
	}
	#topNav .menu img.spacer{margin:0 13px;}
	#topNav .menu img{float:left;}
	#topNav .menu img.firstMenuItem{margin-left:65px;}



/* =================================================================================================== SIDE NAV */
#SideNav{
	float:left;
	display:inline;
	width:141px;
	margin:3px 0 0 5px;
	}
	#SideNav img{display:block;}



/* ====================================================================================== RETURN TO TOP OF PAGE */
a.returnToTop{float:right}



/* =================================================================================================== TOP NAV */
#searchForm{
	float:right;
	margin-top:55px;
	margin-right:5px;
	display:inline;
	}
	#searchForm input.searchField{
		margin-bottom:3px;
		padding-left:2px;
		border:1px solid #a7a6aa;
		width:110px;
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		}
	#searchForm input.searchButton{}



/* =================================================================================================== JUMP MENU */
#sectionJump{
	float:right;
	display:inline;
	}
	#sectionJump select.jumpMenu{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		border:1px solid #a7a6aa;
		background-color:#f5dcae;
		
		}
	#sectionJump option{margin:2px 0;margin-right:10px;}



/* =============================================================================================== CONTENT AREA */
#bodyArea{
	background-image:url(images/sidebar.gif);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	border-right:2px solid #e19913;
	border-bottom:2px solid #e19913;
	border-left:2px solid #e19913;
	width:729px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 15px 0;
	text-align:left;
	min-height:150px;
	padding:0;
	}
	#bodyArea .contentArea{
		margin:0 10px 0 156px;
	}






/* =============================================================================================== FOOTER */
#footer{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7f2d28;
	margin-top:10px;
	/*border:1px dotted #900;*/
	width:733px;
	margin-right:auto;
	margin-left:auto;
	}
	#footer .footerRight{
		float:right;
		text-align:right;
	}
	#footer .footerLeft{
		float:left;
		text-align:left;
	}












