/* CSS Document */

body, table, td, tr {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

.theBody {
	margin: 0px;
	padding: 0px;
	background-color: #005bab; /* blue */
	background-color: #cc0033; /* Holden Red */
	background-color: #e40d42; /* Red - too bright */
	background-color: #bb0a36; /* Darker Red */
	background-color: #cc0033; /* Nick's Logo Red */
	
}
.pageBG {
	background-image: url(../Images/bg-black-stripe.gif);
/*	background-image: url(../Images/bg-stripes.gif);*/
/*	background-image: url(../Images/bg-stripes-blue.gif);*/
	background-repeat:repeat-x;
	background-position:top left;
}

li {
	padding-top:2px;
	padding-bottom:2px;
}

a {
	color:#333333;
	font-size:10px;
}
a:hover {
	color:#000000;
	text-decoration:none;
}

form {
	margin: 0px;
}

img {
	border: 0px;
}

.container {
	margin: 15px auto 0px auto;
	width: 750px;
}

.header {
	clear: both;
}

.blackStripeHorizontal {
	background-color:#000000;
	height:4px;
}
.whiteStripeHorizontal {
	background-color:#ffffff;
	height:4px;
}
.whiteStripeVerticle {
	background-color:#ffffff;
	width:4px;
}
.highlightsBanner {
	height:24px;
}


.siteTable {/* to ensure the site content has a white background*/
	background-color:#FFFFFF;
}

.search {

}
.searchField {
	background-color: #005bab;
	color:#ffffff;
	font-size:12px;
}

.navigation {
	white-space:nowrap;
}

.contentArea {
	padding:15px 15px 15px 15px;
	background-color:#e3e2e8; /* Grey / Purple */ 
/*	background-color:#97c2e7; /* Light Blue */
/*	background-color:#c1def8; /* Lighter Blue */
}

.sectionBar {
	background:#497ca7;
}
.pageTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-stretch:ultra-expanded;
	color:#005bab;
/*	font-weight:bold;*/
}
.footer, .footer p {
	background-color:#cc0033;
	color:#FFFFFF;
}

.newsheadline {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #005bab;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}


