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

body {
	font: 100%	Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(images/flameback.jpg) no-repeat top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 10px;
	padding-bottom: 10px;
	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;
}

.oneColElsCtr #container {
	width: 960px;
	background: transparent url(images/Backgrounds/sideshadows.jpg) no-repeat top left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;}

.oneColElsCtr #header {
	width: 960px;
	height: 124px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 0px;
	margin-top: 10px;
	background: transparent url(images/Backgrounds/header.png) no-repeat top left;}
	
.oneColElsCtr #footer {
	width: 960px;
	height: 50px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background: transparent url(images/Backgrounds/footer.png) no-repeat top left;}


.oneColElsCtr #mainContent {
	padding-bottom:30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	height:auto;}
	
.oneColElsCtr #title {
	width:770px;
	height:45px;
	margin-top:40px;}
	
.oneColElsCtr #menubar {
	text-align:center;
	width:960px;
	height:40px;
	margin-left:0px;
	margin-right:auto;
	margin-bottom:20px;}

.oneColElsCtr #logo {
	float:left;}
	
.oneColElsCtr #textarea {
	float:none;
	height:auto;
	margin-left:15px;
	margin-right:15px;}
	
.oneColElsCtr p {
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	margin-top:5px;}

.oneColElsCtr h1 {
	color:#51b7dd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:left;}

.oneColElsCtr h2 {
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	margin-top:10px;
	font-weight:bold;
	margin-bottom:5px;}

.oneColElsCtr #sample {
	border: 1px solid #51b7dd;
	padding:5px;}

/*----------------REGULAR LINKS------------------*/
a:link {color:#51b7dd; text-decoration:none; }
a:active {color:#ffffff; text-decoration:none; }
a:visited {color:#51b7dd; text-decoration:none; }
a:hover {color:#ffffff; text-decoration:underline; }
/*----------------------------------------------------------------------*/

hr {color:#1d414e; border-collapse:collapse; border-color:#1d414e; noshade:noshade; border-width:2px;}

#textarea ul {color:#ffffff;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	margin-top: 8px;
	margin-left: 15px;
	padding-left: 15px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type:square;}
	
#textarea li {margin-bottom: 5px;}
