@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	text-align: left;
	vertical-align: top;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
/* LINKS & IMG Border DEFINITION */
a:link {
	color: #336699;
	border: none;
}
a:visited {
	color: #1F3F5F;
}
a:hover {
	color: #33BAFF;
}
a img {
	border: 0;
}
img.navi {
	padding: 3px;
}
/* TYPOGRAPHY */

p {
	line-height: 20px;
	color: #555566;
	margin-left: 7px;
}
form p {
	margin-left: 10px;
}

ol, li { /* List DEFINITION */
	font-size: 11px;
	color: #555566;
	line-height: 12pt;
	margin: 0;
	padding: 0;
}
ol.innerlist { /* MyList */
	color: #006699;
	font-weight: bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
h1, h2, h3 { /* Headers */
	font-style: normal;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
h1 {
	font-size: 21px;
	background-color: #2c3644;
	padding-bottom: 4px;
	padding-left: 20px;
	color: #FFFFFF;
	margin: 0px;
}
h2 {
	font-size: 17px;
	color: #336699;
	padding-left: 7px;
	margin: 0px;
}
h3 {
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding-bottom: 10px;
	margin: 1px;
	border-bottom-width: 1px;
	padding-top: 5px;
}
#content {
	width: 911px;
	height: 100%;
}
#footer {
	width: 100%;
	float: left;
	background-image: url(../images/backg.gif);
}
#footercontent {
	width: 960px;
	position: relative;
	bottom: 0px;
}
#navigation {
	width: 125px;
	position: relative;
	top: 0px;
	left: 38px;
}

.tool-tip {
	color: #fff;
	width: 120px;
	z-index: 13000;
	background-color: #333333;
}
.tool-title {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #336699;
	padding: 8px 8px 4px;
}
.tool-text {
	padding: 4px 8px 8px;
	text-align: center;
}
/* reset */
legend {
	color: #336699;
	font-weight: bold;
	display: inline-block;
}
.sform {
	width: 512px;
	padding: 10px;
	background: #e8ebcd;
}

input {
	margin-bottom: 4px;
	margin-top: 4px;
}

label {
	font-size: 11px;
}

