* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

#header {
	background-image: url(/images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 96px;
	font-size: 11px;
}
a:link, a:visited, a:active {
	color: #E10915;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

#menubar {
	background-image: url(/images/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 33px;
}

#menubar td {
  background: url('/images/spacer.gif') bottom left no-repeat;
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 5px;
  white-space:nowrap;	
}

#menubar a {
  	color: #595959;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
#menubar a:hover { color: #E10915; }

.menu {
  visibility: hidden;
}

.menu ul{
  position:absolute;
  visibility: hidden;
  z-index: 100;
  width: 205px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  top: 7px;
}

.menu a{
  width: 100%;
  display: block;
  border: 1px solid #E1E1E1;
  border-bottom-width: 0;
  padding: 4px;
  padding-left: 10px;
  background-color: #FFFFFF;
}

.menu ul li:last-child a{
  border: 1px solid #E1E1E1;
}

.menu a:hover{
  background-color: #808080;
  color: white;
}

#image_home {
}

#home_content {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	margin-top: 10px;
	font-size: 11px;
	line-height: 18px;
}

#footer {
	background-image: url(/images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 3px;
	font-size: 11px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}


#nav {
	padding-top: 5px;
	font-size: 11px;
	color: #999999;
}

#nav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 5px;
	list-style-type: square;
	list-style-position: inside;
}

#nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	padding: 4px;
	padding-left: 10px;
}

#nav li.navactive {
	background-color: #E1E1E1;
}

#content {
	font-size: 11px;
	line-height: 17px;
	color: #666666;
}

h1 {
	font-size: 20px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}


.sitemap ul {
  	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
}

#splash_footer td, #splash_footer a {
	font-size: 12px;
	color: #b2b2b2;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
}

#splash_footer a {
  color: #000000;
  background: url('/images/arrow.gif') top left no-repeat;
  padding-left: 16px;
}

#splash_footer a:hover { text-decoration: underline; }

#splash_web {
text-align:center; margin-top:50px; border-top: 1px solid #efefef;
}

#splash_web a {
text-decoration: none;color:#999999;
}

#splash_web a:hover {
text-decoration: underline;
}