body {
	background: url(../img/bg.gif) repeat-x top #dad3cd;
	color:#545454;
	font:13px Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:1px
}

#header {
	background:url(../img/classic-header.gif) no-repeat;
	width:1004px;
	height:117px;
	margin:0 auto;
}
	#header h1 {
		float:left;
		padding-left:5px;
		padding-top:5px;
	}
		#header h1 a {
			display:block;
			width:237px;
			height:101px;
			font-size:1px;
			text-indent:-10000px;
			
		}
	#header h2 {
		font-size:1px;
		text-indent:-10000px;
	}
	#header h3 {
		float:right;
		padding-top:8px;
		padding-right:37px;
	}
		#header h3 a {
			display:block;
			width:261px;
			height:100px;
			font-size:1px;
			text-indent:-10000px;
		}

#nav {
	width:1005px;
	background:url(../img/nav-c.gif) repeat-x;
	height:54px;
	line-height:54px;
	margin:4px auto;
}
	#nav li {
		display:block;
		float:left;
		background:url(../img/nav-separator.gif) no-repeat left;
		padding-left:4px;
		height:54px;
	}
	#nav li.first {
		background:none;
	}
		#nav li a img {
			display:block;
			float:left;
			padding-top:11px;
		}
		#nav li a {
			display:block;
			float:left;
			font:18px/52px Arial, Helvetica, sans-serif;
			color:#fff;
			text-decoration:none;
			padding:0 22px;
		}
		#nav li a:hover, #nav li a.active {
	text-decoration:underline;
	color: #9AF04D;
		}


#content {
	background: url(../img/bg-content.gif) repeat-y top;
	width:1005px;
	margin:0 auto;
	text-align:left;
}
 
#image {
	margin-bottom:10px;
	float:right;
	padding-right:10px;
}
	#image img {
		display:block;
	}
	
#cols {
	width:1005px;
}

	#cols .col {
		float:left;
		width:318px;	
		padding-left:14px;
	}
		#cols .col h3 {
			background:url(../img/bg-title.gif) no-repeat;
			width:318px;
			height:36px;
			line-height:34px;
			color:#fff;
			padding-left:12px;
			padding-right:12px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			font-weight:normal;
			margin-bottom:10px;
		}
		#cols .col .txt {
			padding-bottom:15px;
			padding-top:12px;
			background:url(../img/bg-line.gif) repeat-x bottom;
		}
			#cols .col .txt img.left {
				padding-right:4px;
			}
			#cols .col .txt h4 {
				color:#22334f;
				font-size:14px;
				font-weight:bold;
			}
			#cols .col .txt p {
				color:#5b7eb8;
				font-size:14px;
			}
	#cols .colwide {
		float:left;
		width:636px;	
		padding-left:14px;}
		
		#cols .colwide h3 {
			width:636px;
			height:36px;
			line-height:34px;
			color:#2E5D92;
			padding-left:12px;
			padding-right:12px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:20px;
			font-weight:normal;
			margin-bottom:10px;
		}		
#footer {
	background:url(../img/bg-footer.gif) repeat-y top;
	width:1005px;
	margin:0 auto;
	text-align:center;
}
	#footer li {
		display:inline;
	}
		#footer li a {
			text-decoration:none;
			color:#22334f;
		}
		#footer li a:hover {
			text-decoration:underline;
		}
	#footer p {
		font-size:10px;
		padding-top:4px;
		padding-bottom:10px;
	}
	
	
	ul.checks{border:1px solid #ccc;border-width:1px 1px 0;font-size:14px;line-height:1em;margin:0;padding:0}
	ul.checks li{background-image:url('../img/tick.png');background-position:0 0;background-repeat:no-repeat;border-bottom:1px solid #ccc;color:#339900;list-style:none;margin:0;padding:4px 3px 4px 30px}
	ul.checks li:hover{
	background-color:#EBF9CC;
	color: #333300;
	cursor: default;
}