html { 
	margin: 0;
 	padding: 0;
	}
	 
body {
	margin: 0;
	padding: 0;
	background: #323031;
	text-align: center;
	font-family : times new roman;
	font-size : 10pt;
	font-weight : normal;
	color : #480828;
	}

a:link, a:visited, a:active {
	color:#ac0f5d;
	text-decoration: none;
	}	
	
a:hover {
	color:#480828;
	text-decoration: underline;
	}

.centered {
	text-align: center;
	}
	
p {
	font-family : times new roman;
	font-size : 10pt;
	font-weight : normal;
	color : #480828;
	padding: 0px 10px 0px 10px;
	}	

p.alerttext {
	font-family : times new roman;
	font-size : 9pt;
	font-weight : bold;
	color : #990000;
	text-align: center;
	}

p.bigtext {
	font-family : times new roman;
	font-size : 18pt;
	font-weight : normal;
	color : #480828;
	}

p.midtext {
	font-family : times new roman;
	font-size : 12pt;
	font-weight : normal;
	color : #480828;
	}
	
p.jsdate {
	text-align: right;
	}		
	
p.centered {
	text-align: center;
	}		

p.justf {
	text-align: justify;
	}

.anchorlinks {
	text-align: center;
	color : #990000;
	}	

.anchorlinks a:link, .anchorlinks a:visited, .anchorlinks a:active {
	color:#990000;
	}
	
.redtext {color : #ff0000;}	

.pinktext {color : #ff33cc;}

.justpadding {
	padding: 10px;
	}	
	
h1 {
	font-family : times new roman;
	font-size : 14pt;
	font-weight : bold;
	color : #666666;
	padding: 10px 0px 0px 10px;
	}	
	
dl {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #003366;
	}	

dl a:link, dl a:visited, dl a:active {
	color:#003366;
	text-decoration:none;
	}
	
dl a:hover {
	color:#cc6600;
	text-decoration:underline;
	}	
	
img {
	border: none;
	margin: 0px;
	padding: 0px;
	display: block;
	}

.padimg {
	padding-left: 20px;
	padding-right: 20px;
	display: inline;
	}	
	
.centerimg {
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	}	
	
.leftimg {
	float: left;
	}	

.rightimg {
	float: right;
	}	

.rollimg {
	border: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
fieldset {
	background-color: #efefef;
	padding: 5px 5px 5px 5px;
	}	
	
/* The fool-proof clear class */	
br.clear {
	clear: both;
	}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: both;
	}
	
.clear {
	min-height: 1px;
	}

* html .clear {
	height: 1px;
	}	
/* End the fool-proof clear class */	


	
#contactform {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #000;
	}	

#contactform .label {
	float: left;
	clear: left;
	width: 180px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	}
	
#contactform p {
	margin-top: 0;
	margin-bottom: 5px;
	}

input#sendinfo {
	margin-left: 180px;
	font-family: Arial, sans-serif;
	font-size : 9pt;
}
	
/* Page layouts */	
div#wrapper {
	width:806px;
	background: url(images/mainWrapperBkg.gif) center top;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

/* IE 6 Hack */
* html div#wrapper { 
	background:url(images/mainWrapperBkg.gif) center top; 
	}	
/* IE 6 Hack */

	
div#header {
	/*background-color: #fff;*/
	width: 806px;
	height: 152px;
	margin-right: auto;
	margin-left: auto;
	}

div#topnavsection {
	background-color: #6b696a;
	background:url(images/topNavBkg.gif);
	width: 806px;
	height: 22px;
	margin-right: auto;
	margin-left: auto;
	}

#topnav {
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #fff;
	line-height: 180%; 
	}

#topnav a:link, #topnav a:visited, #topnav a:active {
	color:#fff;
	text-decoration:none;
	}
	
#topnav a:hover {
	color:#ff99cc;
	}	

ul.topnavlinks {
	list-style-type: none;
	
	padding-top: 0;
	margin: 0;
	}
ul.topnavlinks li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	}	
	

div#wrappercontentboxbkg {
	/*background-color: #ff9900;*/
	background-image: url(images/wrappercontentboxbkg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 806px;
	margin: 0;
	padding: 0;
	}	
	
div#sidebar {
	/*background-color: #ffcc99; */
	float: left;
	width: 40px;
	}

/* IE 6 Hack */
* html div#sidebar { width: 40px; }
/* IE 6 Hack */


#main {
	/*background-color: #f6f6f6;*/
	float: right;
	width: 716px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

* html #main {
	width: 716px;
	}


div#rightsidebar {
	/* background-color: #ffcc99;
	background-image: url(images/rightSideBkg.gif);
	background-repeat: repeat-y;
	background-position: 100% 100%; */
	float: right;
	width: 50px;
	}


#footer {
	clear: both;
	background: #fff url(images/footerBkg.gif) center top no-repeat;
	/*height: 124px;*/
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #666666;
	line-height: 175%; 
	}

/* IE 6 Hack */
* html #footer { 
	background:url(images/footerBkg.gif) center top no-repeat; 
	}	
/* IE 6 Hack */	
	
#footer a:link, #footer a:visited, #footer a:active {
	color:#666666;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#009999;
	text-decoration:none;
	}	

ul.footernav {
	list-style-type: none;
	padding-left: 0;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 0;
	}
ul.footernav li {
	display: inline;
	}

	
/* End page layouts */


/* Tables */
 tr.white {	
	background: #fff;
	}	

 tr.gray {	
	background: #e7e7e7;
	}

 td.light {	
	background: #fff;
	}
	
 td.dark {	
	background: #cc9933;
	}

.productTable {
	width: 335px;
	float: right;
	margin-bottom: 10px;
	background: #ffcc33;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #000;
	border: 1px solid #000;
	}
	
.productTable td {	
	padding: 4px;
	white-space:nowrap;
	}
	
.productTable th {	
	padding: 0px;
	vertical-align: bottom;
	background: #ffcc33;
	}