body {
	margin: 0px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}
html {
	width: 100%;
	height: 100%;
	text-align: center;
}
/* Hyperlinks Controls */
a:link { color: #333333; text-decoration: underline; }
a:visited { color: #333333; text-decoration: underline; }
a:hover { color: #333333; text-decoration: underline; }
a:active { color: #333333; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {font-family:"Trebuchet MS", Helvetica, sans-serif; line-height:normal; text-align:left;}
h1 {font-size:103%; color:#000033; border-bottom:1px dashed #DBDADA; padding-bottom:7px;}
h2 {font-size:99%; color:#294379; border-top:1px dashed #DBDADA; padding-bottom:2px; padding-top:15px; margin-bottom:0px;}
h3 {font-size:99%; color:#666666; padding-bottom:0px; margin-bottom:0px; font-weight:normal;}
h4 {font-size:103%; color:#294379; padding-bottom:2px; margin-bottom:0px;}
h5 {font-size:86%; color:#294379;}
h6 {font-size:110%; color:#294379; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; line-height:18px;}

.pad {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
.main {
	width: 740px;
	padding-top: 20px;
}
.navwrapper {
	padding-top:20px;
}
ul {
	background-image: none;
	border: none;
}
li {
	text-align: left;
	cursor: default;
	border: none;
	list-style-image: url(../images/jenkins_bullet.jpg);
}
.left {
	float: left;
	width: 420px;
	position: relative;
	left: 0px;
	top: 1px;
	padding-right: 22px;
	vertical-align: top;
}
.right {
	float: right;
	width: 344px;
	position: relative;
	left: 0px;
	top: 1px;
	vertical-align: top;
}
.copy {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #294379;
	line-height: 16px;
	vertical-align: top;
	text-align: left;
}
.foot {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #294379;
	text-align: left;
}

/* FOOTER Hyperlink Controls */
.foot a:link { color: #FFFFFF; text-decoration: none; }
.foot a:visited { color: #FFFFFF; text-decoration: none; }
.foot a:hover { color: #FFFFFF; text-decoration: underline; }
.foot a:active { color: #FFFFFF; text-decoration: none; }

