/* CSS Document */
body {
	background: #626E76;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav {
	background: #000000;
}
ul {
	margin-top: 4px;
	padding-left: 0px;
	margin-left: 3em;
	list-style-position: outside;
	margin-bottom: 0px;
	list-style-image: url(../../images/bullet.gif);
}
ol li  {
	padding-bottom: 1em;
}

.bg1 {
	background: url(../../images/bg.jpg) repeat-y;
}
.bg2 {
	background: #EBF2F4 no-repeat left bottom;
	border-width: 0px 1px 1px 1px;
	border: #000000;
	border-style: solid;
}
h1 {
	margin: 20px 10px 0px 10px;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
}
.content {
	margin: 10px;
	padding: 20px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	font-size: 11px;
	vertical-align: top;
}
.content a {
	color: #5B88A9;
}
.footer {
	padding: 5px 20px;
	color: #707B81;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #000000;
}
.footer a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;

}
