/* CSS Document */

body {
	background-image: url(../assets/background_main.jpg);
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

h1 {
	color: #630;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 6px;
	padding-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: 20px;
	letter-spacing: 0em;
}

h2 {
	color: #630;
	font-size: .7em;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 5px;
	padding-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p {
	color: #000;
	font-size: 0.7em;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	margin-right: 20px;
	font-weight: normal;
}

.ul {
	color: #630;
	list-style-type: square;
	list-style-position: outside;
	text-indent: 0px;
}

li {
	margin-bottom: -0.3em;
	margin-top: -0.3em;
	font-size: 0.7em;
	color: #630;
	font-weight: normal;
	list-style-type: square;
	padding: 0px;
}

a.navLink {
	color: #130E0D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../assets/navoff.gif);
	background-repeat: repeat;
	background-position: 20px;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 8px 0px 0px;
	height: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #BB9E64;
}
a.navLink:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFEEA8;
	background-image: url(../assets/navon.gif);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	background-position: 20px;
	margin: 0px;
	height: 20px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


a.StandardLink {color: #630; text-decoration: underline;}
a.StandardLink:active {	color: #630;}
a.StandardLink:hover {color: #FF9900; text-decoration: none; background-color: #FFEEA8;}
.bottomcolor {
	color: #000000;
	font-size: .7em;
	font-weight: bolder;
	text-align: center;
}
.backgroundsubtext {
	background-image: url(../assets/background_subtext.jpg);
}
.background_nav {
	background-image: url(../assets/background_nav.gif);
}
.background_about {
	background-image: url(../assets/background_about.jpg);
}
.background_subtextlight {
	background-image: url(../assets/background_subtext_light.jpg);
}
.topbar_topheight {
	height: 250px;
}
.toptext_h1edit {
	color: #000000;
	float: right;
	width: 380px;
	clear: left;
	text-align: right;
}
.zero_ul {
	margin-top: 0px;
	padding-top: 0px;
}
.zero_h2 {
	margin-top: 0px;
	padding-top: 0px;
}
.zero_h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.zero_bottom_p {
	margin-bottom: 3px;
}
.bannerp {
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	margin-top: 11px;
	padding-left: 11px;
	margin-left: 11px;
}
