﻿/*
light tan = #e5e4c6
brown     = #9f8f51
blue      = #3d5678
*/

@import url("tables.css");
@import url("layout.css");

body {
	color:#666;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
img { behavior: url(iepngfix.htc); }
ul, li, ol, form {margin:0; padding:0}

h4, h5, h6 {margin:0 0 15px 0; padding:0}
p {margin:0 0 10px 0; padding:0}

A {color: #9f8f51; }
A:link {text-decoration: underline; }
A:visited {text-decoration: underline; }
A:active {text-decoration: underline; }
A:hover {text-decoration: none; }

h1 {
	color: #9b5f0c;
	margin:0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	}
h2 {
	color: #3d3d3d;
	margin:0 0 15px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(/images/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	clear:both;
	}
h3 {
	color: #3d5678;
	margin:0 0 0 0;
	font-size: 14px;
	font-weight: bold;
	}
p {
	margin:0 0 15px 0;
	}
.button1 {
	color: #fff;
	background:#3d5678 url(/images/btn_bg.gif) repeat-x;
	padding: 3px 5px;
	border:2px solid #1e2b3c;
	font-size: 9px;
	font-weight: bold;
	width:auto;
	overflow:visible;
	margin:0 10px 0 0;
	}
.button1:hover, .submit:focus {
	border: 2px solid #3d5678;
	}

.help { color: #006699; }
.help A { color: #006699; }

.error {  color: #CC0000; 	font-weight: bold; }
.error A { color: #CC0000;}
.required { color: #CC0000; font-weight: bold; }

.s20 { width: 20px}
.s30 { width: 30px}
.s40 { width: 40px}
.s60 { width: 60px}
.s80 { width: 80px}
.s100 { width: 100px}
.s120 { width: 120px}
.s130 { width: 130px}
.s135 { width: 135px}
.s140 { width: 140px}
.s160 { width: 160px}
.s180 { width: 180px}
.s200 { width: 200px}
.s220 { width: 220px}
.s240 { width: 240px}
.s260 { width: 260px}
.leftCol ul {
	list-style:disc;
	margin:0 0 15px 0;
	padding:0 0 0 15px;
}
.leftCol ol {
	list-style:decimal;
	margin:0 0 15px 0;
	padding:0 0 0 20px;
}
/*ron added*/
dl.sitemap {
	margin-bottom: 5px;
	float: none;
}

dl.sitemap dt {
	color: #3d5678;
	display: block;
	float: none;
}

dl.sitemap dd {
    margin-top: 5px;
	padding: 0 0px 0 20px;
	float: none;	
}