@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #666666;
	background-color: #F6F6F6;
	background-image: url(images/page-top-gradient.gif);
	background-repeat: repeat-x;
}

#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	border: 1pt solid;
	border-color: #006699;
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	line-height: 20px;
}

#mainContent h1 {
	color: #047089;
	font-weight: normal;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#mainContent h2 {
	color: #B63844;
	font-weight: normal;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #047089;
	text-decoration: none;
}
a:visited {
	color: #99A69E;
	text-decoration: none;
}
a:hover {
	color: #A7D36C;
	text-decoration: underline;
}

a:active {
	color: #A7D36C;
	text-decoration: none;
}

#header {
	vertical-align: center;
}

#header h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
}

.text {
	font-size: 12px;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial;
}
.textblue {
	color: #047089;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 16px;
}
.boldtextsub {
	color: #047089;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
}

.smtext {
	font-size: 9px;
	color: #333333;
}

.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #1A4D81;
	list-style-type: square;

}
.index-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	list-style-image: url(images/list_bullet.gif);
	line-height: 25px;
	text-indent: 2pt;
	filter: DropShadow(Color=#CCCCCC, OffX=2, OffY=2, Positive=1);
}
.mfg-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	list-style-type: none;
	list-style-image: url(images/grn-tri-bullet.gif);
}

.headline {
	color: #99A69E;
	font-weight: bold;
	font-size: 36px;
}
.subhead-gray {
	color: #99A69E;
	font-weight: bold;
	font-size: 24px;
}

