* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	text-align: center;
	padding-bottom: 0px;
	font-size:small;
	background-color: #EAEAD8;
	padding-top: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
  } 
  
a:link {
	color: #993300;
	font-weight: normal;
	text-decoration: underline;
	}
	
a:visited {
	color: #3F2E10;
}

a:hover {
	text-decoration: none;
	}
p {
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 1.1em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin-bottom: 5px;
	margin-top: 0px;
	letter-spacing: 5px;
	color: #322800;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom: 5px;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-weight: bold;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin-bottom: 5px;
	font-weight: normal;
	font-variant: small-caps;
}
h4 {
	font-weight: normal;
	color: #993300;
	font-size: 1.1em;
	margin-bottom: 5px;
}
ul {
	margin-left: 20px;
}
li {
	margin-bottom: 10px;
	line-height: 1.3em;
}
.small {
	font-size: 0.85em;
}
/* ************************* table styles *********************** */
.tableBorder{
	margin-bottom: 10px;
	border: 1px solid #666666;
}
th {
	font-variant: small-caps;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
th.right {
	border-right-width: 0px;
	border-right-style: none;
	
}
.padding {
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDCCBC;
}
.paddingright {
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDCCBC;
}
.paddingborder {
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.paddingborderright {
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.paddingborderbottom {
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.paddingborderbottomright {
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	padding-left: 10px;
}
/* ************************* image styles *********************** */
.imgRight {
	background-color: #F9F8E9;
	padding: 7px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BEB7A2;
	border-right-color: #A49C86;
	border-bottom-color: #A49C86;
	border-left-color: #BEB7A2;
}
.imgLeft {
	background-color: #F9F8E9;
	padding: 4px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BEB7A2;
	border-right-color: #A49C86;
	border-bottom-color: #A49C86;
	border-left-color: #BEB7A2;
	margin-top: 5px;
}
.imgLeftnoBorder {
	padding-right: 15px;
	float: left;
}
	
/* ************************* page layout styles *********************** */

/* ******* main container ********* */
#divContainer {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 752px;
	background-image: url(../images/Body.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

/* ******* header ********* */
#divHeader {
	background-image: url(../images/header.gif);
	height: 139px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: 0px 0px;
	}
#imgLogo {
}
#divPrimaryNav {
	margin-top: 15px;
}

#divPrimaryNav ul {
	text-align: center;
	margin-left: -15px;
}
	
#divPrimaryNav ul li {
	display: inline;
	list-style-type:none;		

	}
		
#divPrimaryNav ul a{
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 7px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	}

#divPrimaryNav ul a:link {
	text-decoration: none;
 	}
#divPrimaryNav ul a:visited {
	text-decoration: none;
	color: #333333;
 	}
#divPrimaryNav ul a:hover, #divPrimaryNav ul a.current {
	text-decoration: underline;
	color: #993300;
	}
/* ******* main content  ********* */
#divWrap {	
	background-image: url(../images/footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 0px;}
	
#divContentTop {
	background-image: url(../images/BodyTop.gif);
	background-repeat: no-repeat;
	height: 10px;
}
#divContentBottom {
	height:10px;
	margin-bottom: 5px;
	background-image: url(../images/BodyBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#divContent {
	padding-right: 40px;
	padding-left: 40px;
	z-index: 1000;
	margin-bottom: -1px;
}
.divHome {
	font-weight: normal;
	color: #3F3123;
	font-size: 1.1em;
}
.divHome h3 {
	font-size: 1.3em;
}
.divHome p {
}
.divCallout {
	font-weight: normal;
	color: #3F3123;
	border: 1px dashed #A49C86;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: .9em;
}



/* ******* footer ********* */

#divFooter {
	padding-right: 8px;
	padding-left: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	z-index: 1;
	padding-top: 0px;
	padding-bottom: 12px;
	margin-top: 30px;
}



/* ******* other styles ********* */
.divClear {
	clear: both;
}
