body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  background-color: #FFFFFF;
  color: #000000;
  margin: 0 auto 0 auto;
}

img {
	border: 0px;
}

h1 {
  color: #c53f25;
  margin: 0 0 3px 0;
  font-size: 16pt;
  font-weight: 700;
}

h2 {
  color: #c53f25;
  margin: 25px 0 3px 0;
  font-size: 14pt;
  font-weight: 700;
}

h3 {
  margin: 0 0 3px 0;
  font-size: 12pt;
  font-weight: 700;
}





div.header {
	width: 990px;
	margin: 10px auto 0 auto;
	text-align: left;
}

div.content {
	width: 990px;
	margin: 15px auto 0 auto;
	text-align: left;
	clear: both;
}

div.footer {
	width: 990px;
	height: 75px;
	margin: 40px auto 0 auto;
	padding: 5px 0 0 0;
	border-top: 1px solid #CCCCCC;
	font-size: 8pt;
	text-align: left;
	clear: both;
}

div.footer-ad {
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 25px 0 0 0;
	text-align: center;
	clear: both;
}

div.menu {
	width: 100%;
	height: 70px;
	background-image: url('images/menu-bg.jpg');
	background-repeat: repeat-x;
	background-position: 0 32px;
	margin-top: 10px;
}

div.section-menu {
	float: left;
	width: 957px;
	padding: 13px 0 0 15px;
}


a {
	color: #0da6e6;
	text-decoration: underline;
}

a:visited {
	color: #0da6e6;
	text-decoration: underline;
}

a:hover {
	color: #0da6e6;
	text-decoration: none;
}

a.title {
	text-decoration: none;
}

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


a.tab {
	float: left;
	display: box;
	width: 152px;
	height: 24px;
	background-image: url('images/tab-unsel.jpg');
	background-repeat: no-repeat;

	padding: 8px 0 0 0;
	margin: 0 0 0 10px;

	text-align: center;
	font-size: 10pt;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
}


a.tab#selected {
	background-image: url('images/tab-sel.jpg');
}

a.tab:hover {
	background-image: url('images/tab-sel.jpg');
}



div.section-menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

div.section-menu a:hover {
	text-decoration: underline;
}



div.menu-title {
	width: 100%;
	height: 23px;
	margin: 25px 0 8px 0;

	background-image: url('images/bg-menu-title.jpg');
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: 700;
	padding: 4px 0 0 15px;
}

a.menu-item {
	width: 100%;
	display: block;
	background-image: url('images/link-dot.jpg');
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 0 0 0 17px;
	text-decoration: none;
}


a.menu-item:visited {
	text-decoration: none;
}

a.menu-item:hover {
	text-decoration: underline;
}

table.jamfor td {
	text-align: center;
}





/* Footer Styles */

div.footer div.copyright {
	float: left;
	width: 280px;
}

div.footer div.about {
	float: left;
	width: 710px;
	text-align: right;
}

div.footer div.about a {
	margin-left: 10px;
}




