﻿@import url(layout.css);
@import url(masthead.css);
@import url(navigation.css);
@import url(footer.css);
@import url(Buttons.css);
/* CSS layout */
#column_l {
	float: left;
	position: relative;
	width: 310px;
	margin: 0;
	padding: 5px 5px 5px 0px;
}
#column_l p {
	margin: 2px 2px 2px 2px;
}
#column_r {
	float: right;
	position: relative;
	padding: 5px 0px 5px 5px;
	width: 650px;
	margin: 0;
}
#column_r p {
	margin: 2px 2px 2px 2px;
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
	margin:2px 0 4px 0px;
	font-weight:bold;
	text-align: center;
}
h2 {
	color: #965;
	font-size: 1.75em;
	margin:2px 0 4px 0px;
	font-weight:bold;
	text-align: center;
}
h3 {
	color: #965;
	font-size: 1.5em;
	margin:2px 0 4px 0px;
	font-weight:bold;
	text-align: center;
}
h4 {
	color: #965;
	font-size: 1.25em;
	margin:2px 0 4px 0px;
}
h5 {
	color: #965;
	font-size: 0.75em;
	margin:2px 0 4px 0px;
}
h6 {
	color: #965;
	font-size: 0.5em;
	margin:2px 0 4px 0px;
}
.fontsm {
	font-size:.75em;
}
.fontmd1 {
	font-size:1.25em;
}
.fontmd1B {
	font-size:1.25em;
	font-weight:bold;
}
.fontmd2 {
	font-size:1.5em;
}
.fontmd2BC {
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
}
.fontmd2BCR {
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	color:red;
}
.fontmd2BR {
	font-size:1.5em;
	font-weight:bold;
	color:red;
}
.fontmd3 {
	font-size:1.75em;
}
.fontlg2 {
	font-size:2.0em;
	font-weight:bold;
}
.fontlg2BC {
	font-size:2.0em;
	font-weight:bold;
	text-align:center;
}
.fontlg3 {
	font-size:2.75em;
	font-weight:bold;
}
.fontlg4BC {
	font-size:3.0em;
	font-weight:bold;
	text-align:center;
}
big {
	color: #965;
	font-size: medium;
}
.fontBold {
	font-weight:bold;
}
.styleCenter {
	text-align:center;
}
.styleGreenBanner {
	background-image: url('../images/BannerGreenRight.gif');
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}
.styleGreenBox {
	border-width: 1px;
	border-style: solid;
	border-color: #D9E8E1;
	overflow: hidden;
}
.styleGreenFade {
	background-image:url('../images/FadeGreen150.gif');
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
.GreenTitleBar {
	border-width: 1px;
	border-color:black;
	border-style:solid;
	background-color: #D9E8E1;
	font-size: 1.25em;
	font-weight:bold;
}
.BlackBox {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	overflow: hidden;
}
.BrownBox {
	border-width: 2px;
	border-style: solid;
	border-color: #965;
	overflow: hidden;
}
.styleBannerTitle {
	border-top:3px green solid;
	background-color:#D9E8E1;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
}
.styleBannerTitleRed {
	border-top:3px green solid;
	background-color:#D9E8E1;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	color:red;
}
.styleYellowBanner {
	padding: 0px;
	margin:0px;
	background-image: url('../images/BannerYellowRight.gif');
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	width:100%;
}
.styleYellowFade {
	background-image:url('../images/FadeYellow250.gif');
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
.styleBurntBanner {
	padding: 0px;
	margin:0px;
	background-image: url('../images/BannerBurntRight.gif');
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	width:100%;
}
.styleBurntBox {
	padding: 2px;
	margin: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffcc33;
}
.styleBurntFade {
	background-image:url('../images/FadeBurnt250.gif');
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
.tester {
	display: inline-block;
}
/* Styles for Links */
a {
	color: #CC9900;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles */
.float_right {
	float: right;
	margin-left: 2px;
	position: relative;
}
.float_left {
	float: left;
	margin-right: 2px;
	position: relative;
}

