/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
	background-color: #898989;
	line-height: 1.5;
}

.clearer {
	 clear:both;
	 height:1px;
	 overflow:hidden;
	 margin-top:-1px;
}

#Wrap {
	width: 800px;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}

h1 {
	background-image: url(images/hdr_weldone.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 109px;
	margin-bottom: 12px;
	cursor: pointer;
	}
	h1 span {
		display: none;
		}
		
h2 {
	font-size: 18px;
	color: #021957;
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px solid #021957;
	text-transform: uppercase;
	}
	
h3 {
	font-size: 14px;
	color: #6e6e6e;
	margin-bottom: 15px;
}

h4 {
	margin-bottom: 15px;
	font-size: 12px;
}

#HomeLink {
	width: 200px;
	height: 200px;
}

p {
	margin-bottom: 10px;
}

ol {
	margin-left: 28px;
}

#Content ul {
	margin-left: 24px;
	margin-bottom: 15px;
	list-style-image: url(images/bullet.gif);
}
		
#Nav {
	background-image: url(images/nav_bkg.jpg);
	background-repeat: repeat-y;
	width: 205px;
	float: left;
	margin-left: 1.5em;
	}
	#Nav ul {
		list-style-image: none;
		padding-top: 4px;
		padding-left: 4px;
		}
		#Nav ul li {
			list-style-type: none;
			}
			#Nav ul li a {
				color: #fff;
				text-decoration: none;
				background-image: url(images/nav_bullet.gif);
				background-repeat: no-repeat;
				background-position: left;
				display: block;
				width: 183px;
				height: 20px;
				padding-left: 10px;
				margin-left: 2px;
				padding-top: 5px;
				border-bottom: 1px solid #01728e;
				border-top: 1px solid #6fb1cc;
				}
				#Nav ul li a:hover {
					background-color: #6fb1cc;
					}
		
	
	
	#NavHeader {
		background-image: url(images/nav_top.jpg);
		background-repeat: no-repeat;
		width: 205px;
		
		}
		#NavFooter {
			background-image: url(images/nav_footer.jpg);
			background-repeat: no-repeat;
			width: 205px;
			height: 301px;
			}
			
#Content {
	width: 502px;
	float: left;
	margin-left: 15px;
	padding-right: 30px;
	padding-bottom: 30px;
}
			
#Footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 29px;
	margin: 0 auto;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 4px;
}

