@import url('reset.css?v1.0');
@import url('base.css?v1.0');

/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    #display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* END CLEARFIX */


body{
	color: #000;
	font-family: Lucida sans, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;	
}

#container_wrapper{

}

	#container{

	}
		
		#header{
			height:100px;
		}
		
			#logo{
				text-decoration: none;
			}
		
			#language{
				display: none;
			}

		
	
		#title{
			color: #469ecd;
			font-size: 1.3em;
			margin-bottom: 20px;
		}
		
		#breadcrumbs{
			display: none;
		
		}
		
		#navigation{
			display: none;
		}
		
		#content{
			line-height: 180%;
			text-align: left;
		}
		
			#content a{
				color: #000;
				text-decoration: none;
			}
			
			#content a:hover{
				text-decoration: none;
			}
			
			#content q{
				color: #000;
			}
		
			#content .images{
				float: left;
				width: 330px;
				margin-right: 15px;
				_margin-right: 0px;
				margin-top: 14px;
				display: none;
			}
			
			
			#content .text{
			}
			
			#content .text.wide{

			}
			
			 .hidden{
				display: none;
			}
			
			#content table td{
				line-height: 140%;
				padding: 0px 10px 10px 0px;
			}
		
		#footer{
			color: #5a5b5e;
			padding-top: 50px;
		}
		
			#footer span{
				color: #469ecd;
			}
			
			#footer a{
				color: #5a5b5e;
			}
			
			#footer div{
				color: #469ecd;
				padding-top: 20px;
			}
			
				#footer div a{
					color: #469ecd;
				}
			
h1{
	font-weight: bold;
	font-size: 1.3em;
}


h2{
	font-weight: bold;
	font-size: 1.2em;
}

h3{
	font-weight: bold;
	font-size: 1.0em;
}

h4{
	font-style: italic;
	font-weight: bold;
	font-size: 1.0em;
}


h5{
	font-size: 0.9em;
}

h6{
	display: inline;
	color: #fff;
	font-size: 1.05em;
}
