@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background.gif);
	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;
}

.clear {
	clear:both;
	border-bottom: dotted 1px #333333;	
}



.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px 0 213px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	font-size: 12px;
}

.oneColFixCtr #mainContent img {
	padding: 0 20px 0 0px;
	
}




.intro { 

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height: 32px;

}

h1 {

font-family:Arial, Helvetica, sans-serif;
font-size: 24px;
color:#990000;

}

h2 {

font-family:Arial, Helvetica, sans-serif;
font-size: 18px;

}

p, li { 

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 20px;

}

#products h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height: 32px;
	color: #333333;
	font-weight: normal;


}


#products h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
	padding:0 0 0 240px;


}

#products ul {	padding:0 0 0 260px;
}

#products .indent {	padding:0 0 0 245px;
}


#productlinks li{ 

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height: 32px;
	text-decoration:none;
		list-style:none;


}

#productlinks a{ 

	text-decoration:none;
	color: #333333;

}

#productlinks a:hover{
	list-style-image: url(../images/bracket.gif);	
}


.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}