/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #150A01 repeat;
	font: 12px Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
/* text tags */
p {
	color: #333333;
	margin-right: 25px;
	margin-left: 10px;
	font: 13px/20px Arial, Helvetica, sans-serif;
}

h1 {
	color: #036903;
	font: bold 20px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #999999;
	margin-top: 15px;
	margin-right: 10px;
	text-transform: uppercase;
	margin-left: 5px;
	width: 630px;
}
strong {
	color: #036903;
}



h2 {
	color: #FFFFFF;
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: none;
}

ul {
	color: #FFFFFF;
	font: normal 12px/21px Arial, Helvetica, sans-serif;
	list-style: url(images/bullet.gif) outside;
	margin-right: 80px;
}
ol {
	color: #FFFFFF;
	font: normal 12px/21px Arial, Helvetica, sans-serif;
	list-style: url(images/bullet.gif) outside;
	margin-right: 80px;
}



/* ----------------- CONTENT LINKS ----------------- */

a:link {
	color: #036903;
	text-decoration: underline;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #000000;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 1000px;
	margin: 0px auto;
	float: none;
}

div#header {
	width: 1000px;
	margin: 0px auto;
	height: 231px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;

}

div#content {
	width: 1000px;
	margin: 0px 10px 0px 0px;
	height: 523px;
	background-image: url(../images/content_bg.gif);
}

#flash {
	height: 700px;
	width: 1000px;
	background-color: 150A01;
	background-image: url(../images/splash2.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3097F;
}

/* Creates the div container for the footer. */


div#footer {
	clear: both;
	height: 46px;
	width: 1000px;
	margin: 0px auto;
	background: url(../images/footer.gif) no-repeat left top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;

}

div#footer a:hover{
    font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}

/* Creates the div container for the copyright. */

div#copyright {
	width: 1000px;
	text-align: right;
	clear: both;
	margin: 10px auto auto;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: none;
}
div#copyright a {
	color: #F70981;
	text-decoration: underline;
}

div#copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

