@charset "UTF-8";
* {
	margin: 0;
}

html,body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height:100%;
	text-align: left;
	color: #000000;
	font-size: 18px;
	background-image: url(../content/graphics/westernSupportBG01.jpg);
	background-repeat: no-repeat;
	position: relative;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	font-size: 2em;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	margin-top: 7px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
}
a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtrHdr #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
ul {
	margin-bottom: 7px;
	text-align: center;
}
ol {
	margin-bottom: 7px;
}
img {
	border: 0px;
}

.text12 {
 font-size:12px;
}

.red {
	color: #531101;
}

.photos {
	border: 1px solid #000000;
}
