﻿body {
    font-family: Tahoma;
	font-size: small;
	color: #333333;
	background: #e4e7e4;
	/*background-image: url(img/grad.gif);*/ 
} 

a {
font-family: Tahoma, sans-serif;
color: #333333;
}

h1 {
	padding-top: 5px;
	padding-bottom: 0;
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #690e0e;
	}
.footer {
	font-family: Tahoma, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
}

.head {
    padding-top: 10px;
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #333333;
}
.contact {
    font-family: Tahoma;
	font-size: small;
	color: #333333;
} 

.body-text {
    font-family: Verdana;
	font-size: small;
	color: #333333;
}

.blue {
    font-family: Verdana;
	font-size: small;
	color: #246a9b;
	font-weight: bold;
}
.green {
    font-family: Verdana;
	font-size: small;
	color: #009900;
	font-weight: bold;
}
.maroon {
    font-family: Verdana;
	font-size: small;
	color: #690e0e;
	font-weight: bold;
}

#thicktabs{
margin: 0px;
float: left;
font: bold 11px Tahoma;
background: transparent url(img/pinkbg.gif) top right;
}

#thicktabs li{
display: inline;
background: transparent url(img/pinkbg.gif) top right no-repeat;
}

#thicktabs li a{
float: left;
color: white;
padding: 10px 13px; /*padding of tabs*/
text-decoration: none;
background: transparent url(img/pinkbg.gif) top right no-repeat;
border-top: 1px solid #690e0e; /*top border style*/
border-right: 1px solid #003333; /*top border style*/
border-bottom: 2px solid #690e0e; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 0px solid #fff; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 0px solid #fff; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
padding-right: 14px;
}

#thicktabs li a:visited{
color: white;
}

#thicktabs li a:hover{
color: white;
background-image: url(img/pinkbgover.gif); /*background image swap on hover*/
}

.pad {
	padding:4px;
}

hr {
	color: #690e0e;
	padding:0px;
}

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->
