html, body {
	font-family:arial,helvetica;
	color:black;
	font-size:14px;
	padding:0;
	margin:0;
}

img {
	border:0;
}

p.site_map {
	padding:50px 0 0;
	text-align:center;
}

/* Standard Formatting */

li {
	font-size:14px;
	text-decoration:none;
	text-align:justify;
	margin:0 20px 10px;
}

li ul {
	margin-top:10px;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#151B54;
	text-align:center;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#2A2A2A;
	text-decoration:underline;
text-align:center;
}

h3 {
	font-size:16px;
	font-weight:bold;
	color:#151B54;
}
h4 {
	font-size:14px;
	font-weight:bold;
	color:#151B54;
text-decoration:underline;
}

a:link,
a:visited {
	color:#3165ce;
	font-size:14px;
	text-decoration:underline;
}

a:focus,
a:hover,
a:active {
	color:maroon;
	font-style:normal;
	font-size:14px;
	text-decoration:none;
}

/* Header */

td#header {
	background:url('./images/title_back.gif');
}

/* Left */

td#left_td {
	background:url('./images/norm_accbg.gif') #d2d2d2;
}

ul#nav {
	padding:0;
	margin:40px 6px 25px 0;
}

ul#nav ul {
	padding:0;
	margin:0 0 0 30px;
}

ul#nav li {
	padding:0;
	margin:0;
	list-style:none;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}

ul#nav li a {
	display:block;
	text-decoration:underline;
	padding:5px 10px;
	margin:0;
	background:#d2d2d2;
	color:#0257C2;
}

ul#nav li a:focus,
ul#nav li a:hover,
ul#nav li a:active {
	text-decoration:none;
	padding:4px 10px;
	color:white;
	background:#666666;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
}

/* Right */

td#right_td {
	background:url('./images/flip_accbg.gif') #d3d3d3;
}

td#right_td div.inner {
	padding:20px;
	margin:20px 0 0 0;
}

td#right_td h2 {
	font-size:1em;
}

td#right_td p {
	font-size:0.8em;
}

/* Content */

#content {
	padding:20px;
}

#content p {
	font-size:14px;
	text-decoration:none;
	text-align:justify;
}

#content p.center {
	text-align:center;
}

/* Footer */

div#footer {
	height:14px;
	background:#00008b;
}


