body {
	/* text-align:center; */
	background-image:url(/images/bkg/page.gif);
	background-position:center;
	background-repeat:repeat-y;
}

/* *** WRAPPERS *** */

#wrapper {
	width:800px;
/*	min-height:400px; */
	margin:0 auto 0 auto;
	padding:0;
}

#leftcol {
	width:180px;
	float:left;
	margin:0 0 20px 0;
}

#leftcol .shadow {
	margin:0 0 20px 0;
	width:180px;
	height:6px;
	background-image:url(/images/bkg/shadow.gif);
	background-position:top;
	background-repeat:repeat-x;
}


/* *** NAVIGATION *** */

#nav {
	margin:0;
	padding:0;
	width:180px;
}

#nav ul {
	color:#666666;
	margin:0;
	padding:0;
}

#nav li {
	width:100%;
	list-style-type:none;
	text-align:left;
	border-top:1px solid #ffffff;
}

#nav li a:link, #nav li a:active, #nav li a:visited {
	padding:3px 4px 3px 4px;
	display: block;
	background-color:#ccd6e0;
	color:#333333;
	text-decoration:none;
	width:172px;  
}

#nav li a:hover {
	padding:3px 4px 3px 4px;
	display: block;
	background-color:#cce0d6;
	color:#333333;
	text-decoration:none;
	width:172px;
}

#nav .title {
	padding:3px 4px 3px 4px;
	display: block;
	font-size:x-small;
	font-style:italic;
	background-color:#ccd6e0;
	color:#000000;
	text-decoration:none;
	width:172px;
}

/* items for sec nav */

#nav ul li li a:link, #nav ul li li a:active, #nav ul li li a:visited {
	padding:2px 4px 2px 20px;
	background-color:#e5eaef;
	color:#666666;
	width:156px;  
}

#nav ul li li a:hover {
	padding:2px 4px 2px 20px;
	background-color:#e5efea;
	color:#666666;
	width:156px;
}




/* *** INDUSTRIES *** */

#ind {
	margin:0;
	padding:0;
	width:180px;
}

#ind ul {
	color:#666666;
	margin:0;
	padding:0;
}

#ind li {
	width:100%;
	list-style-type:none;
	text-align:left;
	border-top:1px solid #ffffff;
}

#ind li a:link, #ind li a:active, #ind li a:visited {
	padding:3px 4px 3px 4px;
	display: block;
	background-color:#ffe0b2;
	color:#333333;
	text-decoration:none;
	width:172px;  
}

#ind li a:hover {
	padding:3px 4px 3px 4px;
	display: block;
	background-color:#ffd1c1;
	color:#333333;
	text-decoration:none;
	width:172px;
}

#ind .title {
	padding:3px 4px 3px 4px;
	display: block;
	font-size:x-small;
	font-style:italic;
	background-color:#ffe0b2;
	color:#000000;
	text-decoration:none;
	width:172px;
}




/* *** MAILLIST *** */

#maillist {
	margin:0;
	padding:6px;
	width:168px;
	background-color:#cce0d6;
	color:#666666;
}

#maillist a:link, #maillist a:active, #maillist a:visited {
	color:#333333;
	text-decoration:none;  
}

#maillist a:hover {
	color:#ff0000;
	text-decoration:none;  
}

#maillist p {
	margin:0;
	padding:0;
	font-size:x-small;
}

#maillist h6 {
	margin:2px 0 6px 0;
	font-size:small;
	font-weight:bold;
}

/* *** MAIN CONTENT AREA *** */

/* The main content area is 580px wide */

#main {
	margin:0 0 20px 217px;
	padding:0;
}



/* *** HEADER ITEMS *** */

#header {
	width:800px;
	margin:8px auto 0 auto;
}

#header_top {
	width:800px;
	height:12px;
	background-color:#003366;
}

#header_main {
	width:800px;
	height:100px;
	margin:1px 0 1px 0;
	background-color:#d9e8f0;
	background-image:url(/images/bkg/header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:small;
}

#header_logo {
	float:left;
	padding:20px;
}

#header_links {
	float:right;
	width:250px;
	margin:8px 0 8px 0;
	text-align:right;
}

#header_links p {
	color:#ffffff;
	margin:8px 12px 8px 0;
	padding:0;
}

#header_links a:link, #header_links a:active, #header_links a:visited {
	color:#ffffff;
	text-decoration:none;
}

#header_links a:hover {
	color:#ff0000;
	text-decoration:none;
}

#header_bottom {
	text-align:right;
	width:800px;
	height:16px;
	background-color:#003366;
}

#header_bottom p {
	margin:2px 12px 2px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color:#b3c0c9;
}

#header_shadow {
	width:800px;
	height:12px;
	background-image:url(/images/bkg/header_shadow.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
	
	
	
	
/* *** FOOTER ITEMS *** */

#footer {
	clear:both;
	width:800px;
	margin:8px auto 8px auto;
}

#footer_top {
	width:800px;
	height:12px;
	background-color:#003366;
}

#footer_main {
	text-align:center;
	width:780px;
	margin:1px 0 1px 0;
	padding:10px;
	background-color:#d9e8f0;
	font-size:small;
	color:#666666;
}

#footer_main .small {
	font-size:smaller;
}

#footer_bottom {
	width:800px;
	height:6px;
	background-color:#003366;
}

#footer_shadow {
	width:800px;
	height:6px;
	background-image:url(/images/bkg/shadow.gif);
	background-position:top;
	background-repeat:repeat-x;
}



#footer_nav {
	margin-bottom:1em;
}

#footer_legal {
	font-size:x-small;
}

#footer_legal_disclaimer {
	font-size:xx-small;
}

#footer ul {
	margin:4px 0 6px 0;
}

#footer li {
	list-style-type:none;
	margin:0.5em;
	display:inline;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#003399;
}

#footer a:hover {
	text-decoration:none;
	color:#cc0000;

}




/* *** LINKS *** */

a:link, a:active, a:visited {
	color:#003399;
	text-decoration:none;
}

a:hover {
	color:#CC0000;
	text-decoration:none;
}





