/* CSS Document */


body{
margin:0;
background-color:#FFFFFF;
color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font:12px;
}

.bottomnav {
display:none;
}

h3 {
/*	background-image: url(images/horidots.jpg);*/
	background-repeat:no-repeat;
	background-position:left;
/*	height: 37px;*/
	text-indent:0px;
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS";
	color:#1C396A;
/*	line-height:20px;*/
}

h5 {
	margin:0;
	margin-left: 20px;
/*	margin-top:5px;
	margin-bottom:5px; */
	font-family:"Trebuchet MS";
	color:#ff0000;
	font-size: 12px;
	font-weight:bold;
}



a:link {
	color: #0033FF;
	text-decoration:underline;
	font-weight: bold;
}

a:visited {
	color: #0033FF;
	text-decoration:underline;
	font-weight: bold;
}


td {
font-size: 12px;
}

th {
font-size: 11px;
background-color:#000000;
color:#FFFFFF;
}

.contentimg img {

	border: 1px solid #cccccc;
	padding:5px;
	background-color: #EAEAEA;
	margin-bottom: 10px;

}

.contentimg {

	float: left;
	margin: .7em 1em 1em 1em;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: left;
	color:#000000;

}



 /* CONTACT FORM */

fieldset {
	margin: 0 0;
	padding: 0px 10px;
	background-color: #FFFFFF;
	border: 3px solid  #CCCCCC;	
	overflow: auto;
}
legend {
	padding: 2px 5px;
	font-family:"Trebuchet MS";
	color:#1C396A;
	font-size: 140%;
	font-weight:bold;
}

select {
	margin: 2px 2px 1px 0;
	padding: 0;
}

input {
	margin: 0 2px 0 0;
}

label {
	color: #888;
	font-weight:bold;
	}

.shadeform	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		background-color: #ffffff;
		background-image:url(images/shadeform.gif);
		color: #5F5F5F;
		text-align: left;
		width:200 px;
		border: #CCCCCC 1px solid;
		margin-bottom: 5px;
		padding: 2px;
		}
		
checkbox {
		background-image:url(images/shadeform.gif);
}

textarea	{
		background-color: #ffffff;
		background-image: url(/images/shadeform.gif);
		color: #000000;
		text-align: left;
		WIDTH: 250PX;
		BORDER: #FF0000 1px solid;
		margin-bottom: 5px;
		padding: 2px;
		}

		
/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
