body {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #516B90;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #f85607;
	letter-spacing: -1px;
	line-height: 1.1em;
	margin: 5px 0 7px 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin: 0px 0 12px 10px;
	line-height: 1.1ex;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 15px 15px 12px;
	color: #333333;
}

a {
color: #0000CC;
}

a:hover {
color:#006600;
}

a:visited {
color: #0000CC;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: 1em;
	margin-left: 10px;
	margin-bottom: 5px;
}
ul {
	margin: 0 0 0 36px;
	color: #333333;
	}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	list-style: disc;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	font-style: bold;
	line-height: 1.2em;
	font-weight: normal;
	color: #ffffff;
}

.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	font-style: bold;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color:#FFCC00;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	font-style: bold;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: underline;
	color:#FFCC00;
}

.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	font-style: bold;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: underline;
	color:#FFCC00;
}

.content {
	margin: 5px 5px 10px 5px;
}

.right-img {
margin: 0 12px 5px 10px;
border: solid 2px #F85607;
}

.left-img {
margin: 0 10px 10px 0px;
border: solid 2px #F85607;
}

.grad1 {
background: url(images/grad1.jpg) bottom center repeat-x;
}

ol {
	margin: 0 0 0 36px;
	color: #333333;
	}
	
ol li {
	color: #333333;
	list-style: disc;
	}
	
.table-bg {
	background:url(images/table-hd-bg.jpg) top center repeat-x;
	}