
	body {
		background:		#ffffff;
		color:			#000000;
		font-family:	arial, helv, sans-serif;
		font-size:		62.5%;
	}
	
	h1, h2, h3, h4 {
		font-family:	Georgia, "Times New Roman", Times, serif;
	}
	h5 {
	background:		#ffffff;
	color:			#F60;
	font-family:	arial, helv, sans-serif;
	font-size:		1.2em;
	}
	h6 {
	color:			#F60;
	font-family:	arial, helv, sans-serif;
	font-size:		1em;
	text-decoration: none;
	}
	
	#container {
		position:		relative;
		width:			960px;
		margin:			auto;
		
	}
	
	#header {
		position:		relative;
		background:		transparent url(images/logo01.png) no-repeat top left;
		width:			960px;
		height:			110px;
	}
	
	#sitenav {
		width:			960px;
		float:			left;
		border-top:		1px dashed #cccccc;
		border-bottom:	1px dashed #cccccc;
	}
	
	#sitenav ul {
		margin:			0;
		padding:		0;
	}
	
	#sitenav ul li {
		margin:			0;
		padding:		0;
		list-style:		none;
		float:			left;
	}
	
	#sitenav ul li a {
		padding-top:	5px;
		padding-bottom:	5px;
		padding-left:	26px;
		padding-right:	26px;
		font-size:		1.1em;
		border-left:	1px dashed #cccccc;
		color:			#000000;
		text-decoration:none;
		float:			left;
	}
	
	#sitenav ul li a.last {
		border-right:	1px dashed #cccccc;
		padding-left:	26px;
		padding-right:	26px;
	}
	
	#sitenav ul li a:hover {
		color:			#ffffff;
		background:		#29ABE2;
	}
	
	#primarynav {
		padding-top:	10px;
		width:			960px;
		clear:			left;
	}
	
	#primarynav ol {	
		margin:			0;
		padding:		0;
	}
	
	#primarynav ol li {
		margin:			0;
		padding:		0;
		float:			left;
		list-style:		none;
		width:			160px;
		height:			154px;
	}
	
	#nav01 {
		background:		transparent url(nav01.png);
	}
	
	#nav02 {
		background:		transparent url(nav02.png);
	}
	
	#nav03 {
		background:		transparent url(nav03.png);
	}
	
	#nav04 {
		background:		transparent url(nav04.png);
	}
	
	#nav05 {
		background:		transparent url(nav05.png);
	}
	
	#nav06 {
		background:		transparent url(nav06.png);
	}
	
	#accent {
		clear:			left;
		padding-top:	10px;
		
	}
	
	#accent p {
		font-size:		1.2em;
		line-height:	1.5em;
	}
	
	#accent h1 {
		font-size:		2em;
	}
	
	#highlights {
		position:		relative;
		width:			960px;
		padding-top:	10px;
	}
	
	.highlight {
		width:			185px;
		padding-left:	6px;
		float:			left;
		text-align:		left;
		border-right:	1px dashed #cccccc;
	}
	
	.highlight img {
		width:			179px;
		margin:			auto;
	}
	
	.highlight h2 {
		height:			2.5em;
		font-size:		1.5em;
		color:			#29ABE2;
		font-weight:	normal;
		width:			90%;
	}
	
	.highlight h3 {
		height:			2em;
		font-size:		1.2em;
		color:			#000000;
		font-family:	Arial, Helvetica, sans-serif;
		width:			90%;
	}
	
	.highlight p {
		line-height:	1.6em;
		height:			70px;
	}
	
	.findoutmore {
		display:		block;
		width:			100px;
		height:			20px;
		overflow:		hidden;
		text-indent:	-10000px;
		background:		transparent url(findoutmore.png) no-repeat top left;
	}

	.moreinfo {
		display:		block;
		width:			100px;
		height:			20px;
		overflow:		hidden;
		text-indent:	-10000px;
		background:		transparent url(moreinfo.png) no-repeat top left;
	}

	#footer {
		margin-top:		10px;
		float:			left;
		width:			960px;
		border-top:		1px dashed #cccccc;
		border-bottom:	1px dashed #cccccc;		
	}
	
	#footer ul {
		margin:			0;
		padding:		0;
	}
	
	#footer ul li {
		margin:			0;
		padding:		0;
		list-style:		none;
		float:			left;
	}
	
	#footer ul li a {
		padding-top:	5px;
		padding-bottom:	5px;
		padding-left:	10px;
		padding-right:	10px;
		font-size:		1.1em;
		border-right:	1px dashed #cccccc;
		color:			#999999;
		text-decoration:none;
		float:			left;
	}

	#footer ul li a.last {
		border-right:	none;
	}
	
	#footer ul li a:hover {
		text-decoration:underline;
	}
	
	#footer #copyright {
		float:			right;
		color:			#999999;
		padding-top:	5px;
		font-size:		1.1em;
	}
/*
 * 6. FORMS
 * 
 */
fieldset {

}
legend {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: .5em;
	color: #000077;
}
form {
	color: #333333;
}
form ul {
	list-style-type: none;
	margin-bottom: .5em;
	margin-top: .5em;
	padding: 0;
}
form ul li {
	margin: 0;
	padding: 0;
}


form label {
	font-size: .9em;
	margin-bottom: .5em;
	margin-top: .5em;	
}
		
input[type='text'] { 
	border: 1px solid #D8D8D8;
	background: #FFF url(../images/img-form-input-shadow.png) repeat-x top;
	display: block;
	padding: 0.2em;
	width: 98%;		
	color: #333333;
	margin-bottom: 1em;
}

textarea { 
	border: 1px solid #D8D8D8;
	background: #FFF url(../images/img-form-input-shadow.png) repeat-x top;
	display: block;
	padding: 0.2em;
	color: #333333;
	width: 98%;	
	line-height: normal;
	margin-bottom: .7em;
}

form ul li input[type='radio'], form ul li input[type='checkbox'] { 
	margin:0.1em 0em;
	padding: 0;
}

select {
	border: 1px solid #D8D8D8;
	background: #fff;
	color: #666666;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	margin: 0.2em 0;
	display: block;
	width: 98%;
}

input[type='button'] {
	border: 1px solid #D8D8D8;
	background-color: white;
	padding: 1em 1.3em;
	color: #666666;
	margin: 1em 0em;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
}
