body {
	color: black;
}

.border {
  border:solid 1px black;
}

.thinborder {
  border:solid 1px black;
  padding:5px;
  margin:5px;
  }

h1 {
	font-size: 18px;
	color: white;
	font-weight: bold;
	text-indent: 10px;
	background-image: url(images/headertab.gif);
}

h2 {
	font-size: 18px;
	color: white;
	font-weight: bold;
	text-indent: 10px;
	background-image: url(images/headertab2.gif);
}

h3 {
	font-size: 18px;
	color: white;
	font-weight: bold;
	text-indent: 10px;
	background-image: url(images/headertab3.gif);
}

h4 {
	font-size: 18px;
	color: white;
	font-weight: bold;
	text-indent: 10px;
	background-image: url(images/headertab4.gif);
}

.top {
	vertical-align:top;  
}

h5 {
	font-size: 18px;
	color: white;
	font-weight: bold;
	text-indent: 10px;
	background-image: url(images/headertab5.gif);
}

.contact { color: #000000; font-weight: bold;}

.name { 
	color: #000000; 
	font-size: 23px;
}

a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: blue;}
a:active {text-decoration: none; color: blue;}
a:hover {text-decoration: underline; color: blue;}

a.navlinks:link {text-decoration: none; font-weight: bold; color: white;}
a.navlinks:visited {text-decoration: none; font-weight: bold; color: white;}
a.navlinks:active {text-decoration: none; font-weight: bold; color: blue;}
a.navlinks:hover {text-decoration: underline; font-weight: bold; color: blue;}

a.bodylinks:link {text-decoration: none; color: blue;}
a.bodylinks:visited {text-decoration: none; color: blue;}
a.bodylinks:active {text-decoration: none; color: blue;}
a.bodylinks:hover {text-decoration: underline; color: blue;}

a.body:link {text-decoration: none; color: #FFFF99;}
a.body:visited {text-decoration: none; color: #FFFF99;}
a.body:active {text-decoration: none; color: #FFFF99;}
a.body:hover {text-decoration: underline; color: #FFFF99;}

.menu{
padding: 0px 0;
margin-left: 0px;
margin-top: 0px;
vertical-align: bottom;
margin-bottom: 0;
font: bold 17px times new roman;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}


.menu li{
display: inline;
margin: 0;
}

.menu li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 3px;
margin-right: 0px;
border: 1px solid #778;
color: #ffffff;
background: black url(images/shade1.gif) top left repeat-x;
}

.menu li a:visited{
color: #ffffff;
}

.menu li a:hover{
text-decoration: none;
color: #ffffff;
background: black url(images/shade2.gif) top left repeat-x;
}

.menu li.selected{
position: relative;
text-decoration: none;
color: #ffffff;
background: black url(images/shade2.gif) top left repeat-x;
}

.menu li.selected a{ /*selected main tab style */
text-decoration: none;
color: #ffffff;
background: black url(images/shade2.gif) top left repeat-x;
}

.menu li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.menu li.admin{
position: relative;
text-decoration: none;
color: #ffffff;
background: black url(images/shade2.gif) top left repeat-x;
}

.menu li.admin a{ /*selected main tab style */
text-decoration: none;
color: #ffffff;
background: black url(images/shade2.gif) top left repeat-x;
}

.menu li.admin a:hover{ /*selected main tab style */
text-decoration: none;
}