@import url(banner.css);


a:link { 
text-decoration: none; color: #CC0000 
}
a:visited { 
text-decoration: none; color: #CC0000 
}
a:hover { 
text-decoration: underline; color: #990099 
}
a:active { 
text-decoration: underline; color: #990099 
} 

body
{
	text-align: center;     /*  IE 5 Bug Fix  */
	background-color: #000;
	color: #CCC;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;

}

#wrapper
{
	width: 820px;
	margin: auto;
}

h1
{
	color: #CCC;
	font-family: Arial, Verdana, sans-serif;
	font-size: 26px;
	line-height: normal;
	font-weight: normal;
}

.header
{
	color: black;
	font-family: Arial, Verdana, sans-serif;
	width: 100%;
	height: 50px;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	float: left;
}

.column1
{
	width: 500px;
	height: 760px;
	top: 0px;
	display: inline;
	float: left;
}

.column2
{
	width: 300px;
	height: 200px;
	top: 0px;
	float: left;
	margin-left: 15px;
	display: inline;
	text-align: left;
	margin-top: 100px;
}

.privacy
{
	display: inline;
	text-align: center;
	margin-top: 50px;
}

/* Box for text on banner page and 2257 pages */
.box1
{
	width: 480px;
	height: 120px;
	background-color: #003E5E;
	border: 1px solid #DEDEDE;
	color: #FFFFFF;
	padding: 7px;
	margin: auto;
	position: relative;
	text-align: left;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
}

/*Some Footer Navbar Stuff*/

.footlink:link {color: #0060BB;}
.footlink:visited {color: #0060BB;}
.footlink:hover {color: #DC143C;}
.footlink:active {color: #69C;}

.footnav
{
	background-color: #002C42;
	padding: 4px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
