﻿/*
light tan = #e5e4c6
brown     = #9f8f51
blue      = #207ead
*/

@import url("tables.css");
@import url("layout.css");

body {
	color:#666666;
	margin: 0px;
	padding: 0px;
	background-color: #207ead;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
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: #207ead;
	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;
	}
.button2 {
	color: #000;
	background:#fcbb1c url(images/button1.jpg) repeat-x;
	padding: 0px;
	border: 1px solid #EFA803;
	font-size: 9px;
	margin:0 10px 0 0;
	width:auto;
	overflow:visible;
	}
.button2:hover, .submit:focus {
	border: 1px solid #FFFFFF;
	}

.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}

/*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;	
}

.banners {float:left; text-align:center; padding-top:12px;}
.banners img { margin-bottom:4px;}