/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font: 10px Verdana, Tahoma, Geneva, Arial, sans-serif;
	color: #6082a5;
	background-color: #e9e9e9;
	background-image: url();
	background-repeat: repeat-x;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}

/* Removes borders for tables and table cells */
table, td {
	border-collapse: collapse;
	vertical-align: top;
}

/* Styles h1, h2, h3, h4, h5 tags */

h1, h2, h3, h4 {
	margin: 10px 20px 0px;
}
h1 {
	color: #013469;
	font-weight: normal;
	font-size: 30px;
}
h2, h3, h4 {
	color: #001d3b;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 20px;
	margin: 5px 20px 10px;
}

/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: none;
}	
	
/* Styles A links */
a {
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover, a:active {
	text-decoration: none;
	color: #ff0074;
}

div#introflash {border:2px #d8d6d6 solid; width:600px; height:350px; margin-top:10px; margin-bottom:10px; float:left;}

	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 600px;
	margin: 0px auto;
}

/* Creates DIV container for header */ 
div#header {
	width: 600px;
	margin: 0px auto;
}

/* Creates DIV container for main content */ 
div#content {
	background: #ffffff url() repeat-y; /* Faux column bg for page */
	width: 600px;
	padding: 0;
	height: 350px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#content a {
	font-size: 9px;
}

/* Creates DIV container for enter button */ 
div#enter {
	width: 600px;
	margin: 0 auto;
	padding: 0;
}

/* Creates DIV container for footer content */ 
div#footer {
	font-size: 10px;
	width: 600px;
	text-align: left;
	clear: both;
	color: #6082a5;
	background-color: #EBEBEB;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	clear:both;
}
div#footer a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333333;
}
div#footer img {
	float: right;
	margin-top: 0px;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 9px;
	margin: 0px auto;
	padding: 5px 0px 10px;
	color: #1D1D1F;
}
div#copyright a {
	color: #ff007b;
}
div#copyright img {
	margin-top: -25px;
}


/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}
