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

	body{
		margin:26px;padding:0;border:0;
		text-align:center;
		background-color:#9e9e9e;
		font-family: Tahoma,"Times New Roman", Times, serif;
		font-size:11px;
	}
	
	#container{
		width:798px;
		margin:0 auto;
		border:#fff 23px solid;
		background-color:#fff;
	}
	
	#logo{
		text-align:left;
		margin:6px 0 21px 8px;
	}
	
	#header{
		height:32px;
	}
	
	#head-left{
		background-color:#095a8b;
		color:#fff;
		width:222px;
		text-align:center;
		height:32px;
		line-height:32px;
		border-right:#fff 1px solid;
		float:left;
		font-size:11px;
	}
	
	#head-right{
		float:left;
		height:32px;
		line-height:32px;
		width:574px;
		background:url(../images/pattern.gif) repeat-x;
	}
	
	#content{
		text-align:left;
		clear:left;
		height:610px;
	}
	
	#c-left{
		width:222px;
		background-color:#4582a8;
		color:#fff;
		height:552px;
		float:left;
	}
	
	#c-left p{
		width:180px;
		margin:20px 0 10px 20px;
		font-size:12px;
	}
	
	#contact-ul{
		list-style-image:url(../images/white-arrow.gif);
		float:left;
		margin:0;padding:0;border:0;
	}
	
	#contact-ul li{
		font-size:11px;
		line-height:18px;
		margin-left:20px;
	}
	
	#c-right{
		float:left;
	}
	
	#menu{
		margin:0;
		margin-top:1px;
	}
	
	#menu img{
		border-left:#fff 1px solid;
		margin:0;
	}
	
	#c-right-content {
		margin:20px 0 0 0;
	}	
	
	.c-right-content-p{
		margin:0;
		margin-left:34px;
		width:510px;
		color:#6b6b6b;
		line-height:16px;	
		padding:0;
	}
	
	.c-right-content-p a:link, .c-right-content-p a:visited{
		color:#333333;
		text-decoration:underline;
	}
	
	.c-right-content-p a:hover{
		color:#666666;
		text-decoration:underline;
	}
	
	.bottom{
		background-color:#e5e5e5;
		width:287px;
		height:200px;
		float:left;
		color:#6b6b6b;
		margin:0;padding:0;border:0;
	}
	
	.bottom a:link, .bottom a:visited {
		color:#6b6b6b;
		text-decoration:underline;
	}
	
	.bottom a:hover {
		color:#333333;
		text-decoration:underline;
	}
	
	.donate a:link, .donate a:visited{
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	.donate a:hover{
		color:#CCCCCC;
		text-decoration:underline;
	}
	
	#above-footer{
		float:left;
		height:32px;
		line-height:32px;
		width:797px;
		background:url(../images/pattern.gif) repeat-x;
		margin:1px 0 5px 0;
	}
	
	#footer{
		color:#6b6b6b;
		width:797px;
		text-align:center;
		font-size:10px;	
	}
	
	#footer a:link, #footer a:visited{
		color:#6b6b6b;
	}
	
	#footer a:hover{
		color:#6b6b6b;
		text-decoration:none;
	}	
	
	

