/* CSS Document */

html, body, img, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

A 			{ text-decoration: none; }
A:link		{ color: #006; }
A:visited	{ color: #006; }
A:active	{ color: #006; }
A:hover		{ text-decoration: underline;  }

body {
	background-color: #FFF; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em; 
}

p { 
	color: #666;
	font-size: 80%;
	margin: 0 0 0 20px;
}

acronym {
	font-weight: bold;
}

ul, li {
	font-size: 90%;
	color: #666;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0 0 4px 0;
}

#wrapper {
	position: center;
	margin-left: auto;
	margin-right: auto;
	width: 761px;
}

#header {
	height: 122px;
}

#column_img {
	margin: 10px 0 0 10px;
}

#column {
	width: 600px;
	margin: 10px auto;
}

#column h1, h2, h3, h4, h5, h6 {
	background-repeat: no-repeat;
	background-position: left;
	font-size: 90%;
	color: #006;
	padding: 1px 0 6px 30px;
}

#column h1 {
	background-image: url(../images/icon_net.gif);
}

#column h2 {
	background-image: url(../images/icon_fire.gif);
}

#column h3 {
	background-image: url(../images/icon_fix.gif);
}

#column h4 {
	background-image: url(../images/icon_power.gif);
}

#column h5 {
	background-image: url(../images/icon_people.gif);
}

#column h6 {
	background-image: url(../images/icon_print.gif);
}

#column p {
	margin: 0 0 4px 30px;
}

.columnh7 {
	background-image: url(../images/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 90%;
	font-weight: bold;
	color: #006;
	margin-left: -60px;
	padding: 1px 0 6px 30px;
}


#rightcol {
	float: right;
	width: 48%;
	margin: 0 0 10px 0;
}

#rightcol img {
	margin: 10px 0 5px 0;
}

#rightcol h3 {
	background-image: url(../images/icon_fix.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 30px;
}

#rightcol p {
	margin: 0 20px 0 30px;
}

#leftcol {
	background-image: url(../images/bar2x250.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 48%;
	margin: 0 0 10px 8px;
}

#leftcol img {
	margin: 10px 0 5px 0;
}
#leftcol h3 {
	background-image: url(../images/icon_fix.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 30px;
}

#leftcol p {
	margin: 0 20px 0 30px;
}

#footer {
	clear: both;
	padding: 4px 0;
	border-top: 1px solid #69C;
	text-align: center;
	font-size: 80%;
}

#footer p {
	color: #69C;
	letter-spacing: 2px;
}

#footer a, a:hover, a:focus {
	color: #69C;
}