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

body {
	padding: 0px;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #222221;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

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: 950px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#flash {
	height: 700px;
	width: 980px;
	background-image: url(../images/splash-bg.jpg);
}

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

div#copyright {
	width: 955px;
	text-align: right;
	clear: both;
	margin: auto;
	color: #FFF;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 25px;
}
div#copyright a {
	color: #8a0000;
	text-decoration: underline;
}

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