.title
{
	background:url(images/background2.jpg) no-repeat top left ;
}
.thumbnail
{
float: left;
width: 49%;
margin: 0 0 0 0;
}


.headercont {
	padding-bottom:10px; padding-top:10px; padding-left:10px; padding-right:10px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
strong,i,b {
color: #004000;
font-weight: bold
}

h1,h2,h3 {
padding-bottom:3px; padding-top:3px; padding-left:3px; padding-right:3px;
background:url(images/headers-blue-bottom.gif) repeat-x top;
border: 1px solid  #000000;
color: #004000;
margin: 0 0 0px 0; /* top right bottom left */
width: inherit;
font-weight: bold;
}

H1 {font-size: 16px;border: 2px solid #000000;}
H2 {font-size: 14px;}
H3 {font-size: 12px;}

UL {
font-size : 10pt;
color: #000000;
list-style-image: url('images/cornish wavyflag.jpg');
}

UL UL LI {
font-size : 10pt;
color : #000000;
list-style-image: none;
}

UL UL UL LI {
font-size : 10pt;
color : #000000;
list-style-image: none;
}

body,td,th {
	font-size : 10pt;
	font-family: sans-serif, Verdana, Arial, Helvetica ;
}

body {
margin:0;
padding:0;
height:100%; /* this is the key! */
background:url(images/backgroundstrip.jpg) repeat-x top;
}


a:link { color: #0000FF; font-weight: bold;}
a:visited {color: #000000; font-weight: bold;} 
a:hover {color: #0000FF; font-weight: bold;}
a:active {color: #000000; font-weight: bold;} 
    
.animatedtabs{
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(images/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

