*{
	padding:0px;
	margin:0px;
}
	
body {
	text-align:center;
	background-image: url(images/lblue013.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
	margin:0px;
}

h1 {
	font-size: 16px;
	font-weight:bold;
}

#container {
	width:798px;
	border: thin solid #000000;
	text-align:left;
	position: relative;
	height: 798px;
	background-color: #FFFFFF;
	margin:auto;
}

#headerWrapper{
	background-image: url(images/toptile.jpg);
	height: 120px;
	width: 100%;
}

#menuWrapper {
	height: 545px;
	width: 150px;
	background-color: #3878BF;
	float: left;
}

#mainWindow{
	/*margin-left: 150px;*/
	height: 545px;
	z-index: 2;
	float:right;
	width:648px;
	/*position: relative;
	left: 0px;
	top: 0px;*/
}

#contents {
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.productListColumn{
	width:50%;
	float:left;
}

.imageWindow {
	float: left;
	height: 133px;
	width: 133px;
}

#logo {
	position: absolute;
	right: 80px;
	z-index: 10;
}

a, a:visited {
	text-decoration: none;
	color:#0000CC;
}

a:hover {
	text-decoration: underline;
	color:#0000CC;
}

.clearBoth {
	clear:both
}

.pageMargin {
	height: 25px;
	background-image: url(images/lblue013.jpg);
}

a.mainLinks, a.mainLinks:visited, a.mainLinks:hover{
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}

#compName, #slogan {
	float: left;
}

#pageTitle {
	font-size: 16px;
	font-weight: bold;
	color: #0000CC;
	text-align: center;
	margin-bottom: 20px;
}

.smallComments{
	font-size: 9px;
}

.errorMsg{
	color:#CC0000;
	font-weight:bold;
}

li{
	margin-left: 20px;
}

.successMsg{
	color:#009900;
	font-weight:bold;
}

.productCategory{
	font-size: 14px;
	font-weight: bold;	
}

ul.missionstatement {
	list-style:none;
}

ul.missionstatement li {
	padding-left:20px;
	margin-bottom:20px;
}

ul.missionstatement li .firstLetter {
	font-size:20px;
	font-weight: bold;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
}

.msHeader {
	padding:5px;
	border:thin solid #990000;
	color:#990000;
}

.adSense {
	padding-top:20px;
	padding-left:10px;
}
