@charset "utf-8";
/* CSS Document */

body {
    text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #fbe7a1;
}

img {
	border: 0px;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

.yellow {
	background-color: #f7d97a;
}

.tan {
	background-color: #eed071;
}

.cream {
	background-color: #fcf1cd;
}

.bgcolor {
	background-color: #f9e39b;	
}

.textNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 11px;
	color: #734716;
}

.textNav a:link, .textNav a:visited {
	color: #734716;
	text-decoration: none;
}

.textNav a:hover {
	color: #734716;
	text-decoration: underline;
}

.textNavCurrent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 11px;
	color: #ab381a;
}



.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 24px;
	margin-bottom: 8px;
	color: #704511;
}

.headerSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	line-height:21px;
	margin-bottom: 10px;
	color: #704511;
}

.subHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	/* font-weight: bold; */
	margin-bottom: 11px;
	font-style:italic;
	color: #a77a13;
}

.subHeaderSmall {
	font-family: Georgia, "Times New Roman", Times, serif;		
	font-size: 14px;
	line-height: 19px;
	/* font-weight: bold; */
	margin-bottom: 23px;
	font-style:italic;
	color: #a77a13;
}


.headerOuter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 24px;
	margin-top: 8px;
	margin-bottom: 0px;
	color: #704511;
}

.subHeaderOuter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 19px;
	/* font-weight: bold; */
	margin-bottom: 8px;
	font-style:italic;
	color: #a77a13;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-style:italic;
	color: #d04d29;
}

.titleBig, .titleBig a:link, .titleBig a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-style:italic;
	color: #d04d29;
	text-decoration: none;
}

.titleBig a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-style:italic;
	color: #d04d29;
	text-decoration:underline;
}

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #989574;
	margin-bottom:25px;
}

.content a:link, .content a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #d04d29;
	margin-bottom:25px;
	text-decoration: none;
}


.content a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #d04d29;
	margin-bottom:25px;
	text-decoration: underline;
}


.error {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 20px;
	color: #d04d29;
	margin-bottom:25px;
}

/* POSITIONING STYLES */

#divContainer {
	position: relative;
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	/*
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	*/
}

#divHomeFlash {
	position: absolute;
	left: 298px;
	top: 72px;
}

#divHomeTagBtm {
	position: absolute;
	left: 763px;
	top: 533px;
}