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


body
{
margin: 0px;
padding: 0px;
background-color: #000000;
background-image: url(images/mainBG.jpg);
background-repeat: repeat-x;
text-align: center;
}

#wrapper
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-align: center;
width: 900px;
margin-right: auto;
margin-left: auto;
font-size: 11px;
}

#content p
{
width: 80%;
margin-right: auto;
margin-left: auto;
}

#content a
{
color: #DEFF00;
font-weight: bold;
text-decoration: none;
}

#content a:hover
{
font-weight: bold;
color: #999999;
text-decoration: none;
}

.custServ
{
width: 80%;
margin-right: auto;
margin-left: auto;
border: 1px solid #333333;
text-align: left;
background-color: #202020;
}

.custServ td
{
vertical-align: top;
}

.align-right
{
text-align: right;
}

.align-center
{
text-align: center;
}

.question
{
width: 25%;
font-weight: bold;
color: #DEFF00;
}

.siteswesupport
{
color: #666666;
}
#supportMain {
	color: #FFFFFF;
	background-color: #202020;
	text-align: left;
	padding: 10px;
	font-size: 12px;
	width: 77%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
}

#supportMain a {
	font-size: 14px;
	font-weight: bold;
	color: #DEFF00;
	text-decoration: none;
}

#supportMain h2 {
		font-size: 16px;
		font-weight: bold;
}

#supportMain strong {
	font-size: 12px;
	font-weight: bold;
	color: #DEFF00;
}

#supportMain ul {
		display: block;
		padding: 0px;
		margin-top: 0px;
		margin-right: 15px;
		margin-bottom: 0px;
		margin-left: 15px;
}

#supportMain ul li {
		list-style-position: inside;
		list-style-image: url(images/bullet1.png);
		margin-bottom: 15px;
}

#supportMain ul li span {
		background-color: #000000;
		padding: 5px;
		width: 95%;
		border: 1px solid #FFFFFF;
		margin-top: 5px;
		margin-right: 15px;
		margin-left: 15px;
		font-size: 11px;
		display: block;
}

.red {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
