body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img{
	border: none;
}
a{
	text-decoration: none;
}

/* Fortmatting for the header section*/
.header{
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}

/*Formating for your announcements such as out of town announcements*/
.announcements{
	padding: 5px 10px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	color: red;
	text-align: center;
}

/*Formating for your top navigation bar*/
.navigation{
	height: 75px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/navbar.jpg);
	text-align: center;
}
.navigation  a:link, .navigation a:visited {
	text-decoration: none;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
}
.NavTop p {
	margin-bottom: 0px;
	padding-top: 15px;
}
.NavBot p {
	margin-top: 10px;
}
.NavTop a:link, .NavTop a:visited {
	color: #000;
	border-left: solid 1px #FFB813;
}
.NavTop a:hover { 
	color: #FFB200; 
}
.NavBot a:link, .NavBot a:visited {
	color: #FFF;
	border-left: solid 1px #1F608F;
}
.NavBot a:hover { 
	color: #529ED5; 
}
/* End formatting for you navigation bar*/

/*Formatting for the middle section which includes your left hand navigation and your content section*/
.page{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/*Formatting for the left side navigation bar*/
.sidebar{
	clear: left;
	float: left;
	width: 200px;
	text-align: center;
}
.SideTop{
	background-image: url(images/nav_top.jpg);
	background-repeat: no-repeat;
}
.SideBot {
	background-image: url(images/nav_bottom.jpg);
	height: 35px;
}
.SideTop h4 {
	margin: 0px;
	line-height: 35px;
	color: #000;
}
.SideMid{
	background-image: url(images/nav_middle.jpg);
	background-repeat: repeat-y;
	padding: 5px 5px;
}
.SideMid img{
	border: 0px;
	width: 150px; 
	height: 129px;
	padding-top: 10px;
}
.linknoimg{
 border-bottom: 2px solid rgb(255, 204, 85); 
 line-height: 75%;
}
.SideMid a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
/*End formatting for the left side navigation bar*/

/*Formatting for the content section of the webpage*/
.content{
	margin-left: 205px;
	text-align: center;
}
.contentTop{
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
}
.contentBottom{
	background-image: url(images/content_bottom.jpg);
	height: 35px;
	background-repeat: no-repeat;
}
.contentTop h4 {
	margin: 0px;
	line-height: 35px;
	color: #000;
}
.contentMiddle {
	background-image: url(images/content_middle.jpg);
	background-repeat: repeat-y;
	padding: 5px 5px;
}
.contentMiddle p{
	margin: 0px;
	padding: 0px 10px;
}
.contentMiddle a:link, .contentMiddle a:visited {
	text-decoration: none;
	color: #336688;
	font-weight: bold;
}
.contentMiddle a:hover {
	color: #529ED5;
	font-weight: bold;
}
.contentMiddle img{
	border: 0px;
}
h3 {
	color:#336688;
	font-size:1em;
	font-weight:bold;
	margin: 0px;
}
h2  span{
	color:#FF8800;
}
h2 {
	margin: 0px;
}
h6 {
	color: #F80;
	font-size: 1em;
	margin:0;
}
ul {
	text-align: left;
	margin-right: 10px;
	padding-left: 30px;
}
li span {
	color: #F80;
	font-weight: bold;
}
li img {
	margin: 0px 5px 5px 5px;
}
li a:link, li a:visited {
	text-decoration: none;
	color: #336688;
	font-weight: bold;
}
li a:hover { 
	color: #529ED5; 
}
caption {
	font-size: .6em;
	font-weight: bold;
	padding-left: 10px;
	}
hr {
	color: #000000;
	width: 650px;
}
/*Formatting for table on women's visors page*/
table {
	margin-top: 10px;
	margin-left: 5px;
	border-collapse: collapse;
	text-align: center;
}
thead {
	border-bottom: solid 1px #000;
}
td {
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: top;
}
#StyleNum {
	background-color: #E9F7FF;
	width: 40px;
}
#TrimID {
	background-color: #E9F7FF;
	width: 40px;
}
#StyleDesc {
	width: 234px;
}
#TrimDesc {
	width: 360px;
}
/*End table on women's visors page formatting*/
/*End formatting the main content section*/

/*Formatting for the footer*/
.footer{
	clear: both;
	padding: 0px 5px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: center;
}
.footer a:link, .footer a:visited {
	text-decoration: none;
	color: #000;
	padding: 5px 0px 0px 5px;
	font-weight: bold;
	border-bottom: solid 2px #FC5;
}
.footer a:hover { 
	color: #FFB200; 
}
h5 {
	font-size: 1em;
	margin:0;
	padding: 0px 0px 0px 0px;
	background-color: #FC5;
}