/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/bkgrnd01.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Geneva;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

form {
	margin: 0px;
	padding:0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	border: 1px solid #003366;
	padding: 4px;
	background-color: #FFFFFF;
}


a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #6600FF;
	text-decoration: none;
}

a:hover {
	color: #233855;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a.subnav:link {
	color: #333333;
	text-decoration: none;
}

a.subnav:visited {
	color: #6600FF;
	text-decoration: none;
}

a.subnav:hover {
	color: #233855;
	font-weight: bold;
	text-decoration: none;
}

a.subnav:active {
	color: #333333;
	text-decoration: underline;
}
a.footer:link {
	color: #333333;
	text-decoration: none;
}

a.footer:visited {
	color: #6600FF;
	text-decoration: none;
}

a.footer:hover {
	color: #233855;
	font-weight: bold;
	text-decoration: none;
}

a.footer:active {
	color: #333333;
	text-decoration: underline;
}

h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

ul {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	list-style: none;
	list-style-type: disc;
	color:#333366;
}

td.SideBar {
	width: 140px;
	padding-top: 10px;
	text-align:left;
	vertical-align:top;
}

td.MainContent {
	padding-left: 25px;
	padding-top: 10px;
	text-align:left;
	vertical-align:top;
}

#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	float:left;
	text-align:left;
}

#navlist li
{
	padding-left: 15px;
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}

#navlistON
{
	font-size: 12px;
	font-weight: bold;
}
p.intro {
	font-size: 16px;
	line-height: 19px;
	padding-top: 3px;
	}
p.intromain {
	font-size: 20px;
	line-height: 20px;
	padding-top: 10px;
	color: #003366;
	}
p.steptext {
	font-size: 12px;
	line-height: 16px;
	color: #104070;
	padding-bottom: 10px;
}
