@charset "UTF-8";


body {
	font: .73em Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
#container {
	width: 970px; 
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #000000; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
#footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 1em; color: #333333;
}

#footer a {
	color: #666666;
}


a { color: #fc72bd; text-decoration: underline; }

	a:visited { color: #fc72bd; text-decoration: underline; }

	a:hover { color: #fc72bd ; text-decoration: underline; }
	
	a img { border: none; }
	
	
ul#nav { list-style: none; width: 835px; padding: .5em 0 .5em 0;  float: left; clear: both; background: #1a1a1a; line-height: -.4em; margin: 0 0 .3em 0;}

	ul#nav li { padding: .2em 2.5em .2em 1em ; font: bold 1.2em Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; }

	ul#nav li a:hover { color: #FFFFFF; text-decoration: underline; }
	
	ul#nav li a, ul#nav li a:visited { color: #FFFFFF; text-decoration: none; }

 		

ul#subnav { list-style: none; width: 835px; padding: .5em 0 .5em 0;  float: left; clear: both; background: #282828; line-height: -.4em; margin: 0 0 0 0;}

	ul#subnav li { padding: .2em 1em .2em 1em ; font: bold 1.2em Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; }
	
		ul#subnav li a, ul#nav li a:visited { color: #FFFFFF; text-decoration: none; }
	
		ul#subnav li a:hover { color: #FFFFFF; text-decoration: underline; }
		
		ul#subnav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #fc72bd; text-decoration: underline; }	







h1 {
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CCCCCC;
}
h2 {
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}


p {
	line-height: 1.5em;
}

.Image
{
border-style: solid;	border-color:#FFFFFF ; border-width:1px;
}
.highlight {color: #00FF00}