/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 0px 0px;
background: ;
color: black;
margin-right: 0px;
text-decoration: none;
font: bold 13px Arial;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: black;
color: white;
text-decoration: none;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
	clear: left;
	width: 595px;
	height: 21px;
	background-image: url(img/top_nav_r2_c2_f2.gif);
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
text-decoration: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}

.sublinks {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #600;
	text-decoration: none;
	font-weight: bold;
}
.sublinks:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #600;
	text-decoration: underline;
	font-weight: bold;
	height: 25px;
}

li {
	text-decoration: none;
}
.mainText {
	
	padding: 10px;
}
.mainTextgrey {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 10px;
}
.headerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #510505;
}
.headersubText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.linktop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666;
}
.linktop:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #490505;
}
.contactlinks {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #500505;
	text-decoration: underline;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.white {
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageboder {
	border: 10px solid #FFF;
}
.notice .white {
	text-align: center;
}
.notice .white {
	text-align: center;
}
