body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:#C7BD87;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
/*	height: 100%;
*/}

a { text-decoration: none; color: #48697E; font-size: 1em; padding: 1px 2px; }
a:hover {
/*	border-bottom: thin dotted #48697E;
*/}
table {
	font-size: .75em;
}
#container {
	width: 719px;
	margin: 25px auto 0;
	background: url(/images/bodyBack.gif);
	height: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
		}

/*------------------------------------------------------------*
**  nameplate
**------------------------------------------------------------*/

#nameplate {
	background: url(/images/nmplt_spcr.gif);
	height: 119px;
}
#nmplt-Lft {
	background: url(/images/nmplt_Logo.gif);
	float: left;
	height: 119px;
	width: 349px;
}
#nmplt-rt {
	background: url(/images/nmplt_rt.gif);
	float: right;
	height: 119px;
	width: 5px;
}

/*------------------------------------------------------------*
**  navbar
**------------------------------------------------------------*/

#navbar {
	background: url(images/navBar_spcr.gif);
	height: 25px;
	font-size: 0.75em;
	text-align: right;
	color: #48697E;
	word-spacing: 25px;
	margin: 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}
#navContent {
	padding-top: 3px;
}
#navbar a{
	padding: 16px;
	text-decoration: none;
	color: #48697E;
}
#navbar a:link, #navbar a:visited {
}
#navbar a.current {
	color: #354E5E;
	background: url(/images/navBar_ndc8.gif) no-repeat center 13px;
}

#navbar a:hover {
	color: #48697E;
	text-decoration: none;
	background: url(/images/navBar_ndc8.gif) no-repeat center 13px;;
}

#navLft {
	background: url(/images/navBar_lft.gif);
	float: left;
	height: 25px;
	width: 5px;
}
#navRt {
	background: url(/images/navBar_rt.gif);
	float: right;
	height: 25px;
	width: 5px;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
	margin-top: 30px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 1em;
	color: #354E5E;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0em 0em 20px 10px;
	clear: both;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}	
#content h2 em { 
	color: #354E5E; 
	font-style: normal;
	font-size: .75em;
}
#content p {

	letter-spacing: 0.1em;
	font-size: .75em;
	padding-left: 20px;
	line-height: 1.35em;
}
#content table{
	margin-left: 15px;
}
/*#content img {
			padding-bottom: .75em;
}*/	
#content ul {
	margin: 15px 0em 15px 0em;
	padding: 0em 0em 0em 5px;
	}	
#content li {
	list-style-type: none;
	background: url(/images/arrow.gif) no-repeat 8px 8px;
	padding: 0 0 0 25px;
	line-height: 1.25em;
	letter-spacing: 0.1em;	
	}	
#content blockquote { 
	margin: 35px 0; 
	padding: 10px 20px;
}
#content blockquote p { margin: 0; text-indent: 0; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 225px;
	text-align: left;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
	}
	
#left a {
	border-bottom: .5px dashed #48697E;
}

#left a:hover {
	background-color: #A9CADF;
}
/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 415px;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 15px;
	}
#right li {
	font-size: 0.75em;
	margin-left: 15px;
	text-indent: -5px;
}
/*------------------------------------------------------------*
**  footer
**------------------------------------------------------------*/

#footer {
	background: url(/images/footer_spcr.gif);
	height: 20px;
	font: 0.3em "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #999999;
	width: 719px;
	margin: auto auto 25px;
	font-size: .75em;
}
#ftrContent {
	padding-top: 5px;
}
#ftrLft {
	background: url(/images/footer_lft.gif) no-repeat;
	float: left;
	height: 20px;
	width: 16px;
}
#ftrRt {
	background: url(/images/footer_rt.gif) no-repeat;
	float: right;
	height: 20px;
	width: 16px;
}

/*------------------------------------------------------------*
**  classes
**------------------------------------------------------------*/
.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
