			/* Global Layout */


body 
{
font-size: .8em;
margin: 0px;
text-align: center;
background: #ffffff;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
}


A:link {color: #02A0C6; }
A:visited {color: #02A0C6; }
A:active {color: #02A0C6; }
A:hover {color: #02A0C6; }

#wrap{
	position: relative;
	margin: auto;
	width: 820px;
}

	#top{
		position: relative;
		padding: 19px 0 15px 0;
		height: 54px;
	}
	
		#logo{
			position: absolute;
			top: 19px;
			left: 0px;
			height: 54px;
			width: 277px;
			background: url(img/logo.gif) top left no-repeat;
		}

		#nav{
			position: relative;
			float: right;
			height: 26px;	
			padding-top: 20px;
			font-size: .85em;
		}
		
			#nav li{
				position: relative;
				float: left;
				height: 26px;	
			}
			
			#nav li a{
				position: relative;
				float: left;
				padding: 6px 9px 0 9px;
				height: 20px;
				text-transform: uppercase;
				color: #fff;
				text-decoration: none;
				margin-top: 8px;
			}
			
			.nc1{
				background: #02A0C6;
			}
			
			.nc2{
				background: #9AD3ED;
			}
			
			.nc3{
				background: #62AC57;
			}
			
			.nc4{
				background: #98CA45;
			}
			
			#nav li a:hover{
				margin-top: 0;
				height: 28px;
			}
			
	
	#head{
		position: relative;
		padding: 10px;
		border: 0px solid #000000;
		text-align: left;
		margin-bottom: 30px;
	}
	
		#head img{
			position: relative;
			display: block;
			height: 281px;
			width: 298px;
		}
		
		#head h1{
			position: absolute;
			top: 0px;
			right: 0px;
			padding: 115px 30px 0 15px;
			height: 187px;
			width: 455px;
			font-weight: normal;
			font-size: 2.5em;
			text-align: left;
			color: #02a0c6;
			background: #ffffff;

		}
	
	#page{
		position: relative;
		text-align: left;
	}
	
		#content{
			position: relative;
			float: left;				
			width: 476px;
			padding-left: 12px;
		}
		
			#content h2{
				position: relative;
				font-size: 2em;
				font-weight: bold;
				color: #62AC57;
				padding-bottom: 11px;
			}
			
			#content p{
				position: relative;
				line-height: 1.5em;
				padding-bottom: 1em;
			}
			
			.seal{
				position: relative;
				float: left;
				margin: 0 15px 10px -25px;
				z-index:100;
			}
			
			#content strong{
				position: relative;
				font-weight: bold;
			}
	
		#contentinside{
			position: relative;
			float: left;				
			width: 476px;
			padding-left: 12px;
		}
		
			#contentinside h2{
				position: relative;
				font-size: 2em;
				font-weight: bold;
				color: #62AC57;
				padding-bottom: 11px;
			}
			
				#contentinside h3{
				position: relative;
				font-size: 1.3em;
				font-weight: bold;
				color: #02A0C6;
				padding-bottom: 11px;
			}
			
			#contentinside p{
				position: relative;
				line-height: 1.5em;
				padding-bottom: 1em;
			}
			
			.seal{
				position: relative;
				float: left;
				margin: 0 15px 10px -25px;
			}
			
			#contentinside strong{
				position: relative;
				font-weight: bold;
			}
	
	#contentinsideindent{
			position: relative;
			float: left;				
			width: 400px;
			padding-left: 22px;
		}
		
			#contentinsideindent h2{
				position: relative;
				font-size: 2em;
				font-weight: bold;
				color: #62AC57;
				padding-bottom: 11px;
			}
			
				#contentinsideindent h3{
				position: relative;
				font-size: 1.3em;
				font-weight: bold;
				color: #02A0C6;
				padding-bottom: 11px;
			}
			
			#contentinsideindent p{
				position: relative;
				line-height: 1.5em;
				padding-bottom: 1em;
			}
			
			.seal{
				position: relative;
				float: left;
				margin: 0 15px 10px -25px;
			}
			
			#contentinsideindent strong{
				position: relative;
				font-weight: bold;
			}
	
	#sidebar{
		position: relative;
		float: left;
		padding-left: 52px;	
		width: 280px;
		font-size: .95em;
	}
	
		.widget{
			position: relative;
			padding: 10px;
			border: 1px solid #CCCCCC;
			margin-bottom: 20px;
		}
		
			.widget h2{
				position: relative;
				color: #fff;
				padding: 6px 0 6px 0;
				text-align: center;
				text-transform: uppercase;
				font-weight: bold;	
			}
			
			.widget h2.c1{
				background: #9AD3ED;
			}
			
			.widget h2.c2{
				background: #62AC57;
			}
			
			.widget-content{
				position: relative;
				padding: 10px;
				background: #EBEBEB
			}
			
			.widget-content li{
				position: relative;
				padding: 6px 0 6px 0;
			}
			
			.widget-content p{
				position: relative;
				line-height: 1.4em;
				text-align: center;
				padding-bottom: 1em;
			}
			
			.widget-content p input{
				position: relative;
				padding: 5px;
			}
	
	
	#foot{
		position: relative;
		margin-top: 18px;
		padding: 15px;
		height: 25px;
		border-top: 1px solid #ccc;
	}
		
		#foot a{
			color: #0066ff;
		}
