@charset "UTF-8";
body {
	padding: 0px;
	margin: 0;
	text-align: center;
	background-image: url(../images/bg.jpg); /* page bg */
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 780px; /* main width control */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #F4FFE4;  /* this is page background */
}

#maincontent {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	width: 500px;
}

.bodyText {
	color:#333333; /* this is body text copy */
	line-height:20px;
	margin-top:0px;
	text-align: justify;
	margin-bottom: 50px;
	font-size: 12px;
}

.bodyText h3 {
	text-align: left;  /* sub header */
}	

.pageName { /* page title header */
	font-size: 18px;
	color: #99CC66; /* date bar bg*/
	line-height:26px;
	letter-spacing:0.21em;
	margin-bottom: 20px;
}


/*
banner settings
*/
#banner_row {
	background-color: #D5EDB3; /* banner bg */
}


#toplogoimg {
	text-align: center;
	padding: 5px;
}

#sitetitle {
	font-size: 24px;
	color: #5C743D; /* nav bg */
	letter-spacing:.2em;
	line-height:30px;
}


#tagline {	
	font-size: 11px;
	color: #993300;  /* link text color */
	letter-spacing:.4em;
	line-height:18px;
}

#monthformat {
	border-bottom: 1px dashed #5C743D; /* nav bg */
}
		
#dateformat {
	font-size: 11px;
	color: #993300; /* link text color */
	letter-spacing:.2em;
}
	
#dateformat a {
	font-size: 11px;
	color: #993300; /* link text color */
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
}
	
#dateformat a:hover {
	color: #F4FFE4;   /* this is page background */
	letter-spacing:.1em;
}

.navText {
	font-size: 11px;
	color: #003366;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	white-space: nowrap;
}
	
.horizontal_sep {
	background: #99CC66; /* date bar bg*/
}

.spacer {
	background-color: #5C743D; /* nav background */
}

/*
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300; 
	line-height:22px;
	letter-spacing:.2em;
}
*/

/*
footer
*/	
#footer {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #999999;
}

/*
navigation links and bg
*/
.linktext_color {
	color: #993300;  /* link text color */
}
	
a {
	color: #993300;  /* link text color */
}

#navigation {
	width:165px;
}

#navigation_container {
	background-color: #5C743D;  /* nav background */
}

#navigation td {
	border-bottom: 1px solid #F4FFE4;  /* page bg */
	}
	
a:hover {
	color: #5C743D;  /* nav background */
}

#navigation a {
	font-size: 11px;
	font-weight: bold;
	color: #D5EDB3;  /* banner bg */
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;  /* date bar bg*/
	color:#993300; /* nav text color */
	}

/* 
this fills out the nav column and
determines the minimum page height
*/
#navheightspacer {
	height:400px;
}

/*	
.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;  
	line-height: 22px;
}
*/
	

/*
the following is for image drop shadows
*/
.img-shadow {
	float: left;
	position: relative;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	background-image: url(../images/cssdropshadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	margin: -8px 8px 8px -8px;
	padding: 0px;
}

/*
home page two column control
*/
.leftcolumn {
	float: left;
	width: 45%;
}

.rightcolumn {
	float: right;
	width: 45%;
}

.columntext {
	padding: 0px 0px 0px 5px;
}

/*
FAQs page
*/
.qanda {
	font-weight:bold;
	font-size: 13px;
}

/*
personal accounts
*/
.testimonial {
	margin: 30px 0px 0px 0px;
	text-align: justify;
}

.author {
	padding: 10px 10px 0px 0px;
	font-style: italic;
	text-align: right;
}

/*
database display pages
*/
.adminpagecommands {
	display: block;
}

.adminpagepaging {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}
#mastertable tr {
	font-size: 12px;
	vertical-align: top;
	line-height:14px;
}
#mastertable tr:hover {
	background-color: #CCCCCC;
}

.masterheadrow {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 25px;
	text-transform: capitalize;
	white-space: nowrap;
}

/*
for floating images in text
*/
#textimageright {
	float:right;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
}
