@charset "utf-8";
/* CSS Document */

td img {display: block;}
body {
	background-color: #ffffff;
	margin:0px;
	font-family:"Trebuchet MS",arial;
	font-size:0.9em;
	background:url(images/back-stripe.png) repeat-x;
}
#banner1{
	width:468px;
	height:60px;
	background:#fff;
}
#banner2{
	width:468px;
	height:60px;
	background:#fff;	
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}
a:link {
	color: #034750;
}
a:visited {
	color: #034750;
}
a:hover {
	color: #0699A0;
}
a:active {
	color: #7AEEEE;
}
h1{
	font:"Trebuchet MS";
	font-size:1.8em;
}
h2{
	font:"Trebuchet MS";
	font-size:1.4em;
}
#pageDiv{
	width:900px;
/*	height:1200px; */
/*	background-image:url(images/back-page.png);*/
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	overflow: hidden;
}
#contentDiv{
	float:left;
	width:580px;
	padding:20px;
	text-align:left;
	background:#FFFFFF;
/*	border:#00FF66 1px solid;*/
}
#colContainerDiv{
	width:400px;
	float:right;
/*	border:#009933 1px solid;*/
}
#adsenseDiv{
	float:left;
	width:180px;
	padding-left:10px;
	margin-top:20px;
	text-align:left;
	background:#FFFFFF url(images/col_back.png) repeat-x;
	border:#999999 dashed 1px;
}
#sponsorDiv{
	float:right;
	width:180px;
	padding-left:10px;
	margin-top:20px;
	margin-right:20px;
	text-align:left;
	background:#FFFFFF url(images/col_back.png) repeat-x;
	border: #999999 dashed 1px;
	height:650px;
}
#header{
	width:890px;
	height:220px;
	background:url(images/header.jpg) no-repeat;
	text-align:left;
	padding-left:10px;	
}
#header h1{
	font:"Trebuchet MS";
	font-size:1.8em;
	color:#ffffff;	
}
#header h2{
	font:"Trebuchet MS";
	font-size:1.4em;
	color:#003366;
}
#header h2{
	font:"Trebuchet MS";
	font-size:1.1em;
	color:#003366;
}
#divider{
	width:880px;
	height:18px;
	background:url(images/divider-back.jpg) no-repeat;
	padding:10px;
	font-size:1.17em;
	color:#FFFFFF;
	text-align:center;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	background-color: #036;
	font-size:0.7em;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-color: #369;
}

#footerDiv{
	text-align:center;
	color:#000000;	
}
#footerDiv a{
	color:#000000;	
}

