@charset "utf-8";
body {
	background-repeat: repeat-x;
	background-position: top;
	background-color: #546a5e;
	background-image: url(images/BannerFade.png);
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #002779;
	line-height: 16px;
}
h1 {
	font-size: 24px;
	color: #003399;
	margin-top: 0px;
	margin-bottom: 16px;
	font-weight: normal;
}



h2 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #546A5E;
}
h3 {
	font-size: 14px;
	color: #003399;
	font-weight: normal;
	margin-top: 20px;
}

h4 {
	font-size: 13px;
	color: #477655;
	font-weight: normal;
}
#wrapperTop {
	width: 729px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	background-image: url(images/wrapShadowTop.jpg);
	background-repeat: no-repeat;
	height: 34px;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#wrapper {
	width: 729px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	margin-top: 0px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	background-image: url(images/wrapShadowMid.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 0px;
}

#wrapperBottom {
	width: 729px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	background-image: url(images/wrapShadowBottom.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding-right: 20px;
	padding-left: 20px;
}

#name {
	height: 105px;
	width: 600px;
	margin-top: 0px;
	margin-left: 70px;
	float: left;
	margin-right: auto;
}
#footer {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	margin-top: 0px;
	padding: 0px 10px 5px 60px;
	color: #FFFFFF;
}
#leftColumn {
	text-align: left;
	float: left;
	width: 100%;
	background-color: #DEECDD;
	border: 1px dotted #999999;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	margin-top: 10px;
}
#rightColumn {
	text-align: left;
	padding: 0px 10px 0px 25px;
	width: 150px;
	line-height: 20px;
	font-size: 13px;
	color: #477655;
	border: 1px dotted #999999;
	margin-right: 20px;
	margin-top: 10px;
	float: right;
	background-color: #EAF3E9;
}

#LColumn {
	text-align: left;
	float: left;
	width: 430px;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#RColumn {
	text-align: left;
	padding: 0px 10px;
	float: right;
	width: 250px;
	line-height: 20px;
	font-size: 13px;
	color: #009556;
	margin-right: 0px;
	margin-top: 0px;
}


#tagLine {
	height: 50px;
	width: 300px;
	float: left;
}
#footer a {
	font-size: x-small;
	font-weight: normal;
	text-decoration: none;
	color: #B1DED6;
}
#rightColumn #rates {
	margin-bottom: 15px;
}
#leftColumnPlain {
	text-align: left;
	float: left;
	width: 100%;
	background-color: #F2F9F2;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
}
#navbar{
	height:27px;
	padding: 0px;
	clear: both;
	vertical-align: middle;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

div#navbar li {
	list-style-type: none;
	display: inline;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: 27px;
}


div#navbar li a {
	text-decoration: none;
	padding: 6px 20px 6px;
	font-weight: bold;
	display: inline-block;
	font-size: 12px;
	color: #546A5E;
	margin: 0px;
	border-top: 1px solid #039;
	border-bottom: 1px solid #039;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #039;
	border-left-color: #039;
	background-color: #DEECDD;
}

div#navbar li a:hover {
	background-color: #546A5E;
	color: #F2F9F2;
}
.smallGrey {
	font-size: 11px;
	color: #666;
}

div#navbar ul {
	padding: 0px;
	margin: 0px;
}



.tiny {
	font-size: x-small;
}

.extraLargeText {
	font-size: 28px;
}

