body {
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	color: #333;
	background: url('bg.gif');
	margin: 0;
	padding: 0;
	}
	

p {
	font-size: 1.2em;
	}
	
.red {
	font-size: 1.2em;
	color: #CC0000;
	}

.red_bold {
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0000;
	}

.red_lrg {
	font-size: 1.8em;
	font-weight: bold;
	color: #CC0000;
	}


	
.topgap	{
	margin: 50px 0 0 0;
	}

.clear	{
	clear: both;
	}
	
.linethrough	{
	text-decoration: line-through;
	}
	
.yellow	{
	background: #FFFF00;
	}

.center	{
	text-align: center;
	}

h1 {
	font-size: 2em;
	}
	
h2 {
	font-size: 1.8em;
	text-align: center;
	}

	
/* main divs
-------------------------------------------------------------*/
div#container {
	margin: 11px auto 0 auto;
	width: 760px; 
	background: url('body_bg.gif') repeat-y;
	}

div#header {
	height: 155px;
	margin: 0;
	padding: 20px 0 0 0px;
	text-align: center;
	background: url('header_bg.gif') no-repeat;
	}
	
div#content	{
	width: 660px;
	margin: 0;
	padding: 0 50px 0 50px;
	}

div#footer	{
	margin: 0px auto 0px auto;
	height: 37px;
	text-align: center;
	font-size: 1em;
	background: url('footer_bg.gif') no-repeat bottom;
	}


div#center, div#center1, div#center2, div#center3, div#center4	{
	margin: 0 0 0 30px;
	}

div#left	{
	margin: 0 0 0 50px;
	float:left;
	}
	
div#right	{
	width:250px;
	float:left;
	}
	
div#left1	{
	width: 450px;
	float:left;
	}
	
div#right1,div#right3, div#right7, div#right8	{
	float:right;
	}
	
	
div#left2	{
	margin: 0 0 0 50px;
	float:left;
	}
	
div#right2	{
	float: left;
	}
	
div#left2a	{
	width: 250px;
	height: 420px;
	float:left;
	}
	
div#right2a	{
	float: left;
	}	

	
div#left3	{
	width: 450px;
	float:left;
	}
	
div#left4	{
	width: 170px;
	float:left;
	}
	
div#right4	{
	float:right;
	width: 490px;
	}
	
div#left5	{
	width: 100px;
	float:left;
	}
	
div#right5	{
	float:right;
	width: 510px;
	}
	
div#left6	{
	margin: 0 0 0 150px;
	width: 400px;
	float:left;
	}
	
div#left7	{
	width: 400px;
	float:left;
	}
	
div#left8	{
	width: 360px;
	float:left;
	}	
	
div#left9	{
	width: 100px;
	float:left;
	}
	
div#right9	{
	float:right;
	width: 525px;
	}
	
div#left10	{
	width: 550px;
	float:left;
	}
	
div#right10	{
	float:right;
	width: 100px;
	}
	

	
	
	

/* rounder sections
------------------------------------------------------------*/
div.round {
	margin: 14px auto 14px;
	width: 640px;
	background: #ccc url('tr.gif') no-repeat top right; 
	} 

div.round div { 
	background: url('tl.gif') no-repeat top left; 
	} 

div.round div div { 
	background:  url('br.gif') no-repeat bottom right; 
	} 

div.round div div div { 
 	background:  url('bl.gif') no-repeat bottom left; 
 	padding: 15px; 
	}




/* links
-------------------------------------------------------------------------------*/
a img {
	border: 0;
	}

a:link, a:visited, a:active  	{
	font-size: 1.2em; 
	color: #CC0000; 
	text-decoration: underline;
	}
	

a:hover { 
	color: #990000;
	}
	
	
/*tables
---------------------------------------------------------------------------------*/
/* table{
	width: 200px; 
	margin: 20px auto;
	border-spacing:1px;
	background:#E7E7E7;
	color:#666666;
	}
*/
caption{
	border:#666666;
	border-bottom:2px solid #cc0000;
	}

/* td, th{padding:1px;}


tbody th{font-weight:bold;}

tbody tr{background:#ebebeb;text-align:center;}

tbody tr.odd{background:#ffffff;border-top:1px solid #ffffff;}

tbody tr td{height:22px;background:#ebebeb;border:1px solid #ffffff;}

tbody tr.odd td{background:#ffffff;border-top:1px solid #ffffff;}*/


/* Lists
---------------------------------------------------------------------------------*/
ul	{
	font-size: 1.2em;
	}

li {
	list-style-image: url('tick.gif') ;
	padding: 0 0 5px 0;
	}
	

