@charset "utf-8";
/* CSS Document */

body {
	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: #000000;
	}

#container 
	{
	background: #000000;
	width: 550px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	}
	
#mainContent
	{
	padding: 0;
	}
	
.logo
	{
	margin: 30px 0 0 0 ;
	}
	
.divider
	{
	margin: 10px 0 10px 0;
	}
	
.light_grey_text
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #BFBFBF;
	}
	
.light_grey_text a:link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #BFBFBF;
	text-decoration:none;
	}
	
.light_grey_text a:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #BFBFBF;
	text-decoration:underline;
	}
	
.light_grey_text a:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #BFBFBF;
	text-decoration:none;
	}
	
.light_grey_text a:hover:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #BFBFBF;
	text-decoration:underline;
	}
	
.dark_grey_text
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	font-style:italic;
	}
	
p
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#878787;
	margin:10px 30px 10px 30px;
	text-align:left;
	}
	
p a:link
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#878787;
	text-align:left;
	}
	
p a:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#878787;
	text-align:left;
	}
	
p a:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#878787;
	text-align:left;
	}
	
p a:hover:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#878787;
	text-align:left;
	}
	
h1
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#cccccc;
	font-weight:bold;
	margin:10px 30px 10px 30px;
	text-align:left;
	}
	
ul
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#878787;
	text-align:left;
	margin-left:20px;
	}
	

.text_bg_top
	{
	height:24px;
	margin:0;
	padding:0;
	background-image:url(images/text_bg_top.gif);
	}
	
.text_bg_mid
	{
	margin:0;
	padding:0;
	background-image:url(images/text_bg_mid.gif);
	background-repeat:repeat-y;
	}
	
.text_bg_bottom
	{
	height:24px;
	margin:0;
	padding:0;
	background-image:url(images/text_bg_bottom.gif);
	}
	
.text_container
	{
	margin:0;
	padding:0;
	}