@charset "utf-8";
a:link  {
	color: #FFFFFF;
	font-weight: normal;
}
a:visited {
	color: #006666;
}
body {
	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;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/backgrounds/bg2.jpg);
	background-repeat: no-repeat;
}
table {
	margin: 0px;
	padding: 0px;
}
.dkblue {
	background-image: url(images/backgrounds/blue_bar.png);
}
.ltblue {
	background-image: url(images/backgrounds/lt_blue_bar.png);
}
.brown {
	background-image: url(images/backgrounds/red_bar.png);
}
.purple {
	background-image: url(images/backgrounds/purple_bar.png);
}
.singlecol #container {
	width: 50em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.singlecol #mainContent {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.singlecol #mainContent p {
	font-size: 88%;
	color: #000000;
}
.singlecol #mainContent h1 {
	font-size: 160%;
	color: #FFFFFF;
}
.singlecol #mainContent h4 {
	font-size: 100%;
	color: #FFFFFF;
}
.singlecol   #mainContent .highlighted {
	font-size: 90%;
	color: #266F6F;
	font-style: italic;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.singlecol #mainContent .footer {
	font-size: x-small;
	color: #FFFFFF;
	font-style: italic;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.singlecol  #mainContent .sidebar {
	font-size: 80%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.singlecol   #sitemap  a:link {
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #003366;
}
.singlecol #sitemap a:visited {
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #663366;
}
.singlecol #products a:visited {
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFCC;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.cursor  {
	cursor: pointer;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

.fltrt { /* this class can be used to float an element right in your page */
	float: right;
}
