/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	background: url(images/bg_page.gif) repeat-x #FFFFFF;
}

ul {
	margin-left: 0px;
	padding-left: 15px;
	list-style-image: url(images/bullet.gif);
}

li {
	padding: 3px 0 3px 0;
}

a, a:link, a:active, a:visited {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1, h1 a:link, h1 a:active, h1 a:visited {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 28px;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 16px;
	color:#333333;
}

h3 {
	font-size: 14px;
	color: #669900;
}

h4, h4 a:link, h4 a:active, h4 a:visited {
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

.white, a.white:link, a.white:active, a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}

.whitesm, a.whitesm:link, a.whitesm:active, a.whitesm:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.whitesm:hover {
	text-decoration: underline;
}

.blue, a.blue:link, a.blue:active, a.blue:visited, a.blue:hover {
	color: #006699;
}

.ltblue, a.ltblue:link, a.ltblue:active, a.ltblue:visited, a.ltblue:hover {
	color: #DDF1FD;
}

.footer, a.footer:link, a.footer:active, a.footer:visited {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

/* Borders */

.borderLeft {
	border-left: 1px solid #FFFFFF;
}

.borderBtm {
	border-bottom: 1px solid #FFFFFF;
}

.borderTop {
	border-top: 1px solid #EAEAEA;
}

/* Leftnav */

#nav {
	margin: 0;
	padding: 0;
	width: 309px;
	list-style: none;
	background: #E7E7E7;
}

#nav ul {
	list-style: none;
	width: 309px;
}

#nav li {
	list-style: none;
	padding: 0;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited {
	padding: 4px 0 4px 20px;
	width: 289px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #669900;
	text-decoration: none;
}

#nav a:hover, #nav a.on {
	background: #dadada;
}

/* Topnav */

#topnav {
	margin-top: 26px;
	padding: 3px 17px 0 17px;
	text-align: right;
}
