﻿/* CSS layout */
.orange {
	color: #FF9900;
}
.center {
	text-align: center;
}
.unbold {
	font-weight: normal;
}
.indent40 {
	margin-left: 40px;
}
ul {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	line-height: 20px;
}
h2 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	color: #595F73;
	font-weight: bold;
}
.subNavLink {
	font-weight: bold;
	color: #666666;
	font-size: small;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	line-height: 22px;
}
.fontWhite {
	color: #FFFFFF;
}
a {
	color: #578D30;
	text-decoration: none;
}
a:visited {
	color: #669900;
}
a:active {
	color: #808080;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
h1 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: large;
	color: #578D30;
	line-height: 40px;
}
.nav {
	font-size: small;
	text-decoration: none;
	margin-right: 35px;
	font-weight: bold;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.marginLeft340px {
	margin-left: 340px;
}
body {
	margin: 0;
	padding: 0;
}

#header {
	text-align: center;
	background-repeat: repeat-x;
	background-image: url('images/bgrepeater.jpg');
	background-position: bottom;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 842px;
}
#left_col {
	background-position: top;
	float: left;
	text-align: right;
	background-image: url('images/shadedbgright.jpg');
	background-repeat: repeat-y;
	margin-right: 10px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	width: 300px;
}
#page_content {
	margin-left: 310px;
}
#footer {
	clear: both;
	background-image: url('images/footerbg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
}
p {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	color: #333333;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
		
}
#footer a:hover {
	text-decoration: none;
	text-decoration: underline;
}

.marginLeft300pxCopy {
	margin-left: 300px;
}

.marginLeft40px {
	margin-left: 40px;
}

