body {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color:#FFFFFF;

}
.Left {
	float:left;
}
.Right {
	float:right;
}
.rightPadding {
	padding-right:10px;
}

.leftPadding {
	padding-left:10px;
}

#PageText {
	width:700px;
}

#Container {
	width:960px;
	margin: 0px auto;
    text-align: left;
	padding-left:0px;
}
#Content {
	height:auto;
	width:960px;
	text-align:left;
	min-height:395px
}
a {color:#A9D810;font-weight:bold;}
a:link {color:#A9D810;font-weight:bold;}
a:visited {color: #A9D810;font-weight:bold;}
a:hover {text-decoration: none; color: #A9D810;
font-weight:bold;}
a:active {color: #A9D810;text-decoration: none;font-weight:bold;}

#line {
	background-image:url(Images/Line.gif);
	background-repeat:repeat-x;
}
h1 {
 font-size:50px;
 }
img {
	margin:0;
	border:0;
	}
	
#Menu {
	text-align:center;
	}
#Menu ul {
	margin:0;
}
#Menu li {
	font-size:21px;
	color:#CCCCCC;
	display: inline;
	list-style-type: none;
	padding-right: 65px;
	font-weight:bold;

	}
#Menu a {
text-decoration:none;
color:#CCCCCC;
}	
#Footer {
	text-align:right;
	font-size:12px;
	color:#CCCCCC;
}
