		body
		{
			margin: 0;
			padding: 0;
			background-color: #1BB7E5;
		}
				
		a:link
		{
			text-decoration: underline;
			/*border: 1px solid green; */
			color: black;
			padding-left: .2em;
			padding-right: .2em;
		}

		a:visited
		{
			text-decoration: underline;
			/*border: 1px solid aqua;*/
			color: #444444;
			padding-left: .2em;
			padding-right: .2em;
		}

		a:hover
		{

		}

		a.image
		{
			border: none;
			background-color: none;
		}

		img.validate
		{
			height: 18px;
			border: none;
			vertical-align: center;
		}
		
		img
		{
			background-color: none;
		}

		img.partner
		{
			border: none;
			height:	31px;
		}

		h3,h2,h1
		{
			background-color: transparent;
			color: #2285be;
			text-align: center;
			margin-top: -5px;
			width: 100%;
		}
		
		h2
		{
			font-size: 1.3em;
		}
		
		h1
		{
			border-right: 0px #0387D3 inset;
			border-left: 0px solid #0387D3;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
		}

		h2.news
		{
			text-align:	center;
		}

		h3.news
		{
			text-align:	left;
			font-size:	.9em;
			padding-bottom:	0em;
		}

		h4.news
		{
			text-align:	left;
			font-size:	.7em;
			padding-top:	0em;
		}

		th
		{
			text-align: left;
			padding-right: .5em;
		}

		p.news
		{
			width: 255px;
		}
		
		table.news
		{
			border: none;
			width:	135px;
			margin-left: 30px;
			z-index: 0;
		}

		table.newsWide
		{
			border: none;
			width: 100%;
			padding-right: 30px;
			z-index: 0;
		}

		td.date
		{
			text-align: right;
			padding-left: 2em;
			color: #888888;
			nowrap;
		}

		td.body
		{
			text-align: left;
			color: #000000;
			padding-left: 5px;
		}
		
		th.title
		{
			text-align: left;
			font-style: underline;
			color:		#2285BE;
		}

		form 
		{
			padding-left: 1.5em;
			padding-bottom: .8em;
		}

		th.author
		{
			text-align:	left;
			text-decoration:underline;
			font-style:	italic;
			font-size:	.8em;
			color:		#AAAAAA;
			nowrap;
		}

		div.news
		{
			float:		right;
			width:		40%;
			padding-left:	2em;
			border-left:	1px solid #AAAAAA;
		}

		p.news
		{
			font-style:	italic;
			color:		#888888;
			/*padding-left:	.8em;*/
			width:		175px;
		}

		#col1,#col2,#col3
		{
			border-top: 0px;
			border-bottom: 0px;
			margin-top: 10px;
			background-color: transparent;
		}

		#col3
		{
			width: 15%;
			float: left;
		}	
		
		#col2
		{
			width: 59%;
			float: left; 
		}

		#col3
		{
			width: 15%;
			float: right;
		}

		.spacer
		{
			float: left;
			width: 3%;
		}

		#ads
		{
			border-top: 0px;
			border-bottom: 0px;
			margin-top: 15px;
			margin-bottom: 15px;
			float: left;
			width: 100%;
			background-color: transparent;
			text-align: center;
		}
		
		.liquid-round {
		width:60%;
		margin:0px auto;
		background:#fff url('images/ls.jpg') repeat-y left top;
		vertical-align: middle;
		position: relative;
		}

		.top {
		width:100%;
		height:31px;
		background:url('images/top.jpg') no-repeat left top;
		}

		.top span {
		display:block;
		position:relative;
		height:36px;
		background:url('images/tr.jpg') no-repeat right top;
		}

		.center-content {
		position:relative;
		background:url('images/rs.jpg') repeat-y right top;
		padding:1px 26px 1px 20px;
		margin:-1px 0 -50px 0;
		}

		.bottom {
		height:60px;
		background:url('images/bottom.jpg') no-repeat left bottom;
		}
      
		.bottom span {
		display:block;
		position:relative;
		height:67px;
		background:url('images/br.jpg') no-repeat right ;
		}
		
		img {
		position: relative;
		}
		
		.clearboth { clear: both; }
