@charset "UTF-8";
body {
	font: 100% 'Garamond Premier Pro', 'Adobe Garamond', Garamond, Georgia, "Times New Roman", Times, serif;
	background: #330000;
	margin: 5px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}


.oneColFixCtrHdr #flashContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	clear:both;
}
.oneColFixCtrHdr #footer {
	display:block;
	background:#f5edca;
	font-size: .9em;
	color:#000000;
	clear:both;
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer a {
	margin: 0 5px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	text-decoration: underline;
	font-size:1.0em;
}


.oneColFixCtrHdr #header {
width:950px;
display:block;
padding:0px;
margin:0px;
}

.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
text-decoration:underline;
}
.oneColFixCtrHdr #footer a:hover, .oneColFixCtrHdr #footer a:active {
text-decoration: underline;
}

/*.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0;  
	margin: 0;
}*/

.oneColFixCtrHdr #header #leftheader{
padding:0px;
margin:0px 455px 0px 0px;
background:transparent;
text-align:left;
}
.oneColFixCtrHdr #header #rightheader{
float:right;
width:385px;
padding:18px 12px 0px 0px;
margin:0px 10px 0px 0px;
text-align:right;
background:transparent;
font-size:1.1em;
overflow:hidden;
}
.oneColFixCtrHdr #header #rightheader a, .oneColFixCtrHdr #header #rightheader img, #rightMainContent a {
 border:0px;
 text-decoration: underline;
}

.oneColFixCtrHdr #navigation {
text-align: center;
background:#ffffff;
clear:both;
}

.oneColFixCtrHdr #navigation {
margin : 0; 
padding : 5px 2px; 
display : block; 
font-size: 1.1em;
font-weight: normal;
color: #dfded2;
}

.oneColFixCtrHdr #navigation a {
text-decoration: none;
padding: 3px 3px;
font-weight: normal;
background-color: #ffffff;;
}
	
.oneColFixCtrHdr #navigation a:link {color: #330000;
background-color: #ffffff;}
.oneColFixCtrHdr #navigation a:visited {color: #330000;
background-color: #ffffff;}
.oneColFixCtrHdr #navigation a:hover {color: #330000;
background-color: #dfded2;
}

.oneColFixCtrHdr #navigation a:active {color: #330000;
background-color: #dfded2;
}
.oneColFixCtrHdr #container #header #rightheader img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#mainContent {
	margin: 0px 285px 0px 0px;
	padding: 0px 20px;
	text-align:left;
	}


#rightMainContent {
	float: right;
	width: 250px;
	background:#dfded2;
	text-align:center;
	padding: 15px 10px;
	font-size:1.0em;
}

.backed {
background-color:#dfded2;
padding:3px;
color:#330000;
margin:6px 2px 0px 0px;
text-decoration: underline;
}

.firstpara {
margin-top:40px;
font-size:1.4em;
}

a img {
border:0px solid #000000;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.imgFloatRight {
float:right;
margin:15px 0px 10px 15px;
}

.captioning {
font-style:italic;
}

.flowerbox {background-color:#fdf5de;
			width:88%;
			margin: 0 auto;
			text-align:center;
			}

