@charset "UTF-8";
/* CSS Document */

*{ 
	margin: 0;
	padding: 0;
	}
	
	
a{			
	text-decoration: none;
	color: #2d2e85;
		
	}
	
	
a:hover {	
	color: #4d4d4d;
	text-decoration: underline;
		}
		
	
	
body  {
	margin: 0 auto;
	font: 10pt Helvetica, Arial, sans-serif;
	background-image: url(images/background_tile.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
	width: 1020px;
	font-color: #4d4d4d;
	}
	
#container{
	width: 980px;
	margin-left: 20px;
	margin-right: 20px;
	}

#navigation{
	height: 60px;
	width: 980px;
	float: left;
	}
		
	
#navigation p{	
	font-size: 11pt;
	color: #fff;
	letter-spacing: .5px;
	font-family: Lucida Grande, helvetica, Arial, Sans Serif;
	}
	
	
#navigation a{	
	text-decoration: none;
	color: #111;		
	}
	
#navigation a:hover{			
	text-decoration: none;
	color: #fff;		
	}	
	
	
#header{
	clear: both;
	width: 980px;
	height: 230px;
	float: left;
	margin-top: 20px;
	}
	
#header_left{
	width: 450px;
	height: 230px;
	float: left;
	padding-right: 10px;
	}	
	
#header_right{
	width: 520px;
	height: 230px;
	float: right;
	}	
	
#title{
	width: 380px;
	height: 100px;
	float: left;
	padding-right: 10px;
	padding-left: 70px;
	}		
	
#content{
	clear: both;
	width: 980px;
	float: left;
	}	
		
	
#content_right{
	width: 840px;
	float: right;
	padding: 60px;
	background-color:#fff;
	}
	
	
#content_right p{
	font-family: “Lucida Grande”, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	font-color: #4d4d4d;	
	}
	
#column1{
	width: 390px;
	float: left;
	padding-right: 40px;		
	}
	
#column2{
	width: 410px;
	float: right;		
	}	
	
#strip_left{
	width: 10px;
	height: 300px;
	float: left;
	background-image: url(images/strip_left.png);
	background-repeat: no-repeat;
	}	
	
#strip_right{
	width: 10px;
	height: 300px;
	float: right;
	background-image: url(images/strip_right.png);
	background-repeat: no-repeat;
	}


h1{	
	font-family: “Lucida Grande”, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #4d4d4d;
	}
	
	
h2{	
	font-family: “Lucida Grande”, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	}	


h3{	
	font-family: “Lucida Grande”, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	font-color: #4d4d4d;
	padding-bottom: 18px;
	}

#footer{
	clear: both;
	width: 980px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	
	}		
	
#footer p{
	font-family: “Lucida Grande”, sans-serif;
	font-size: 11px;
	font-color: #cccccc;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	text-align: right;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;	
	}	
	
	
	
