body {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	margin: 5px 0px;

}
.content {
	padding-bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FE0000;
	border-bottom-color: #FE0000;
	border-left-color: #FE0000;
	height: 100%;
}



td {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	color: #000000;
}

p {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #FE0000;


}

a:hover {
	text-decoration: none;
	color: #F1C621;


}

.nav {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #FE0000;


}

.nav:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #EFBF21;


}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/dotted.gif);
	background-position: bottom;
	padding-bottom: 10px;
	background-repeat: repeat-x;
	width: 100%;

}

h2 {

	font-size: 11px;
	font-weight: bold;
	color: #000000;
}



.footer {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 9px;
	font-weight: bolder;
	color: #000000;
	text-transform: uppercase;
	text-align: right;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 10px;


}
.Top {
	text-align: right;
	vertical-align: middle;
	padding-bottom: 5px;
}


.footerLink {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 10px;
	color: #000000;


}

.footerLink:hover {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;


}

li {
	list-style-type: square;
	padding-bottom: 5px;
}

.spacing {

	padding: 10px 0px 0px;
	margin: 0px;
}
.ColumnLeft {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FE0000;
	width: 149px;
	vertical-align: top;
	height: 100%;
}
.contact {
	font-size: 10px;
}

.ColumnRight {
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	height: 100%;
}
.navCell {
	padding-bottom: 10px;
	background-image: url(images/dotted.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	background-position: bottom;
}
.LeftCell {
	padding-right: 10px;
	padding-bottom: 20px;
	width: 50%;
	vertical-align: top;
}
.RightCell {
	padding-bottom: 20px;
	width: 50%;
	padding-left: 10px;
	vertical-align: top;
}
.boxOutline {
	border: 1px solid #FE0000;
	width: 100%;
}
.boxHead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FE0000;
	padding: 2px 5px;
	font-weight: bold;
	color: #FE0000;
}
.boxContent {
	padding: 5px;
}
.imgPad {
	margin-bottom: 10px;
	margin-left: 10px;
}

.formbox {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 100%;
	padding: 0px 2px 0px 2px;
}

.formboxsmall {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	text-align: center;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 40px;
	padding: 0px 2px 0px 2px;
}


.formboxh {
	font-family: Tahoma, Arial, verdana;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CDCDCD;
	width: 100%; 
	height: 116px;
	padding: 0px 2px 0px 2px;
}

.button {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #CCCCCC;
	padding: 0px 10px;
}

.prodicon {
	margin: 0px 10px 8px 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

.formbox300 {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 300px;
	padding: 0px 2px 0px 2px;
	margin: 2px;
}

.formbox100 {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 100px;
	padding: 0px 2px 0px 2px;
	margin: 2px;
}

/* START OF THE FORM CSS */
label {
	width:140px;
	float:left;
	font-weight: bold;
	margin: 2px;
}

.varheader {
background: url(../images/varbkg.gif) repeat-x;
font:11px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
height:25px;
vertical-align:middle;
padding-left:10px;
}

.varitem {
height:25px;
padding-left:10px;
vertical-align:middle;
padding-top:5px;
}


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
		display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */