@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #88807D;
	background-image: url(../Images/body_bgd13.jpg);
}
.index_page #container {
	width: 770px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../Images/index_bgd_cowboy.jpg);
	background-repeat: no-repeat;
	background-position: 0px 390px;
	border: 1px solid #333333;
}

.index_page #header h1 {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 135px;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #333333;
	font-variant: normal;
} 
h1 {
	font-size: 16px;
	font-variant: normal;
	color: #003366;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.1em;

}



.index_page #header p {
	padding-top: 0px;
	margin-top: -12px;
	padding-left: 135px;
	font-size: 12px;
	color: #333333;
	font-style: italic;
	
}
.index_page #header {
	background-color: #DDDDDD;
	background-image: url(../Images/index_banner.jpg);
	background-repeat: no-repeat;
	height: 340px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.index_page #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

.index_page #sidebar1 p {
	font-size: 7px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

.index_page #mainContent {
	margin-top: 0px;
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 140px;
	padding: 0px;
} 

.index_page #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 133px;
	padding-top: 15px;
	padding-bottom: 15px;
}


.index_page #footer {
	padding: 0 5px 0 20px;
	background-color: #67718C;
} 
.index_page #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	color: #FFFFFF;
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*Styling navigation for index page */
.index_page #navcontainer {
	width: 180px;
	padding: 0px;
	margin: 0px;
}

.index_page #navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

.index_page #navcontainer a
{
	display: block;
	width: 123px;
	background-color: #003366;
	border-bottom: 1px solid #eee;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 15px;
}

.index_page #navcontainer a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

.index_page #navcontainer a:hover
{
	background-color: #F5D679;
	color: #333333;
}

p {
	font-size: 11pt;
	line-height: 1.5em;
	padding-left: 2em;
	padding-right: 1em;
	color: #333333;
}

a img {border:none;}

a:link {
	color:#003366;
}
a:visited {
	color:#003366;
}
a:hover {
	color:#666666;
}
a:active {
	color:#000033;
}

#footer a:link {
	color:#FFFFFF;
}
#footer a:visited {
	color:#FFFFFF;
}
#footer a:hover {
	color:#CCCC66;
}
#footer a:active {
	color:#6666CC;
}

#quotes {
	font-size: 12px;
	line-height: 25px;
	color: #67718C;
	margin-top: 115px;
	margin-left: 21px;
	font-style: normal;
	text-align: center;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}



#footer {
	padding: 0 5px 0 20px;
	background-color: #67718C;
	background-image: url(../Images/footer_bgd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	color: #FFFFFF;
	font-size: 12px;
}

#date {
	font-style: normal;
	color: #6F7689;
	padding: 0px;
	font-size: 12px;
	float: right;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}
