/* TEXT */
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	text-align:center;
}
td {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #474747;
}
.larger {
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #474747;
}
h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;	
	color: #86BA0D;
	font-weight: bold;
	margin:0px;
}
h2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;	
	color: #999999;
	font-weight: bold;
	margin:0px;
}
.green {
	color:#86BA0D;
}
/* LINKS */
a, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	font-weight: none;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #86BA0D;
	font-weight: none;
	text-decoration: none;
}
a.green, a.green:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #86BA0D;
	font-weight: bold;
	text-decoration: underline;
}
a.green:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

/* CONTENT STYLES */
#quality {
	padding: 250px 0 0 0;
}
#imageRight {
	float:right;
	padding: 0px 0px 0px 10px;
}
#greenFade {
	background-image: url(images/green_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CEDC54;
	padding:5px;
}
#floatLeft {
	float:left;
}
#floatRight {
	float:right;
}
#copyright{
	padding: 5px 0 0 0px;
}
/*copyright was: padding: 5px 0 0 140px;*/
#toolbarLinks {
	padding: 40px 0 0 0;
	text-align:right;
}
.topRep {
	background-image: url(images/top_rep.gif);
	background-repeat: repeat-x;
}
hr {
	color: #86BA0D;
	background-color: #86BA0D;
	height: 1px;
	width: 100%;
	margin:0;
}
.headerBg {
	background-color: #663366;
	background-image: url(images/header_bg2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#content {
	padding: 20px 0 0 0 ;
}
#leftContent {
	padding: 27px 0 0 0 ;
}
#leftContentHome {
	padding: 38px 0 0 0 ;
}
#leftContentGap {
	padding: 84px 0 0 0 ;
}
#leftContent2 {
	padding: 81px 0 0 0 ;
}

.tableHeader {
	background-color: #D0DFB1;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	color: #333333;
}
.imgBorder {
	border: 1px solid #D0D7DA;	
}
ul {margin: 0;padding: 0;padding-left: 2em;}
li {list-style-image: url(images/bullet.gif);}

/* BACKGROUNDS */
.repHoriz {
	background-repeat : repeat-x;
}
.mainBg {
	background-repeat : repeat-x;
	background-image: url(images/top_bg.jpg);
	background-position: top;
}
.floatL {
	float:left;
	margin: 0px 10px 5px 0px;
}

/* FORMS */
.form {
	width: 100%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border:1px solid #CCCCCC;
}
.button {
	width:100%;
	color:#739F0B;
	font-family:Verdana,helvetica,sans-serif;
	font-size:1em;
	font-weight:bold;
	background-color:#DCE685;
	border:1px solid #86BA0D;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#EDF2C2');
}
/* NAVIGATION */
.navigation {
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
}
#navigation ul {
	padding:7px 0 8px 0;
	list-style:none;
	margin:0;
}
#navigation li {
	display:inline;
}
#navigation a, #navigation a:visited {
	padding:0 8px 0 0;
	margin:0;
	color:#666666;
	text-decoration:none;
}
#navigation a:hover {
	background-repeat:repeat-x;
	color:#86BA0D;
	text-decoration:none;
}

#navigation a.green, #navigation a.green:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #85AD33;
	font-weight: none;
	text-decoration: none;
}
#navigation a.green:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #85AD33;
	font-weight: none;
	text-decoration: none;
}
.bow {
	background-image: url(images/bow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bowLine {
	background-image: url(images/bowLine.gif);
	background-repeat: repeat-y;
	background-position: right;
}

