/**************** body and tag styles ****************/
body {
	margin-top: 0px;	  
	margin-bottom: 30px;
	padding: 0;
	font: 11px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	line-height: 1.4em;
	background: #6eb43f;
}


a{
	color: #3F256B;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #d11921;
}

#container {
	width: 766px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
}

#logo {
	padding: 0px 0px 0px 00px;
	background-color: #ffffff;
	text-align: center;
}

#address {
	padding: 00px 00px 0px 0px;
	text-align: center;
	font-weight: bold;
	color: #6eb43f;
	font-size: 12px;
}

#address ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

#address ul li {
	display: inline;
	padding: 0 30px;
}

#nav {
	clear: both;
	margin: 0 auto;
	background-color: #fbb03c;
	text-align: center;
	height: 30px;
	background: url("images/topnav_bg.gif");
}

#nav ul {
	margin: 0;
	font: 14px Arial, sans-serif;
	font-weight: bold;
	padding: 10px 0px 0px 18px;
	list-style-type: none;
	white-space: nowrap;
}

#nav ul li {
	display: inline;
	
}

#nav ul li a{
	padding: 0px 19px;
	text-decoration: none;
	float: left;
	color: #d81f26;
	background-color: #fbb03c;
}

#nav ul li a:hover{
	background-color: #FFE271;
}


#homenav {
	clear: both;
	margin: 0 auto;
	background-color: #fbb03c;
	text-align: center;
	height: 30px;
	background: url("images/topnav_bg.gif");
}

#homenav ul {
	margin: 0;
	font: 14px Arial, sans-serif;
	font-weight: bold;
	padding: 10px 0px 0px 18px;
	list-style-type: none;
	white-space: nowrap;
}

#homenav ul li {
	display: inline;
	
}

#homenav ul li a{
	padding: 0px 25px;
	text-decoration: none;
	float: left;
	color: #d81f26;
	background-color: #fbb03c;
}

#homenav ul li a:hover{
	background-color: #FFE271;
}


#homepagelefttop {
	margin: 0;
	padding: 0;
	width: 640px;
	height: 356px;
	float: left;
	background: url("images/frontpage.jpg") no-repeat;
}

#homepageleftbot {
	margin: 0;
	width: 639px;
	height: 310px;
	float: left;
}

#hometext {
	padding: 20px 40px 10px 40px;
	text-align: left;
	color: #6eb43f;
}

.homebold {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #000000;
}

#homepageright {
	margin: 0;
	margin-top: 1px;
	padding: 0;
	width: 126px;
	float: right;
}

#bottombar {
	clear: both; 
	margin: 0 auto;
	background-color: #fbb03c;
	text-align: center;
	height: 24px;
}

#footer {
	text-align: center;
	background: #6eb43f;
	color: #000000;
	font-size: 11px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

#footer ul li {
	display: inline;
	padding: 0 20px;
}

#footer ul li a{
	color: #3F256B;
	text-decoration: none;
}

#footer ul li a:hover{
	text-decoration: underline;
	color: #FFE271;
}


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

#pagetext h1 {
	padding: 0px 0px 6px 0px;
	margin: 10px 0px 20px 0px;
	font-weight: bold;
	font-size: 22px;
	border-bottom:1px solid #fbb03c;
	color: #d81f26;
}

#pagetext pre {
	padding: 30px 0px 10px 10px;
	font: 11px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}

#pageright {
	float: right;
}

#pageleft {
	float: left;
}

.itcn {
	margin: 0px;
	padding: 10px;
	color: #528331;
}

.itcn a {
	color: #528331;
}

.itcn a:hover {
	color: #fbb03c;
}

.quote {
	margin: 4px;
	font-size: 12px;
	padding: 7px 10px 0px 26px;
	background: url("images/quote.gif") no-repeat;
}

.quoteTitle {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 20px 20px 120px;
}

