body,td,th {
    font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 11px;
	color: #000000;

}
body {
	background-image: url(body_bg.png);
	background-repeat: repeat;
	background-color: #ffffff;
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #CC0066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
hr {
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: 0;
}
h1 {
	font-size: 11px;
	color: #CC0066;
	border-bottom: 1px solid #000000;
	width: 100%;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
	color: #CC0066;
}
form {
	margin: 15px;
	padding: 10px 10px;
}
.main {
	width: 990px;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;

}
.header {
	height: 50px;

}
.content {
	padding: 15px 12px;
	width: 610px;
	height: 688px;
	background-color: none;
	vertical-align: top;
	text-align: left;
}
.menu {
    padding: 20px 0px;
	vertical-align: top;
	width: 192px;
	
}
.menu ul {
	border: 0px solid #999999;
	border-bottom: 0px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: none;
}
.menu li {
	border-bottom: 0px solid #999999;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 10px 1px 15px;
	color: #000000;
	display: block;
	text-decoration: none;
	
}
.menu a:hover {
	color: #CC0066;
	text-decoration: none;
    background-image: url(nav_over.gif);
	background-repeat: no-repeat;

}
.main_menu {
    margin-left: 10px;
    padding: 10px 10px 10px 10px;
    height:19px;
    background-image: url(nav.gif);
	background-repeat: no-repeat;
}
.sub_menu {
    margin-left: 22px;
	padding: 15px 10px 10px 19px;
    height:19px;
    background-image: url(subnav.gif);
	background-repeat: no-repeat;
}

.login a:link, .login a:visited, .login a:active, .login a:hover {
	padding: 0;
	color: #E40E1A;
}
.login input {
	font-size: 10px;
	color: #E40E1A; 
}
.current {
text-decoration: bold;
margin-left: 20px;
}
.search {
    padding-bottom: 2px;
    font-size: 11px;
    width:123px;
    height:20px;
    border: 0;
    background-image: url(search.gif);
	background-repeat: no-repeat;	
}
.footer {
background-color:#FFFFFF;
padding: 5px;
border: 1px solid #000000;
height: 20px;
text-align: center;
}
.form {
padding: 10px;
background-color: none;
}
.newsletter {   
  width:175px;   
  margin:0px 0 0 0px;   
  padding: 0px 0px 0px 0px;    
  color: #000;   
  background-color: transparent;   
  font-size: 8pt;
  text-align: center;  
  } 
.newsletter input[type=text], 
.newsletter input[type=submit] {   
  width: 100%;   
  color: #000;   
  background-color: #eoeoeo;   
  border: 1px solid #000;   
  } 
.newsletter input:hover {   
  color: #000;   
  background-color: #fff;   
  } 
.newsletter input:focus {   
  color: #000;   
  background-color: #fff;   
  }