﻿/* CLEARS */
	#txt_adj:after, #nav:after{
	/* See ie55.css */	
	/* content property must be first */
		content: " ";	
		clear: both;
		display: block;	
		height: 0;
		visibility: hidden;	
	}
	
	*{
		border: 0;	
		padding: 0;
		margin: 0;
	}
	
	a{
		color: #7A1214;
		font-weight: bold;
		decoration: none;
	}
	
	a:HOVER{
		color: #FFC906;
		decoration: underline;
	}
	
	body{
		color: #000000;
		font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
		background: url('../images/bg_page.gif') center top repeat-y #7A1214;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	td, tr, table{
	}

	p{
	}
	
	blockquote, dl, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
		margin-top: 0;
		margin-bottom: 0;
	}	
	
	h1, h2, h3, h4, h5 ,h6{
	}
	
	h2{
	}


	#pg{
		width: 776px;
		margin: 0 auto;
		padding: 0px;
	}

	#main{
		width: 508px;
	}

	#content{
		width: 479px;
		padding: 15px 0 20px 26px;
		line-height: 14px;
		text-align: justify;
	}

	#content img.title {
		margin-bottom: 10px;
	}

	#content p.intro {
		line-height: 20px;
	}

	#content-turn{
		width: 479px;
		padding: 15px 0 20px 26px;
		line-height: 14px;
		text-align: left;
	}

	#content-turn img.title {
		margin-bottom: 10px;
	}

	#content-turn h1 {
		font-size: 14px;
		font-weight: bold;
		color: #FFC906;
		margin-bottom: 3px;
	}

	#content-turn textarea {
		border: 1px solid #000000;
	}

	#head{
		height: 46px;
		padding: 40px 0 0 26px;
	}

	#menu{
		width: 268px;
		padding-right: 6px;
		text-align: right;
	}

	#news{
		width: 172px;
		height: 309px;
		padding-right: 0px;
		padding-top: 22px;
		margin-top: 25px;
		margin-bottom: 25px;
		text-align: center;
		background: url('../images/news/bg_news.gif') no-repeat;
		position: relative;
	}

	#news p{
		margin-right: 22px;
		margin-left: 22px;
		margin-bottom: 10px;
		text-align: left;
		font-size: 11px;
		line-height: 13px;
	}
	
	#foot{
		font-size: 10px;
		padding: 0 6px 0 26px;
		height: 37px;
	}
	
	#foot a{
		color: #333;
		text-decoration: none;
	}
	
	#foot a:hover{
		text-decoration: underline;
	}
	
	
	/* Web Content Accessibility */
	.wca{
		height: 0;
		visibility: hidden;	
		position:absolute;
	}
	
/********************/	

	.txtSmall{
		font-size: 10px;
		line-height: 10px;
	}
	
	.txtDate{
		font-size: 10px;
	}

	.imgPlain{
		padding: 1px;
		background: #FFFFFF;
		border: 1px solid #FFC906;
	}

	.imgRight{
		float: right;
		margin-left: 10px;
		margin-bottom: 0px;
		padding: 1px;
		background: #FFFFFF;
		border: 1px solid #FFC906;
	}

	.imgLeft{
		float: left;
		margin-right: 10px;
		margin-bottom: 0px;
		padding: 1px;
		background: #FFFFFF;
		border: 1px solid #FFC906;
	}

	.imgBoxRight{
		font-size: .8em;
		float: right;
		margin-left: 10px;
		margin-bottom: 0px;
		padding: 2px;
		border: 1px solid #bd9;
	}

	.txtBox{
		padding: 2px;
		border: 1px solid #489;
	}

	.btn{
		padding: 1px;
		color: #FFF;
		font-weight: bold;
		font: .95em;
		border: 1px solid #489;
		background: #b2d8df;
	}