﻿* {
	font-family: Arial, Helvetica, sans-serif; /*Change font(s) {Applies to whole webpage}*/
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}
.clear {
	clear:both;
}
.display {
	display: block;
} 

.searchBackground {
	background-color: #FFFFFF;
}
.searchBanner {
	width: 650px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.searchContent {
	width: 620px;
	min-height:300px; 
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 12px;
	font-weight:regular;
	text-transform: none;
	border-style: solid solid solid solid; /* top right bottom left */
        border-width: 1px 1px 1px 1px; /* top right bottom left */
        border-color: #333333; /* all 4 borders the same color */


	/* background-color: #666666; */
	}

.searchDescriptive {	
	float: left;
	/* margin: Top Right Bottom Left; */
	margin: 2px 50px 2px 40px;
	color: #333333;
	font-size: 13px;
	font-weight:regular;
	text-transform: none;
}

.searchDescRight {	
	float: right;
	/* margin: Top Right Bottom Left; */
	margin: 2px 0px 0px 50px;
	color: #333333;
	font-size: 12px;
	font-weight:regular;
	text-transform: none;
}

.searchCenterBold16 {
	color: #330000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-align:	center;		
}
.searchCenterBold14 {
	color: #330000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-align:	center;		
}
.searchCenter11 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-align:	center;		
}
.links {
	color: darkblue;
	text-decoration: none;
}

.searchSummary {	
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

.searchSubmit {
	color: #330000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-align:	center;		
}

.searchGroup {
	width: 550px;
	margin-left: 50px;
	margin-right: 40px;
	display: inline-block;
	/* background-color: #CCFFFF; */
}
.searchHead1 {
	/* margin: Top Right Bottom Left; */
	margin: 0px 10px 2px 25px;
	color: #003300;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-align: left;
}

.searchSubGroup1 {
	/* margin: Top Right Bottom Left; */
	margin: 3px 10px 5px 20px;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: right;
}