@charset "UTF-8";
* {
margin: 0;
padding: 0;
border: 0;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #473e36 url(../images/bg_page.gif) repeat-y 50% 50%;
	text-align: center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

#header {
	background: #220000;
	padding: 0;
	float: left;
	height: 79px;
	width: 1000px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navigation {
	background: #000033;
	padding: 0;
	border-top: 6px solid #FFCC33;
	height: 30px;
	clear: both;
	z-index: 499;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 244px;
	z-index: 500;
}
   #sidebar1    ul   li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#sidebar1  .last  {
	border: 8px solid #FFFFFF;
	background-color: #FFFFFF;
}
#sidebar1 .no_border {
	border-top-style: none;
}
#container #header img {
	float: left;
}

#footer p a {
	color: white;
}
#footer p a:hover {
	color: #220000;
}

#container h3 {
	color: #cc3300;
	font: bold 16px/18px Verdana, Arial, Helvetica, sans-serif;
}

#container #header #tabs {
	padding: 0px;
	list-style: none;
	z-index: 5;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	height: 27px;
	line-height: 15px;
	float: left;
	margin-left: 0px;
}
#container #header #tabs li {
	background: url(../images/tab-right.gif) no-repeat right top;
	float: left;
	height: 27px;
}
#container #header #tabs a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 8px;
	background: url(../images/tab-left.gif) no-repeat left top;
	float: left;
}
#container #header #tabs a:hover {
	color: #FFCC33;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 8px;
	background: url(../images/tab-left.gif) no-repeat left top;
	float: left;
	margin: 0px;
}
#container #header #tabs #search label {
	margin: 0px;
	float: left;
	background: url(../images/tab-left.gif) no-repeat left top;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
}
#container #header #tabs #search input {
	vertical-align: bottom;
}
#container  h6 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin-top: 10px;
	margin-left: -8px;
	margin-bottom: 10px;
	float: left;
}
#container  h6 a {
	color: #666666;
	text-decoration: underline;
}
#container #header #join_box {
	background: #0099CC url(../images/join_box-corner.gif) no-repeat left bottom;
	float: right;
	width: 543px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	height: 43px;
	padding: 0px 5px 4px;
}
#container #header #join_box p {
	font-size: 11px;
	margin-top: 0px;
}
#container #header #join_box a {
	color: #FFFFFF;
	text-decoration: underline;
}
#container #header #join_box a:hover {
	color: #000033;
}
#container #header #join_box .links {
	margin: 0px;
	float: right;
	clear: both;
	padding: 0px;
}
input.send-btn {
	width: 58px;
	height: 18px;
	background: #000033 url(../images/email_submit.gif) no-repeat;
	outline: none;
	margin: 0px;
	padding: 0px;
}
input.send-btn:hover {
	background: #000033 url(../images/email_submit-over.gif) no-repeat 0 0px;
}
#news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#news li {
	list-style: url(../images/bullet_arrow.gif) none;
}
#news ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
#news   b    {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.searchTable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.searchTable .resultHead {
	text-transform: uppercase;
	padding-top: 15px;
	font-weight: bold;
	color: #666666;
}
.marker {
	font-weight: bold;
}  
.caps {
	text-transform: uppercase;
}