* {padding: 0;margin: 0;}

body,html {
	background-image: url('bkgd3.gif');
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration:none;
}
img {border: 0px;}

h1 {
	text-align: left;
	color: #333333;
	margin-left: 10px;
	padding-top: 4px;
	margin-bottom: 2px;
}

h2 {
	text-align: left;
	color: #333333;
	margin-left: 10px;
	margin-top: .8em;
}
h4 { 	color: #333333; }

p {	padding-left: 1.5em;}

th { font-weight: normal; text-decoration: underline; text-align: left; padding-top: 1em;}
td, th { padding-left: 1.5em;  padding-bottom: .5em;}

#wrapper {
	width: 740px;
	margin: 6px auto 0;
	padding: 0;
	position: relative;
		border: 1px solid #8E96A3;

}


#header {
	height: 110px;
	width: 740px;
	background: url('header5.jpg') top left no-repeat;
	position: relative;
	font: 10px Arial, sans-serif;

}


#headerLink a {
	position: absolute;
	left: 0;
	top: 0;
	height: 83px;
	width: 739px;
	display: block;
	text-decoration: none;
}

#homeImage {
	float: right;
	margin-bottom: 5px;
	margin-left: 25px;
}

#content {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	padding-right: 25px;
	padding-left: 4px;
	font-size: 12px;
}

#footer { background-color: #336; color: #fff; padding: 3px; text-align: center; }

#navtabscc {
padding: 3px 0;
margin-left: 0;
font-size: 0.9em;
font-weight: bold;
border-bottom: 1px solid #666;
list-style-type: none;
text-align: center;
white-space: nowrap;
}

#navtabs ul li {
display: inline;
margin: 0;
}

#navtabscc li a {
text-decoration: none;
padding: 3px 7px;
margin-right: 1px;
border: 1px solid #666;
border-bottom: none;
background-color: #039;
color: #f3f3f3;
}

#navtabscc li.selected  { 
padding: 3px 7px;
margin-right: 1px;
border: 1px solid #666;
border-bottom: none;
background-color: #8E96A4;
color: #000;
}

#navtabscc li a:hover{
background-color: #2854a4;
border: 1px solid #000;
color: #fff;
text-decoration: underline;

}


a {
	border-bottom: 0px;
	color: #5DB0E6;
}
a:focus {
	outline: 1px dotted #eee;
}
a:active {
	outline: 0px;
}
a:hover {
	color: #7bc4f4;
}


#navtabs {
background-color: #336;
}

#navtabs ul {
background-color: #336;
padding: 0 .8em 2px;
margin: 0;
}
#navtabs li {
list-style: none;
margin: 0;
background: none;
padding: 0;
}
#navtabs li a {
padding: 0 1em;
line-height: 25px;
font-size: .8em;
color: #D0D0D0;
text-decoration: none;
margin-bottom: 2px;
}

#content ul, #content ol { margin-left: 3em; }

#navtabs ul li.selected {
	padding: 0 1em;
	line-height: 25px;
	font-size: .8em;
	color: #D0D0D0;
	text-decoration: none;
	margin-bottom: 2px;
	
	/*border-bottom: 2px solid #176092;*/
	border-bottom: 2px solid #4082ae;
	background-color: #336;
	cursor: default;
}
#navtabs li a:hover {
color: #fff;
border-bottom: 2px solid #3399ff;
margin-bottom: 0;
}

