body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 30px auto;
}
a:link {
	color: #1755B3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
p {
	margin-top: 0;
	margin-bottom: .75em;
	line-height: 1.3em;
}
h1 {
	margin-top: .25em;
	margin-bottom: 0;
	color: #7B8FA6;
	font-size: 1.4em;
}
h2 {
	color: #333333;
	font-size: 1.0em;
	margin-top: 0;
	margin-bottom: .75em;
}
ul, ol {
	margin-left: 1em;
	padding-left: 1em;
}
ul li {
	list-style-image:url(images/bullet.gif);
}
#wrapper {
	text-align: center;
	margin: auto;
}
table.main {
	width: 774px;
	margin: auto;
}
td.gutter_left {
	width: 18px;
	background-image:url(images/bg_dotsleft.gif);
	background-repeat: repeat-y;
}
td.gutter_right {
	width: 18px;
	background-image:url(images/bg_dotsright.gif);
	background-repeat: repeat-y;
}
td.nav {
	width: 232px;
	background-image: url(images/bg_leftnav.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #F1F8FC;
	width: 214px;
	padding: 14px 10px 8px;
	text-align: left;
	vertical-align: top;
}
td.nav ul {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
td.nav ul li {
	list-style: none;
	list-style-image: none;
	text-transform: uppercase;
	display: block;
	font-size: 1.05em;
	background-image: url(images/bg_navitem.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	padding: 10px 6px;
}
td.nav ul li a {
	padding-left: 12px;
}
td.nav a:visited {
	color: #1755B3;
}
td.nav ul li a:hover, td.nav ul li a.current {
	background-image: url(images/bg_navitem_o.gif);
	background-repeat: no-repeat;
	background-position: left middle;
	text-decoration: none;
	font-weight: bold;
}
/*begin definition of subnav styles for second level pages*/
td.nav ul li ul {
	margin-left: 18px;
}
td.nav ul li ul li {
	text-transform: uppercase;
	list-style-image: url(images/bullet_subnav.gif);
	margin-left: 24px;
	padding-left: 0;
	text-transform: none;
	font-size: .9em;
	background-image: none;
	padding: 4px 0 0 0;
	margin-left: .5em;
}
td.nav ul li ul li a {
	padding-left: 0; 
}
td.nav ul li ul li a:hover {
	background-image: none;
	text-decoration: underline;
	font-weight: normal;
}
td.nav ul li ul li a.current, td.nav ul li ul li a.current:hover {
	font-weight: bold;
	background-image: none;
}
/*end subnav style definitions*/
td.content {
	width: 486px;
	padding: 18px 12px 12px 12px;
	vertical-align: top;
	text-align: left;
}
td.content p.leadin {
	font-weight: bold;
}
img.right {
	margin-top: 8px;
	margin-left: 16px;
	margin-bottom: 12px;
}
img.left {
	margin-top: 8px;
	margin-right: 16px;
	margin-bottom: 12px;
}
td.footer {
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 766px;
	height: 30px;
	text-transform: uppercase;
	text-align: center;
	font-size: .8em;
	vertical-align: middle;
}
.copyright {
	text-transform: uppercase;
	color: #666666;
	font-size: .75em;
	padding-top: 4px;
}
