@charset "utf-8";
/* CSS Document */

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

/* 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.) */
body, p, td { font: normal 11px verdana;}

/* Defines the body tag */
body {
	background: #111 url(images/bg.gif);
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div, {
	margin: 0;
	padding: 0;}

address {
	font-style: normal;
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1,h2,h3,h4,p,dl {
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h1 { font-size: 22px;}

/* GENERAL H2 TAG */
h2 { font-size: 18px;}

img { border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #666;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #fff;}
a:active { text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	background: url(../images/logo.gif) center 200px no-repeat;
}

div#flash {
	position: absolute;
	top: 100px;
	left: 0;
	width: 520px;
	height: 95px;
	z-index: 2;}

div#utilnav {
	position: absolute;
	top: 405px;
	left: 475px;
	width: 250px;
	color: #efefef;
}
	#utilnav a {
		color: #efefef;}
	#utilnav a:hover {
		color: #fc0;}
	#utilnav img {
		margin-right: 10px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	font-size: 10px;
	background: url(images/footer_bg.gif) top left no-repeat;}
	
	/* DIV COPYRIGHT */
	div#copyright {
	position: absolute;
	top: 500px;
	width: 800px;
	text-align: center;
	/*margin-left: 150px;*/
		font-size: 10px;
	color: #ccc;
}
		#copyright a {
			text-decoration: none;
			color: #fff;}
		#copyright a:hover {
			text-decoration: underline;
			color: #fff;}
