/*-----generic------*/
/* menu defined in menu.css */
/* home page defined in home.css */

body {
	background: #854637 url(../img/bg.gif) repeat-x;
	color:#E9E9C5;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
	text-align:center;
}
.page {
	b//ackground-color:#C28072;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	width:760px;
}
.break {
	clear:both;
}
hr {
	clear:both;
	height:1px;
	color:#FFFFFF;
}

/*-----text------*/
h1 {
	font-size: 120%;
	margin: 0px 0px 2px 0px;
	font-weight:bold;
}
h2 {
	font-size: 110%;
	margin: 0px 0px 2px 0px;
	font-weight: normal;
}
h3 {
	display:none;
}
h4 {
	font-size: 80%;
	margin: 0px;
	font-weight:normal;
}
em {
	color: #FFF;
	font-style:normal;
}
p {
	margin: 4px 0px 10px 0px;
}
/*-----links------*/
a { color:#FFF; text-decoration:none; font-weight:bold; }
a:link { color:#FFF; text-decoration:none; font-weight:bold; }
a:visited { color:#FFF; text-decoration:none; font-weight:bold; }
a:hover { color:#FFF; text-decoration:underline; font-weight:bold; }

/*-----header------*/
.header {
	height:95px;
	padding: 5px 10px 5px 10px;
}
.header .container {
	width:760px;
	/*ie5 hack*/ voice-family: "\"}\""; 
  	voice-family:inherit;
	width:740px;
}
.logo {
	float:left;
}
/*-----footer------*/
.footer {
	clear:both;
	font-size:8px;
	height:67px;
	width: 760px;
	text-transform:uppercase;
	letter-spacing: .1em;
}
.footer ul {
	clear:both;
	margin:40px 0 0 10px;
	list-style:none; 
}
.footer li {
	border-left: 1px dotted #E9E9C5; 
	display:inline;
	padding: 0px 5px 0px 5px;
}
.footer a:link, 
.footer a:visited {
	color:#E9E9C5;
	font-weight:normal;
	text-decoration:none;
}
.footer a:hover, 
.footer a:active {
	text-decoration:underline;
}

.ewebseo, .ewebseo a:link, .ewebseo a:visited, .ewebseo a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration: none;
	color: #FFFFCC;
}
/*-----content pages------*/

#content {
	padding:20px;
	width:720px;
}

#content .right {
	float:right;
	text-align:right;
	height:22px;
	width: 400px;
}
#content ol {
	margin: 10px;
}
#content ol li {
	margin: 0px 0px 10px 0px;
}

#content .photo {
	margin: 0px 0px 20px 20px;
	float: right;
	width:232px;
}
#content .photo img.border{
	border: 1px solid #E9E9C5;
	margin-bottom:5px;
}


/*************** list item styles **************/
#content dl {
	margin: 0px 0 10px 0;
	padding: 0;
	width: 400px;
	}

#content dt  {
	float: left;
	margin: 0px 0 2px 0;
	width: 120px;
	color:#FFF;
	}

#content dd {
	float: left;
	margin: 0px 0 2px 0;
	width: 278px;
	}
	



