body {
	background: url(images/page_bg.jpg) #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2934AB;
}

ul {
	margin-top: 10px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px;
	margin: 0px 0px 3px 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: none;
}

table, td, th  {	
	border-collapse: collapse;
}

table#container {
	width: 780px;
	padding: 0px;
	align: center;
	margin: auto;
	border: solid 2px #2934AB;
	background-color: #C8E9F5;
}

table#container td {
	vertical-align: top;
	text-align: center;
	align: center;
	padding: 0px;
	margin: 0px;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

clear {
	clear: both;
}

.centered {
	text-align: center;
}

.copyright{
	text-align: center;
}

.copyright a{
	font-size: 7pt;
}



#leftcontent{
	float: left;
	text-align: left;
	margin: 5px;
	padding-top: 10px;
}

#rightcontent{
	float: right;
	text-align: left;
	margin: 5px;
}

#maincontent{
	text-align: left;
	padding: 10px;
}


#navarea {
	 background-image:url(images/bg_nav.gif);
	 text-align: center;
}
	
/* css nav based on article from a list apart http://www.alistapart.com/articles/slidingdoors/ */  
#header {
	width: 780px;
	height: 26px;
	line-height: normal;
	padding: 0px;
	align: center;
	margin:auto;
}
	  
#header ul {
	float: inherit;
	padding:0px 10px 0px 0px;
	list-style:none;
}
    
#header li {
	float:left;
	background:url("images/left.gif") no-repeat left top;
	margin:auto;
	padding:0px 0px 0px 9px;
}

#header a {
	float:left;
	display:block;
	background:url("images/right.gif") no-repeat right top;
	padding:5px 15px 0px 6px;
	text-decoration:none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
	 
	    
#header a:hover {
	color:#ccc;
}

#header #current {
      background-image:url("images/left_on.gif");
}

#header #current a {
	background-image:url("images/right_on.gif");
	color:#2934AB;
	padding-bottom:7px;
	} 
	
#footertd {
	background: url(images/bg_footer.gif) no-repeat bottom;
	padding: 0px;
	text-align: center;
}

#footer {
	width: 780px;
	height: 26px;
	line-height: normal;
	padding: 0px;
	align: center;
	margin:auto;
}
	  
#footer ul {
	float: inherit;
	padding:0px 10px 0px 0px;
	list-style:none;
}
    
#footer li {
	float:left;
	margin:auto;
	padding:0px 0px 0px 9px;
}

#footer a {
	float:left;
	display:block;
	padding:5px 15px 0px 6px;
	text-decoration:none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
	 
	    
#footer a:hover {
	color:#ccc;
}


#footer #current a {
	color:#2934AB;
	padding-bottom:7px;
} 

.audiobg {
	background: url(images/audiobg.gif);
	text-align: center;
	height: 38px;
}

div#poolprocess { width:400px; float:right; margin:10px;}

div#poolprocess img { padding:0px; margin:0px; border:0px;}

.number { font-size:24px; font-weight:bold;}