body{
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
}

img {border: 0px;}

a {
	color: white;
}
a:hover{
	color: #FF99CC;
}
/*Navigation Styles*/
#navigation {
  width: 940;
  background: url(navPink.gif) top center repeat-x;
  height: 31px;
  border-top: #EE7FCA solid 1px; 
  margin-bottom: 0px;}
#navbar_link {
  height: 30px;
  float: left;}
#navigation #navbar_link ul {
  float: left;
  height:30px;
  width: 100%;
  list-style-type: none;
  margin-left: -5px;
  margin-top: 0px;
 }
#navigation #navbar_link ul li {
  display: inline;}
#navigation #navbar_link ul li a {
  padding: 6px 10px;
  color: #fff;
  text-decoration: none;
  line-height: 1.6em;
  float: left;
  border-right: 1px solid #D957AF;
  text-decoration: none;
  font-size: .7em;
  font-weight: bold;}
#navigation #navbar_link a:hover { 
  text-decoration: none; 
  border-right: 1px solid #D957AF;
  color: #fff;
  background: #AC2882 url(navPink.gif) center -33px repeat-x;}
.currentpage a {
  background: #AC2882 url(navPink.gif) center -33px repeat-x;}
 
 
 .subnav{
 	background-color:#dccdc;
	width: 200px;
 }
  
 /*Body Styles*/
 #container
{
	background-color: #000;
	background-repeat:repeat-x;
	background-image: url(bodyBgd.gif);
	width: 940px;
	padding-left: 10px;
	padding-top: 10px;
}
#container td{
	color: #fcf;
	font-size: .9em;
}
h1{
	font-size: 1.5em;
	padding-bottom:0px;
	margin-bottom:0px;
}


/*Footer Styles*/
#footer{
	background-image: url(footerBgd.gif);
	background-repeat: repeat;
	width: 940px;
	height: 35px;
	font-size: .7em;
	padding-left: 10px;
	padding-top: 10px;
}