/* Basic.css 1.1 - 02-12-09 - for Spring City Spinners website */
.Maroon2 {
	color: #dc0030;
}
/* FONT STYLES */

.Maroon {

	color: #704350;
	letter-spacing: 1px;
	line-height: 20px;
	border-style:groove;
border:1px;
}
.Blue {

	color: #2f6bec;
	letter-spacing: 1px;
	line-height: 20px;
}
p {
	font-size: 80%;
	color:#093D6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* ATTRIBUTES FOR TEXT & BACKGROUND */

h1{
	font-weight:normal;
	margin:0;
	font-size: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #093D6E;
}

h2{
	font-weight:bold;
	font-size: 90%;
	color: #093D6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
h3{
	font-weight:bold;
	font-size: 90%;
	color: #704350;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
h4{
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #093D6E;
	font-weight: normal;
}
h5{
	font-weight:bold;
	font-size: 80%;
	color: #093D6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
h6{
        font-weight:normal;
	font-size: 75%;
	color: #093D6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
h7{
font-weight:normal;
margin:0;
font-size: 10%;
line-height: 80%;
}
.nospaces {
	font-size: 80%;
	color:#093D6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 90%;
}
/* CSS Document */


/* ROLL OVER STATES GENERAL*/
a {
	color: #137fe5;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #137fe5;
}
a:hover {
	text-decoration: none;
	color: #032973;
}

a:active {
	text-decoration: underline;
	color: #032973;
}
/* CSS Document */

#leftFADE{
	background-image: url(images/LeftFADE.gif);
	position:relative;
	background-repeat:repeat-y;
	height:120px;
	width: 13px;
	float: left;
}

#rightFADE{
	background-image: url(images/RightFADE.gif);
	background-repeat:repeat-y;
	position:relative;
	height:120px;
	width: 13px;
	float: left;

}
#MenuContent {
	background-image: url(images/Body2.gif);
	background-repeat: inherit;
	width: 906px;
}


/* MAIN CONTENT SECTION */
#BodyContent {
	background-image: url(images/Body1.gif);
	background-repeat: inherit;
	height:auto;
	width: 906px;
}





/* BOTTOM SECTION */

#Bottom{
	background-image:url(images/Bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
	clear:both;
}


body {
	background-color: #979596;
	margin:0;
	padding:0;
}

#goog-wm {
  width: 400px;
  margin-left: 210px;
  padding: 1em;
  border: 3px solid #dc0030;
  background-color: white;
}


#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #dc0030;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}

#goog-wm h3.closest-match a {	
}
   
#goog-wm h3.other-things {
color: #8f2831;
}
   
#goog-wm ul li {
list-style: none;
}
   
#goog-wm li.search-goog {
  display: none;
}