/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: "trebuchet MS", Geneva, sans-serif; 
}


a:link {
	color: RGB(243,164,71);
}

a:visited {
	color: RGB(142,88,182);
}

a:hover {
	color: RGB(68,77,38);
}

#pageContainer {
	white-space: inherit;
	width: 765px;
	margin-left: auto;
	margin-right: auto;
}

#headerContainer {
	width: 765px;
	height:78px;
	background-image: url(images/bg_header.gif);
	background-position: top; 
	background-repeat: repeat-x;
}
	#headerBox {
		width: 765px;
		height: 78px;
	}
		#logoBox {
			height: 78px;
			margin: 0px;
			float: left;
		}
		#headerNav {
			width: 411px;
			white-space: nowrap;
			margin: 0px;
			margin-left: 10px;
			padding-top: 2px;
			font-size: .9em;
		}
		#headerNav a:link {	
			color: RGB(142,88,182);
			text-decoration: none;
		}
		#headerNav a:visited {
			color: RGB(127,111,111);
			text-decoration: none;
		}
		#headerNav a:hover {
			color: RGB(68,77,38);
			text-decoration: none;
		}
		
		#mottoBox {
			padding-top: 1px;
			padding-bottom: 1px;
			text-align: right;
		}
		
#subheaderContainer {
	width: 765px;
	background: #FFFFFF;
	margin: 0px;
	background-image:  url(images/bg_page.gif);
}

	#subheaderBox {
		width: 765px;
		overflow: auto;
		background-image: url(images/logo_bottom.gif);
		background-position: top left; 
		background-repeat: no-repeat;
}

	#subheaderBox2 {
		width: 765px;
		overflow: auto;
}

	#subheader {
		float: right;
		margin-right: 0px;
		font-size: .8em;
		color: RGB(68,77,38);
		height: 35px;
	}

#contentContainer {
	background-image:  url(images/bg_page.gif);
}

#mainContainer {
width: 765px;
text-align: left;
}

#motto {
	clear: right;
	font-size: .8em;
	padding-top: 45px;
	padding-bottom: 25px;
}

#footerContainer {
	font-size: .65em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: RGB(243,164,71);
	text-align: center;
	color: #666666;
	width: 765px;
}
