

/******************************************************************************************** CSS Document */

html {
	height: 100%;
}


body {
	text-align: center;
	margin: -25px 0px 0px 0px;
	background: #FFF;
	}
	
	
select {
	color: #666;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	padding: 0px;
	}
	
	
form {
	margin: 0px;
	}
	
	
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #4c4c4c;
	font-weight: bold;

}



h2 {

	 font-size: 15px;
	 font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	 color: #b22411;
	 font-weight: bold;
	 background-image:url(/images/h2.gif);
	 background-repeat: no-repeat;
	 padding: 0px 0px 0px 15px; 
	 margin: 0px 0px 10px 0px;
	 width: 510px;
}



h3 {

	 font-size: 15px;
	 font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	 color: #b22411;
	 font-weight: bold;
	 background-image:url(/images/h2.gif);
	 background-repeat: no-repeat;
	 padding: 0px 0px 0px 15px; 
	 margin: 0px 0px 10px 0px;
	 width: 299px;
}


li {
	line-height: 18px;
}



input {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 2px;
	margin: 3px 0px 10px 0px;
	border: 1px solid #CCC;
	height: 15px;
	}
	
	
	
textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 2px;
	margin-top: 3px;
	border: 1px solid #CCC;
	
	}

	
	
	
	
/********************************************************************************************  LINKS */

a:link { 

 	color: #d8311a;
	text-decoration: none;
	font-weight: bold;
}

a:visited { 

	color: #d8311a;
	text-decoration: none;
	font-weight: bold;
}

a:hover { 

	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #d8311a;

}

a:active { 

	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #d8311a;
}
	




/********************************************************************************************  CLASSES  */

.space {
	clear:both;
	}
	
.divider {
	height: 10px;
	border-bottom: 1px solid #757575;
	margin-bottom: 10px;
	}
	
.search {
	background: #FFF;
	border: 1px solid #e2e2e2;
	color: #939393;
	font-size: 10px;
	padding: 3px;
	margin: 0;
	width: 164px;
	}
.searchGo {
	border:none;
	margin:0;
	}

	

	
	

/********************************************************************************************   DIVS  */

#container {
	width: 873px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;	
	
	}
	
	
#search {
	position: relative;
	top: 33px;
	left: 23px;
	z-index:3;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #939393;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	}
.searchHeading {
	color: #515151;
	font-weight: bold;
	}
#searchform {
	display: inline;
	}


	



#foot {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6e6e6e;
	width: 758px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	clear: both;

	}
	
	
#foot a:link {
	color: #6e6e6e;
	font-size: 10px;
}

#foot a:visited {
	color: #6e6e6e;
	background: none;
	text-decoration: none;
	}

#foot a:hover {
	color: #6e6e6e;
	background: none;
	text-decoration: underline;
	}
	
#foot a:active {
	color: #6e6e6e;
	background: none;
	text-decoration: underline;
	}

	
	
	
	
	
