/* CSS Document */
	body{
		margin: 0px;
		padding: 0px;
		background-image:url(../images/bg/bg_line.gif);
		background-position:top;
		background-repeat:repeat-x;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		
	#body_container{
		width: auto;
		height: auto;}

	#center_panel{
		width: 840px;
		height: auto;		
		margin: 0 auto;
		}
	
	#header{
	height: 160px;
	width: 840px;
	float:left;
	clear:right;
	}

	#logo_area{
	float:left;
	width:370px;
	height:154px;
	}

	#ad_area{
	height:129px;
	float:right;
	}	
	#nav_area{
	height:25px;
	clear:right;
	}

	#left_content{
	width: 640px;
	height: auto;
	float:left;
	clear:both;
	}
	
	#right_content{
	background-image:url(../images/bg/rightcol_bg.gif);
	background-repeat:repeat-y;
	width: 200px;
	height: auto;
	float:right;
	clear:right;
	}
	
	#footer{
	background-image:url(../images/buttons_tabs/bluebg.gif);
	background-repeat:repeat-x;
	clear: both;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0px;
	}
	
	.copyright{
	font-size:smaller;
	clear: left;
	width: 100%;
	color: #000000;
	text-align: center;
	padding: 10px 0px;	
	}

	.contentpads{
	margin-top : 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	float: none;
	clear: both;
/*	background: #EEEEEE;*/
	}

	.txtlinks a {
	color:#BCEBFA;
	text-decoration:none;	
	}
	
	.txtlinks a:hover{
	color:#FFFFFF;}	
	
	h3{
	font-size:16px;
	text-decoration:underline;
	margin-bottom: 5px;
	}
	
	b{
	font-size: 110%;
	color: #0066CC;
	text-decoration:underline;
	}
	em{color: red;}
	
	.notes{
	font-size:smaller;
	}
	
	.linespacer{
	color:#CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
