@charset "UTF-8";
/* CSS Document */

body {
	font: Georgia, "Times New Roman", Times, serif;
	
	background: #FFF;
	background-image: url(images/bkgnd-pattern.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: #00545A;
}
.oneColFixCtr #container {
	width: 846px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

h1 { font-size:18px;}

h2 { font-size:16px; font-weight: bold; font-style: italic; text-align: center; padding-bottom: 4px; border-bottom: 1px dotted #CC9966}
p { font-size:12px;}

ul li { font-size:12px; padding: 4px;}

.centercol p {padding-left: 15px; padding-right: 15px;}


#leftcol p {padding-left: 20px;}

#leftshad { background-image:url(images/left-shadow.jpg); background-repeat:repeat-y;}

#rightshad { background-image:url(images/rt-shadow.jpg); background-repeat:repeat-y;}

.rtcol {font-size:11px; line-height: 16px; padding-left: 10px; padding-right: 10px;}

.smallcaps {
	font: small-caps normal 14px/20px Georgia, "Times New Roman", Times, serif;
}

#mainlist li { font-size:16px; font-weight: bold;}

.lg { font-size:16px; font-weight: bold;}
.lg2 { font-size:16px; padding-left: 15px; font-weight: bold;}

.style1 {
	font-size: 11px;
	font-style: italic;
	
}

.photoborder { border: 1px solid #99CCCC; padding: 2px;}

a:link {
	color: #CC9933; text-decoration: none;
}

a:visited {
	color: #CC9933; text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CC9933;
}
.style3 {font-size: 16px; font-weight: bold; }

#kits td { padding-top: 7px;}

#kits td {border-bottom: 1px dotted #cccccc; }