body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FDF8E2;
}

img {
	border: 0;
}

#FooterMenu {
	padding-top:15px;
	color:#FFFFFF;
	text-align:center;
}
#FooterMenu A {
	color:#FFFFFF;
	text-decoration:none;
}
#FooterMenu A:hover {
	color:#FDF8E2;
	text-decoration:underline;
}
#FooterTagLine {
	font-size:10px;
	color:#FFFFFF;
	padding-top:30px;
	padding-left:5px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a {
	display: block;
	color: #666666;
	background-color: #FDF8E2;
	width: 228px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 14px;
	background-image: url(images/arrow.green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfc9b3;
	margin-right:5px;
}

#navcontainer a:hover {
	background-color: #FDF8E2;
	color: #000000;
	background-image: url(images/arrow.red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
}

#navcontainer li li a {
	display: block;
	color: #FFF;
	background-color: #69C;
	width: 9em;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

#quote {
	height:70px;	
	color: #fff;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}

#quote_body {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	padding: 5px 10px;
	float:left; display:inline;
	clear:both;
	height: 2em;
	overflow: hidden;
	width: 420px;	
}

#quote_title{
	font-weight:bold;
	width: 390px;
	padding: 5px 0 5px 30px ;
}

#quote_read_more {
	width: 100px;
	float: left;display:inline;
	vertical-align: bottom;
	height:45px;
	text-align:right;	
}

#quote_read_more a:link, #quote_read_more a:visited {
	color: #FFF;
	font-weight:bold;
}

#quote_read_more a:hover {
	color: #a2a6ff;
	font-weight:bold;
}

.quote {
	margin: 30px 10px;
	background: #363F23;
	border: 1px solid #86AF2B;
	border-width: 3px 0;
	color: #fff;
	font: italic 140% Georgia, "Times New Roman", Times, serif;
	padding: 0.5em 0.75em; 
}

.quote_title {
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	margin: 15px 0;
	text-align:center;
	font-weight: bold;
	border-bottom: 1px solid #86AF2B;
}

.quote_body {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	margin: 15px 0;
}

h2{
	margin: 0 0 20px 0;
}

h3
{
	font-family: "Times New Roman",Times,serif;
}

/* PAGE HEADER STYLES */
#pageHead {
    width: 866px;
    background: url(images/headbg.jpg) top right no-repeat;
    margin-bottom: 15px;
}
#pageHead a img {
    float: left;
    width: 220px;
    height:  115px;
}
#headQuote {
    float: left;
    text-align: center;
    margin-left: 40px;
    margin-top: 15px;
    vertical-align: bottom;
}
#headMenu {
    float: left;
    margin-left: 40px;
    padding-bottom: 4px;
    background: url(images/headmenu_shadow.gif) bottom left repeat-x;
}
.bycls {
	margin-top:0px;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}
.bycls:hover {
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity:1.0;	
}