/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

.imagebox {
	border-style: none;
	display: block;
	height: auto;
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.staff {
	border-style: none;
	display: block;
	height: auto;
	width: 147px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: left;
}

.sharebox {
	border-style: none;
	display: block;
	height: 40px;
	width: 80px;
	float: right;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	position: absolute;
}

.sharebox a {
	text-align: right;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;

}


.sharebox a:hover {

}


.button {
	margin: 0px;
	padding: 0px;
	width: 80px;
	float: left;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);

}

.buttons td {
	padding: 4px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FBC91C;
}

.border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FBC91C;
	height: 5px;

}

.top {
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBC91C;

}

label {
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 4px;
	width: 160px;
	margin: 0px;
	font-weight: normal;
}

input {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

fieldset {
	width: 160px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	
}

legend{
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;

	
}

p {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #CC6600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-align: left;
	margin-left: 5px;
}
h2 {
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	margin-left: 5px;
}
a, a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:focus {
	color: #000;
	outline: none;
}
a:active {
	color: #000;
	outline: none;
}

#topheader {
	width: 580px;
	height: 140px;
	background-image: url(../images/print_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 120px;
	color: #705F55;
}

#headerWrapper {
	padding: 0px;
	width: 920px;
	height: 349px;
	background-image: url(../images/logo_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	visibility: hidden;
	position: absolute;
}
#header {
	padding: 0px;
	width: 920px;
	text-align: left;
	height: 28px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	visibility: hidden;
	position: absolute;
}
#logo {
	float: left;
	width: 920px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 117px;
}
#tagline {
	text-align: right;
	padding-right: 10px;
	padding-top: 0px;
	height: 28px;
	padding-bottom: 0px;
	float: right;
	font-size: 11px;
	line-height: 28px;
	font-weight: bold;
	color: #666666;
	width: 910px;
}

#tagline a{
	font-size: 11px;
	line-height: 28px;
	font-weight: bold;
	color: #666666;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: underline;
}

#tagline a:hover{
	font-size: 11px;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
}

.hide {
	position: absolute;
	visibility: hidden;

}

#send h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC6600;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FEF8E0;
	text-align: right;
	font-style: normal;
}

#send{
	font-size: 12px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	visibility: hidden;
	position: absolute;
	background-color: #FFFDF2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBC91C;
	float: right;
	color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FBC91C;
	border-left-color: #FBC91C;
}

#send p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 17px;
}

#send a{
	color: #000000;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;

}

#send a:hover{
	text-decoration: none;
	display: block;
	color: #666666;
	overflow: visible;

}

#send img{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin: 0px;
}


#featureTooltip{
	font-size: 10px;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	visibility: hidden;
	height: auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #F0C227;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#Tooltipscroll{
	height: 350px;
	width: 100%;
	overflow: scroll;

}

#nav {
	float: right;
	clear: right;
	width: 490px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	display: block;
	float: left;
	list-style: none;
	clear: right;
}
#nav ul li a {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 89px;
	font-weight: bold;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #0098C6;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#nav ul li#active {
	background: url(../images/nav-hover.jpg) repeat-x top;
	text-decoration: none;
}
#nav ul li#active a {
	color: #FFFFFF;
}
#outerWrapper {
	text-align: left;
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#featureWrapper {
	text-align: left;
	position: absolute;
	visibility: hidden;
}
#featureWrapper #feature {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	position: absolute;
	visibility: hidden;
}
#feature .feature-title {
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 140px;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 32px;
	font-weight: normal;
	font-variant: normal;
	position: absolute;
	visibility: hidden;
}
#feature .feature-text {
	font-size: 16px;
	font-weight: bold;
	color: #EFFFBF;
	padding-top: 10px;
	padding-left: 95px;
	line-height: 20px;
	position: absolute;
	visibility: hidden;
}
#feature li {
	padding-bottom: 14px;
	color: #000000;
	margin-left: 110px;
	font-size: 12px;
	font-weight: bold;
	list-style-image: url(../images/bullet_feature.gif);
	position: absolute;
	visibility: hidden;
}
#feature ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: absolute;
	visibility: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	width: 220px;
	line-height: 16px;
	height: 100%;
	position: absolute;
	visibility: hidden;
}

#leftColumnContent {
	float: left;
	width: 195px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 13px;
	position: absolute;
	visibility: hidden;
}

#leftColumn1 ul {
	margin: 0px;
	padding: 10px 0px 20px;
}
#leftColumn1 ul li {
	list-style: none;
	display: inline;
}
#leftColumn1 ul li a {
	display: block;
	padding: 5px 4px 5px 15px;
	line-height: 15px;
	background: url(../images/sidenav.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#leftColumn1 ul li a:hover {
	text-decoration: none;
	background: url(../images/sidenav.gif) no-repeat left -25px;
	color: #000000;
}
.sidebarlt {
	padding: 10px;
	border: 1px solid #99CC00;
	background: #F5FFD7;
	margin-bottom: 15px;
}
.sidebardk {
	color: #FFFFFF;
	border: 1px solid #333333;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #666666;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.sidebarbox {
	background: url(../images/sidebox-fill.gif) repeat-y left;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333333;
}
.sidebarbox p {
	margin: 0px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sidebarboxtop {
	background: url(../images/sidebox-top.gif) no-repeat left top;
	padding: 12px 10px 0px;
}
.sidebarboxbottom {
	background: url(../images/sidebox-bottom.gif) no-repeat left bottom;
	height: 13px;
}

#content h3{
	font-weight: bold;

}

#content img{
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;


}

#content li{
	list-style-type: none;
	background-image: url(../Images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 9px;
	text-indent: 10px;

}

#content DL{
	padding: 0px;
	width: 145px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	display: block;
	height: 220px;
}

#content DT{
	padding: 0px;
	float: left;
	margin: 0px;
	width: 140px;
}

#content DD{
	padding: 10px;
	width: 370px;
	float: left;
	display: block;
	background-color: #ECECD7;
	margin: 0px;
}

#content a{
	color: #CC3300;
	font-weight: bold;
	text-decoration: underline;
	font-size: 100%;

}

#content a:hover{
	color: #333333;
	text-decoration: none;
	font-size: 100%;

}

.relatedLinks{
	margin: 0px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	color: #000000;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-weight: bold;
}

.Bottom{
	background-image: url(../images/nav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 78px;

}

.relatedLinks p{
	padding: 5px;

}

.relatedLinks h3{
	font-size: 12px;
	color: #FFFFCC;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-indent: 20px;
	line-height: 2px;
}

.relatedLinks a{
	display: block;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-indent: 12px;
	background-image: url(../images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 206px center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.relatedLinks a:hover{
	display: block;
	color: #DD7007;
	text-decoration: underline;
	margin: 0px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-indent: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #F1BC03;
}

#outerWrapper #contentWrapper #content {
	line-height: 20px;
	color: #000000;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#outerWrapper #contentWrapper #content p {
	margin-bottom: 10px;
	color: #000000;
}
#outerWrapper #contentWrapper {

}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	height: 30px;
	margin: 0px;
	clear: both;
	color: #999999;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#footer a{
	color: #999999;
	padding: 5px;
	text-decoration: underline;
}

#footer a:hover{
	color: #003366;
	padding: 5px;
	text-decoration: none;
}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#credit {
	text-align: center;
	color: #EAEAEA;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11px;
}
#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #EAEAEA;
}
