/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background-color: #dadada;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

p {
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.7;
}



/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #fe0002;
}
a:visited {
color:#fe0002;
}
a:hover {
color: #737373;
}
a:active {
color: #fe0002;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 900px;
margin: 0 auto;
padding: 0;
}


/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright, div#ownerlogin {
width: 850px;
margin: 35px 0 0 50px;
padding: 00;
text-align: left;
font: 9px Arial, Helvetica, sans-serif;
color: #000;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color: #000;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color: #000;
text-decoration:underline;
}

div#copyright img {
border: none;
}



div#clear {
	clear: both;
}

div#introfloat {
	margin: 0;
	float: left;
	width: 285px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	line-height: 1.7;
}

div#introfloat p a:link {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#introfloat p a:visited {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

img.intro {
margin: 5px;
border: none;
}

div#ownerlogin a:link, div#ownerlogin a:visited {
	font-size:9px;
	color: #000;
	text-decoration:underline;
	font-weight: bold;
}

div#ownerlogin a:hover, div#ownerlogin a:active {
	font-size:9px;
	color: #000;
	text-decoration:none;
	font-weight: bold;
}



