body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.navbar {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669900;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
.Rcolumn {
	background-image: url(images/sideshadow.gif);
	background-repeat: repeat-y;
}
.tagline {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #003300;
	background-color: #FFFFFF;
	padding-right: 30px;
}
.bottomRow {
	background-image: url(images/bottomshadow.gif);
	background-repeat: repeat-x;
}
.main {
	background-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}
.sidebar {
	background-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #669900;
	padding-left: 10px;
	padding-right: 5px;
}
.heading {
	font-size: 16px;
	font-weight: bold;
	color: #003300;
	font-style: italic;
}
a:link {
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
a:active {
	color: #003300;
	text-decoration: none;
}
.contact {
	font-size: 11px;
	color: #003300;
	line-height: normal;
}
.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:hover {
	color: #003300;
	text-decoration: none;
}
.navbar a:active {
	color: #FFFFFF;
	text-decoration: none;
}
