@charset "utf-8";
* {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10pt;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #2682b2;

	background-image: url(file:///O|/Web Sites & Web Other/Websites/soverbyNew/buttons/images/repeatFinal-V.gif);
	background-repeat: repeat-x;
	background-image: url(../buttons/images/repeat-v2.jpg);
}
.thrColFixHdr #container #mainContent p {
	padding: 5px;
	line-height: 1.25;
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;

	background-image: url(file:///O|/Web Sites & Web Other/Websites/soverbyNew/buttons/images/repeatFinal.gif);
	background-repeat: repeat-y;
	background-image: url(../buttons/images/repeatFinal.gif);
} 
.thrColFixHdr #navigation {
	height: 46px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #header {
	background-color: #DDDDDD;

	background-image: url(file:///O|/Web Sites & Web Other/Websites/soverbyNew/buttons/images/topFinal.jpg);
	background-repeat: no-repeat;
	height: 107px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../buttons/images/topFinal.jpg);
} 
.thrColFixHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 85px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 55px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.thrColFixHdr #mainContent {
	margin-right: 70px;
	margin-left: 115px;
	background-color: #A6D3EC;
	margin-bottom: 10px;
} 
.thrColFixHdr #container #mainContent .text {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-bottom: 15px;
}

.thrColFixHdr #footer {
	background-image: url(file:///O|/Web Sites & Web Other/Websites/soverbyNew/buttons/images/bottomFinal.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: -2px;
	background-image: url(../buttons/images/bottomFinal.gif);
	background-color: #2682B2;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	color: #A6D3EC;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	text-indent: 5px;
	padding-top: 10px;
}
a {
	color: #6F67FF;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: 1px;
}
a:hover {
	color: #000000;
}

#address {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 10px;
	text-align: center;
	background-color: #FFFFFF;
}
.header {
	background-color: #2682B0;
	color: #A6D3EC;
	font-size: 110%;
	text-align: center;
}
iframe {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
tr {
	padding-top: 3px;
	padding-bottom: 5px;
}

