/* Styles for Home Page */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	line-height: 14px;
}
p {
	margin-right: 40px;
	margin-left: 40px;
}

.topBanner-bottom {
	width: 600px;
}

.hdrColor {
	background-color: #030;
}

/*-------- Sidebar News --------*/
.sidebarNewsContainer {
	margin: 20px 5px 0px 20px;
	padding-bottom: 5px;
}
.sidebarNewsContainer h3.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 25px 0px 0px;
	color: #FFF9E9;
}

.sidebarNewsContainer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sidebarNewsContainer li {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #826832;
}

.sidebarNewsContainer a, .sidebarNewsContainer a:link {
	text-decoration: none;
	color: #FFF2D4;
}
.sidebarNewsContainer a:visited {
	color: #F8E1AE;
	text-decoration: none;
}
.sidebarNewsContainer a:hover {
	text-decoration: underline;
	color: #F6DEA9;
}
.sidebarNewsContainer a:active {
	text-decoration: none;
	color: #FFF2D4;
}

/*-------- Styles for Other Pages --------*/

form,input {
	font-size: 11px;
}

/*---- Styles for Navigation Menus ----*/


/*---- Left Navigation ----*/

.LeftNavMain {
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	border-top: #EEEEEE;
	border-right: #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: #EEEEEE;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	padding-right: 6px;
	text-align: right;
}
.LeftNavMainSelected {
	font-size: 11px;
	color: #AD8B43;
	line-height: 20px;
	border-top: #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	padding-right: 6px;
	text-align: right;
}
.LeftNavMainSelected a {
	color: #AD8B43;
	text-decoration: none;
}
.LeftNavSub {
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	border-top: #CDCDCD;
	border-right: #CDCDCD;
	border-bottom: #CDCDCD;
	border-left: #CDCDCD;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 6px;
	text-align: right;
}
.LeftNavSubSelected {
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	border-top: #CDCDCD;
	border-right: #CDCDCD;
	border-bottom: #CDCDCD;
	border-left: #CDCDCD;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 6px;
	text-align: right;
	text-decoration: underline;
}
/*---- Links ----*/

a.LeftNavMainLink:link {
	text-decoration: none;
	color: #000000;
}
a.LeftNavMainLink:visited {
	color: #000000;
	text-decoration: none;
}
a.LeftNavMainLink:hover {
	text-decoration: none;
	color: #AD8B43;
}
a.LeftNavMainSelectedLink:link {
	text-decoration: none;
	color: #AD8B43;
}
a.LeftNavMainSelectedLink:visited {
	color: #AD8B43;
	text-decoration: none;
}
a.LeftNavMainSelectedLink:hover {
	text-decoration: none;
	color: #AD8B43;
}
a.LeftSubNavLink:link {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
a.LeftSubNavLink:visited {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
a.LeftSubNavLink:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 11px;
}

/*---- Footer Navigation ----*/

a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:hover {
	color: #AD8B43;
	text-decoration: none;
}
.FooterNav {
	color: #FFFFFF;
	padding: 12px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .1em;
}
.FooterAddress {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 12px;
}


.FooterAddress a, .FooterAddress a:visited, .FooterAddress a:link {
	color: #333333;
	text-decoration: none;
}
.FooterAddress a:hover {
	color: #999;
	text-decoration: none;
}
.FooterAddress a:active {
	color: #333333;
	text-decoration: none;
}


.FooterCopyright {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.FooterCopyright a, .FooterCopyright a:link, .FooterCopyright a:visited {
	color:#999;
}
.FooterCopyright a:hover {
	color:#333;
}
.style3 {color: #AD8B43}
.style4 {font-size: 10px}
.UnboldAndSmall {
	font-size: 9px;
	font-weight: normal;
}
.MemberName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
li {
	margin-left: 30px;

}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 40px;
}
