body {
	font-family: Lucida Sans, lucida grande, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	border: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Lucida Sans, lucida grande, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1.5em 0em 0.5em 0em;
	padding: 0em;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h1.top, h2.top, h3.top, h4.top, h5.top, h6.top {
	margin: 0em 0em 0.5em 0em;
}
form {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
}

.main {
	height: auto;
}

.main a:link {
	text-decoration: underline;
} 
.main a:visited {
	text-decoration: underline;
}
.main a:hover {
	text-decoration: none;
}

li {
	padding-top: 10px;
}

.navImage {
	width: 16px;
	height: 15px;
}

.navTable {
	padding: 5px 0px 0px 0px;
}

.navbar {
	padding: 5px 5px 5px 0px;
	font-size: 12px;
}

tr.last .navbar {
	padding-bottom: 15px;
}

.navbar a:link, .navbar a:visited, .navbar a:hover, .navbar a:active {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

table#navTable td {
	padding: 4px 0px;
}

#footer {
	margin-top: 12px;
}

#footer td {
	font-size: 13px;
	padding: 3px 12px;
}

.floatRight {
	float: right;
	margin-left: 20px;
}
.floatLeft {
	float:left;
	margin-right: 30px;
}

.pageTitle {
	height: 28px;
	padding-left: 35px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	background-position: top left;
	background-repeat: no-repeat;
}

.pageTitle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.main {
	background-color: #fff;
	padding: 20px 10px 10px 10px;
	vertical-align: top;
	line-height: 1.3em;
}

p {
	margin: 0em 0em 1em 0em;
	padding: 0em;
}

.search {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}
.search td {
	padding: 5px 0px;
	text-align: center;
}

#searchBox {
	width: 100px;
}

#footerLinks {
	padding-top: 1em;
	font-size: 11px;
	color: #000;
	text-align: center;
	line-height: 1.5em;
}

#footerLinks a:link, #footerLinks a:visited, #copyright a:link, #copyright a:visited {
	text-decoration: none;
	color: #000;
}

#footerLinks a:hover, #copyright a:hover {
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
}

#copyright {
	padding-top: 1em;
	text-align: center;
	font-size: 11px;
}

.toTop {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 1em;
}

.toTop a:link, a:visited {
	text-decoration: none;
}

.toTop a:hover {

}

.leftBox {
	background-color: white;
	border-width: 1px;
	border-style: solid;
	margin: 15px 15px 0px 0px;
	padding: 0px;
}
.leftBox .title {
	font-weight: bold;
	padding: 3px 5px;
}
.leftBox .content {
	padding: 5px;
	font-size: 12px;
}

#container {
	background-color: #ffffff;
	vertical-align: top;
}