/* CSS Document */

	/* The strange width proprties containing slashes are a workaround for deficiencies in the IE box model 
		Otherwise IE tends to double up the space between horizontally adjacent boxes */

	/* For non-stretchy page remove comment marks from around width properties of #container */

html, body, i, img {
	border: 0;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #333333;
	line-height: 1.5;
	background-color: #f3f9f6;
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}
p {
	margin-top: 0px;
}
ol {
	margin-left: 30px;
}

h1, h2, h3, h4, h5 {
	color: #56042D;
	font-weight: normal;
	margin-bottom: 0px;
}

h1 {
	font-size: 180%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 150%;
}
h5 {
	font-size: 100%;
	font-weight: bold;
}

h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
h3:first-child {margin-top: 0;}/*starts first h3 in TD flush top*/
h4:first-child {margin-top: 0;}/*starts first h4 in TD flush top*/
h5:first-child {margin-top: 0;}/*starts first h5 in TD flush top*/
h6:first-child {margin-top: 0;}/*starts first h6 in TD flush top*/

a {
	text-decoration: none;
}
a:link {
	color: #0B1B5E;
}
a:hover, a:active {
	color: #0B1B5E;
}
a:visited {
	color: #56042D;
}
#container {
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	padding:0px;
	font-size: 120%;
	\width: 764px; /* only 2px extra for IE5win, the sum of the side borders. */
	w\idth: 760px;
	border: 2px solid #999999;
}

#banner {
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #663C55;
}

#main-background {
	background-image: url(../images/FEF2007_760x1049.jpg);
	background-repeat: no-repeat;
	zoom: 1;
}
#main-background-subpage {
	zoom: 1;
	background-color: #FFFFFF;
}

.outerwrapper {
	background: url(../images/leftcol.png) repeat-y left top;
	zoom: 1;
}
.innerwrapper {
background: url(../images/rightcol.png) right top repeat-y;
zoom: 1;
}

#content {
	float: left;
	width: 590px;
	padding: 15px;
	font-size: 70%;
}
#content-narrow {
	float: left;
	width: 415px;
	padding: 15px;
	font-size: 70%;
}
#content a:link, #content a:visited, #content-narrow a:link, #content-narrow a:visited {
	font-weight: bold;
}

#content ul, #content-narrow ul {
	margin-left: 30px;
	list-style-position: outside;
}

#content h3, #content-narrow h3 {
	line-height: 125%;
	letter-spacing: .1em;
	font-size: 140%;
	font-weight: normal;
}
#sidebar-a {
	float: left;
	width: 134px;
	padding: 0px;
	zoom: 1;
}
#nav {
	margin-top: 50px;
	margin-left: 10px;
	font-size: 70%;
}
#nav a:link, #nav a:visited {
	font-weight: normal;
}

#sidebar-b {
	float: left;
	width: 160px;
	color: #56042D;
	font-size: 76%;
	word-wrap: break-word;
}
#sidebar-b h2 {
	font-size: 95%;
	margin-right: 3px;
	margin-left: 10px;
	font-weight: bold;
}
#sidebar-b ul {
	font-size: 90%;
	margin-top: 0px;
	list-style-image: url(/images/pencil_dingbat.png);
}
#footer {
	clear: both;
	padding: 5px 20px 5px 5px;
	font-size: 60%;
	color: #666666;
	background-color: #CCCCCC;
	border-top: 2px solid #999999;
}
#footer-sub {
	font-size: 65%;
	text-align: center;
}

#footer a {
	padding: 0px;
	}
#footer a:link, #footer a:visited, #footer-sub a:link, #footer a:visited {
	color: #56042D;
	border-bottom: 1px solid;
	}
#footer a:hover, #footer a:active, #footer-sub a:hover, #footer a:active {
	color:  #0B1B5E;
	}

.image-left {
	float: left;
	margin: 0 10px 3px 0px;
	padding: 0px;
}
.image-right {
	float: right;
	margin: 0 5px 3px 10px;
	padding: 0px;
}
.line-divider {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #887D6B;
	line-height: 1px;
}
.line-divider-b {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #56042D;
	line-height: 1px;
	margin-left: 20px;
}
.MORE {
	font-size: 80%;
	text-transform: uppercase;
}
.photocaption {
	text-align: center;
	font-size: 85%;
	font-style:italic;
}
.subcolumn-left {
	float:left;
	width: 30%;
}
.subcolumn-right {
	margin-left: 32%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #887D6B;
	padding-left: 20px;
}

	/* from John Gallant the following closes floats */

.brclear {
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}
	/* from John Gallant Holly Hack for a bug in floats?*/

/* \*/
* html #p7TMnav {height: 1%;}
/* */
/*\*/
/** html .outerwrapper,
* html .innerwrapper
{height: 1%;}*/
/* */
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 15px 5px 0px 15px;
	letter-spacing: 0.1em;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.MORE-testamonials {
	font-size: 80%;
	text-transform: uppercase;
	padding: 15px 5px 0px 15px;
}

#testimonial-container {
	font-size: 65%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.signature {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	margin-top: 10px;
	letter-spacing: 0.1em;
	font-weight: lighter;
	font-style: italic;
	line-height: 15px;
}
.quote-marks {
	font-size: 200%;
	line-height: 1px;
	vertical-align: text-bottom;
}

.photoframe {
	border: 1px inset #663366;
	padding: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;	/*float: left;
	margin: 0 10px 3px 0px;*/
}
td {
	background-color: #E0D9DD;
}
.td-head {
	background-color: #56042D;
	font-weight: bold;
	color: #FFFFFF;
}
.td-req {
	color: 56042D;
}
