body {margin:10px 0px 0px;}

a {
	font-weight: bold;
	color: #000080;
}
a:hover{
	color:#0000CC;
}

li {
  font-family:Arial, Helvetica, sans-serif;
  size:14px;
  padding-left:20px;
}
/* use this for a fixed width layout */
.maincontent-fixed {
	margin-left: auto; 
	margin-right: auto;
	width:760px;
}
/* use this for a layout that expands with the browser size */
.maincontent-liquid {
	margin-left: 10%; 
	margin-right: 10%;
	width:auto;
}

/* default body text */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}



/* the header styles, places the background horizontal line */
.header {
	background-image: url(images/header_line.gif);
	text-align: left;
	padding-left: 25px;
}
/* makes the tagline centered to the right of the logo */
.header img{
	vertical-align: middle;
}


/* the links in the top right corner of the page */
.utility-links{
	/*float: right;*/
	text-align:right;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000080;
}
.utility-links a, .utility-links a:visited{
	color: #000080;
	text-decoration: none;
}
.utility-links a:hover{
	color: #000000;
	text-decoration: underline;
}




/* these TAB styles are for the links on the home page that have the green tab on the left side */
#tab {
	height: 33px;
	background-image: url(images/greentab.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #F4F4F4;
	padding-left: 20px;
	margin-bottom: 14px;
}
#tab-gradientBKG {
	height: 33px;
	background-image: url(images/grey_gradient.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#tab-header{
	font-weight: bold;
	color: #339933;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
#tab a{
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}
#tab a:hover{
	text-decoration: underline;
	color: #000000;
}

.mainbox-border-padding {	
	padding-right: 19px;
	padding-left: 19px;
	padding-bottom: 19px;
}
.mainbox-border {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	text-align:left;
}

/* these styles control the glow around the box */
.glow-bl {background: url(images/glow-bl.jpg) no-repeat left bottom;} 
.glow-br {background: url(images/glow-br.jpg) no-repeat right bottom;} 
.glow-tl {background: url(images/glow-tl.jpg) no-repeat left top;} 
.glow-tr {background: url(images/glow-tr.jpg) no-repeat right top;} 
.glow-t {background: url(images/glow-top.jpg) repeat-x top;} 
.glow-b {background: url(images/glow-bottom.jpg) repeat-x bottom;}
.glow-l {background: url(images/glow-left.jpg) repeat-y left;}
.glow-r {background: url(images/glow-right.jpg) repeat-y right;}


.nav {text-align: right; padding-right: 19px;}
.nav img{margin-left: 4px;}

/* vertical dotted line */
.dottedline-left {
	background-image: url(images/dotted-line.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 15px;
}

/*.copyright{ float: right; position: relative;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #999999;padding-right: 22px;}*/
.copyright{ float: none; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #999999;}
.copyright a{color: #999999;font-weight: normal;}
.copyright a:hover{color: #000000;}

.formLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
}
.form-header {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #46A835;
	padding: 5px;
}
li {
	font-size: 10px;
	padding-bottom: 3px;
}
.product-selection {
	border: 1px solid #666666;
	padding: 5px;
	margin-bottom: 15px;
	width: 100%;
}
.product-selection #header{
	font-size: 14px;
	font-weight: bold;
}

.FAQ{
	
}
.FAQ #question{
	background-color: #F4F4F4;
	color: #339933;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	background-image: url(images/grey_gradient.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.FAQ #answer, .FAQ #answer p{
	color: #666666;
	padding-left: 15px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.shoppingcart table{
	font-size: 12px;
	border:1px solid #000000; 
	padding:5px;
}
.shoppingcart td{
	padding-right: 12px;
	padding-left: 12px;
}

.dottedline-left h1{
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}

/* Default CSS Stylesheet for a new Web Application project */

.HeaderTextBold
{
	font-family:Tahoma, Arial, Times, serif;
	font-size: 24px;
	padding-left: 5px;
	color:#666666;
	font-weight:bold;
	vertical-align:middle;
	height:34px;
}
.HeaderTextSmall
{
	font-family:Tahoma, Arial, Times, serif;
	font-size: 18px;
	padding-left: 5px;
	color:#666666;
	vertical-align:middle;
	height:34px;
}
.HeaderHorizontal
{
	background-image: url(images/HeaderBar.gif);
	height:10px;
}
.GeneralText 
{
	font-family:Tahoma, Arial, Times, serif;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
.GeneralTextNoPad
{
	font-family:Tahoma, Arial, Times, serif;
	font-size: 14px;
}
.GeneralTextBottomLine
{
	font-family:Tahoma, Arial, Times, serif;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom:1px solid #000000;
}
.GeneralTextBoldNoPad
{
	font-family:Tahoma, Arial, Times, serif;
	font-size: 14px;
	font-weight:bold;
}
.GeneralTextBold
{
	font-family:Tahoma, Arial, Times, serif;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:bold;
}
.BigHeadTextWithLine
{
	font-family:Tahoma, Arial, Times, serif;
	font-size: 36px;
	font-style:italic;
	border-bottom:2px solid #000080;
	width:568px;
}
.SmallerGeneralText
{
	font-family:Tahoma, Arial, Times, serif;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
.SmallerGeneralTextRed
{
	font-family:Tahoma, Arial, Times, serif;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	color:#B30E00;
}
.SmallerGeneralTextNoPad
{
	font-family:Tahoma, Arial, Times, serif;
	font-size: 12px;
}
.FooterText
{
	border-top:1px solid #000080;
	font-family:Tahoma, Arial, Times, serif;
	color:#999999;
	font-size: 9px;
	height:40px;
	text-align:center;
	vertical-align:bottom;
}
.RedText
{
	font-family:Tahoma, Arial, Times, serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color:#B30E00;
	font-weight:bold;
}
.ToolbarText
{
	font-size: 12px;
	padding:0px,0px,0px,0px;
}
.BigTitleText
{
	font-family:Tahoma, Arial, Times, serif;
	font-size: 22px;
	font-weight:800;
}
.BigBodyText
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}
.BigBodyTextNoPadLeft
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight:bold;
	padding-right:5px;
}
.ResultsTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #999999;
}
.ResultText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}

.Formheader {
	background-color: #46B557;
	border: 1px solid #000000;
	height: 30px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

.HeadLink {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.ReportHeader {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
