/* CSS Document */
	body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font:Arial, Helvetica, sans-serif;*/
		background-color:#869487;
		margin:2px;
		
		}
	img{border:0;}
	
	#TITLE {font-size:large;
		color:#fff;
		margin-bottom:-4px;
		padding-bottom:0;
		
		}
	
	#WRAPPER{
		background-color:#fff;
		width:702px;
		
	}
	
	#MAIN{ 
		padding-left:184px;
		width:381px;
		float:left;
		background: #fff url(img/mandog.jpg) no-repeat left bottom;
	}

	#MAIN h1{
		clear:both;
		padding-top:10px;
		margin-top:10px;
		font-size:small;
	}
		
	#MAIN p{
		font-size:x-small;
		margin: 1.5em 0;
		margin-right:5px;
		padding:0;
	}
	#MAIN a{
		color:#008500;
		text-decoration:none;
		font-weight:bold;
	}
	#MAIN a:hover{text-decoration:underline;}
	
	#MAIN hr {height:1px;
	color:#eee;
	width:80%;
	text-align:center;
	}
	.dots{text-align:center;
	color:#869487;}
	#PARTNERS{
		list-style:none;
		font-size:x-small;
		font-family:Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
		float:left;
		border-left:1px solid #869487;
		background-color:#fff;
		width:136px;
	}

	#PARTNERS li{
		vertical-align:middle;
	}
	#PARTNERS li a{
		display:block;
		height:38px;
		width:136px;
		border-bottom: 1px solid #869487;
		vertical-align:middle;
		text-align:center;
	}
	
	#NAV{
		margin:0;
		padding:0;
		padding-top:26px;
		font-size:x-small;
	}
	
	#NAV li{
		list-style:none;
		float:left;
		display:block;
		}
		
	#NAV li a{
		text-align:center;
		display:block;
		width:90px;
		background-color:#eee;
		padding:2px;
		text-decoration:none;
		border-left:1px solid #ddd;
		color:#006600;
		font-weight:bold;
	}
	#NAV li a.right{
		border-right:1px solid #ddd;
	}
	#NAV li a:hover{
		background-color:#ddd;
	}

	.CORNER_TOP{
		background: #fff url(img/corner.gif) no-repeat right top;
	}
	
	#footer{
		height:65px;
		background: url(img/bottom.jpg) no-repeat bottom;
	}

	.partners {
		padding-top:13px;
		color:#869487;
		background-color:#869487;
	}
	
	#bot_part{
		text-align:center;
		font-size:x-small;
		display:block;
		clear:both;
		width:702px;
		background-color: #869487;
		margin:0;
	}

/* PARTNER LOGOS */

	.basc{background:url(img/basc2.gif) no-repeat right top;}
	.cla{background: url(img/cla.gif) no-repeat center center;}
	.cmi{background: url(img/cmi.gif) no-repeat center center;}
	.ca{background: url(img/ca.gif) no-repeat center center;}
	.gfa{background: url(img/gfa.gif) no-repeat center center;}
	.ngo{background: url(img/ngo.gif) no-repeat center center;}
	.sga{background: url(img/sga.gif) no-repeat center center;}
	.srpba{background: url(img/srpba.gif) no-repeat center center;}
	.sp{background: url(img/sp.gif) no-repeat center center;}
	.gct{background: url(img/gct.gif) no-repeat center center;}
	.ngda{background: url(img/ngda.gif) no-repeat center center;}
	.par_name{display:none;}

	#logos{
	clear:both;
	text-align:center;
	display:none;
	}
	#logos img{padding:10px;}
	#mandog{display:none;float:left;}

/* PRINT STYLES */

	@media print {
		#TITLE{/*display:none;*/padding:20px 0 10px 0;}
		#NAV{display:none;}
		#PARTNERS{display:none;}
		#MAIN{padding-left:10px;}
		#logos{display:block;}
		#mandog{display:block;}
}
