@charset "utf-8";
body  {
	background:#00CF00 url('../images/stpat/bg.jpg') fixed left top;
	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;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColFixLtHdr #header {
	background: #FFFFFF;
	line-height: 135px;
} 

	.lefthdr {
	float: left;
	width: 225px;
	background-image: url(../images/no-inventory.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	}
	
	.image {
	float: left;
	width: 350px;
	background-color: #FFFFFF;
	background-image: url(../images/stpat/header.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}

	.righthdr {
	float: right;
	width: 225px;
	height: 135px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	}
	
/* START NAVIGATION */
#navigation{
	clear: both;
	text-align: center;
	font-weight: bold;
	background-color: #008600;
	padding-top: 5px;
	padding-bottom: 3px;
}

a img {
	border: none; 
}
/* END NAVIGATION */	
	
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin: 0px;
} 

	#mainContent .homeimg {
		float: left;
		width: 250px;
		height: 250px;
		background-color: #FFFFFF;
		background-image: url(../images/home-img.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}

	#mainContent .hometxt {
		float: left;
		width: 370px;
		background-color: #FFFFFF;
	}

#marq {
	clear: both;
	background-color: #00CF00;
	padding: 2px;
}

marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00CF00;
}

#bottombox{
	clear: both;
	text-align: center;
	background-color: #008600;
}
	
	.leftbox {
	float: left;
	width: 267px;
	background-color: #008600;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
	.centerbox {
	float: left;
	width: 266px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #008600;
	}

	.rightbox {
	float: right;
	width: 267px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #008600;
	}

#bottomnav{
	clear: both;
	text-align: center;
	font-weight: bold;
	background-color: #00CF00;
	padding-top: 5px;
	padding-bottom: 3px;
	height: 20px;
}

#bottomnav p {
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
	margin: 0px;
}

#bottomnav A  {
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
	text-decoration: underline;
}

#bottomnav A:Visited  {
	font-weight : bold;
	font-style : normal;
}

#bottomnav A:Active  {
	text-decoration : none;
}

#bottomnav A:Hover  {
	font-weight : bold;
	text-decoration : none;
}




h1 {
	font-size : 14pt;
	font-weight : bold;
	color : #9966CC;
}

h2 {
	font-size : 12pt;
	font-weight : bold;
	color : #9966CC;
}

h3 {
 	font-size : 10pt;
 	font-weight : bold;
 	color : #663399;	
}

p {
	font-size : 10pt;
	color : #000000;
}

TD {
	font-size : 10pt;
	color : #000000;
}

ul, ol {
	font-size : 10pt;
	color : #000000;
}

LI {
	font-size : 10pt;
	color : #000000;
}

A  {
	font-weight : bold;
	font-style : normal;
	color : #663399;
	text-decoration: underline;
}

A:Visited  {
	font-weight : bold;
	font-style : normal;
}

A:Active  {
	text-decoration : none;
}

A:Hover  {
	font-weight : bold;
}

.copy  {
	font-size : 8pt;
	color : #FFFFFF;
	margin-top : 0;
	margin-bottom : 0;
}
