/*
STYLES FOR VERSION 4 BROWSERS

NOTE: make sure these are over-ridden in styles.css !!!

*/

body {
	color : #505050;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

h1,h2,h3,h4,h5,h6,p,table,td,ol,ul {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
}

h1 {
	color : #550000;
	font-size : 1.1em;
	font-weight : normal;
	border-bottom : 1px solid #E1DBD6;
}

h2 {color : #313031;}
h2,h3,h4 {font-size : 1em;}
h3 {color : #313031;}

p {
	color : #505050;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

select {
	color : #505050;
}

a:link,a:visited,a:hover,a:active {
	color : #550000;
	text-decoration : none;
}
a:visited {color:#756F3F;}
a:hover {text-decoration : underline; color : #333000;}
a:link {color:#550000;}

.navLink {color:white;}
.navLink a {color:white;}

td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #505050;
}

th {text-align : left;}

.topNav {
	border : 10px solid red;
}

/* BANNERS */
.banner1 {
	background-color : black;
	border-bottom : 2px solid white;
	margin-bottom : 0;
}
.banner2 {
	background-color : #D9CBC2;
	border-bottom : 2px solid white;
	margin-bottom : 0;
}
.banner3 {
	background-color : #33632F;
	border-bottom : 2px solid white;
	margin-bottom : 0;
}
.banner4 {
	background-color : #81873D;
	border-bottom : 2px solid white;
	margin-bottom : 0;
}
.banner5 {
	background-color : #807535;
	border-bottom : 2px solid white;
	margin-bottom : 0;
}

.banner6 {
	background-color : #4D7920;
	border-bottom : 2px solid white;
	margin-bottom : 0;
}
.banner7 {
	background-color : #56B1DD;
	border-bottom : 2px solid white;
	margin-bottom : 0;
}
.banner8 {
	background-color : #1F120A;
	border-bottom : 2px solid white;
	margin-bottom : 0;
}

.breadCrumb {
	background-color : #F7F6EE;
}
.emailthis {
	font-size : 0.8em;
	padding-left : 18px;
	border-bottom : 2px solid white;
	border-left : 2px solid white;
}

.searchSubmit {border:0;}

.footer {background-color : #E1DBD6;}

.leftColHeading {
	background-color : #F7F6EE;
}

.leftNav {
	background-color : #F7F6EE;
	width: 173px;
}

.alignTop {
	vertical-align : top;
}
.alignRight {
	text-align : right;
}
.alignLeft {
	text-align : left;
}
.alignCenter {
	text-align : center;
}

.goldText {
	color : #756F3F;
}
.required {
	font-weight : bold;
	color : #660E01;
}
.headline {
font-weight: bold;
}