* {
	margin:0;
	padding:0;
}

body{
	font-family: Tahoma,Verdana,Arial,sans-serif;
	line-height: 1.166;	
	background: #FFFFFF url("img/line.png") fixed;
	background-position: center;
	background-repeat:repeat-y;
}

a{
	text-decoration: none;
	border-bottom: dotted 1px #D78100;
	color: #FF9702;
}

a:hover{
	text-decoration: none;
	border-bottom: solid 1px #2382DE;
	color: #2382DE;
}

div#container{
	margin: 0 auto;
	width: 830px;
}

	div#header{
		margin-top: 5px;
		margin-bottom: 15px;
		background-image: url(img/bannerPSD.png);
		background-position:left top;
		background-repeat: no-repeat;
		padding-top: 95px;
	}
	
		div#header h1{
			text-indent: -99999px;
			height: 0px;
		}
		
		/* MENU */
		div#header ul{
			height: 25px;
			background:#FF9E00;
			border-bottom: thin solid #AAA;
			border-top: thin solid #AAA;
		}
		
		div#header ul li{
			display:inline;
			padding-left: 7px;
			padding-right: 7px;
			vertical-align: middle;
		} 
		
		div#header ul li:last-child {
 			border-right:none
 		}
		
		div#header ul li a{
			color: #FFF;
			text-decoration: none;
			border-bottom: none;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
		}
		
		div#header ul li a:hover{
			color: #1886E7;
		}



	div#sideLeft {
		width: 200px;
		float: left;
		margin-left: 10px;
	}
	
		div#sideLeft div#logos {
				text-align: center;
		}
			
		div#sideLeft div#logos a{
			border: none;
		}
		
			div#sideLeft div#logos img{
					padding-top: 5px;
					padding-bottom: 5px;
			}
		
		
	
	div#sideRight {
		width: 200px;
		float:right;
		margin-right: 10px;
	}
	
		div.box {
			font-size: 11px;
			text-align: center;
			border: thin solid #FF9E00;
			padding: 10px;
		}
		
		div.box h2{
			font-weight: bold;
			color: #1886E7;
			font-size: 12px;
			text-align: center;
			margin-bottom: 5px;
		}
		
		div.box p{
			margin-bottom: 10px;
		}
	
	div#content{
		width: 390px;
		margin-left: 220px;
		font-size: 12px;
		text-align: justify;
		line-height: 150%;
	}
	
		div#content h2{
			font-family: "Lucida Sans", Arial;
			font-size: 14px;
			font-weight: bold;
			background-image: url(img/lineh.png);
			background-repeat: no-repeat;
			background-position: left bottom;
			margin-bottom: 10px;
		}
		
		div#content h3{
			font-family: "Lucida Sans", Arial;
			margin-bottom: 5px;
			margin-top: 10px;
			color: #FF9702;
			font-size: 13px;
		}
		
		div#content h4{
			font-family: "Lucida Sans", Arial;
			margin-bottom: 5px;
			color: #FF9702;
			font-size: 10px;
		}
		
		div#content p{
			margin-bottom: 7px;
		}
		
		div#content ul{
			list-style-type:circle;	
			margin-left: 30px;
			margin-bottom: 15px;
		}
		
		div#content ol{
			margin-left: 30px;
			margin-bottom: 15px;
		}
		
		div#content hr{
			margin-bottom: 5px;
		}













