/* Page Formatting */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#036;
	font:11px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:left;
}
a {
	color:#036;
	text-decoration:none;
	}
a:hover {
	color:#666;
	text-decoration:none;
	}
	
p {
	line-height:1.9em;
	margin-bottom:20px;
}

strong	{
	color: #036;
}

img	{
	border:0;
}

/* Page Structure */

#content {
	width: 910px;
	padding: 30px 25px 10px;
	}
	
#wrapper {
	position:absolute;
	height:515px;
	width:970px;
	margin:-255px 0px 0px -490px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	overflow: visible;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
	
#header {
	height:173px;	}
	
	
#flash {
	height:375px;
	width: 970px;
	}
	
#navigation {
	float:left;
	font:12px/29px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	width:150px;
	padding:0px;
	margin-left: 6px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:0px;
	font-size:1.8em;
	padding-bottom:10px;
	color: #036;
	}

/* Navigation */

#navigation ul {
	list-style-type:none;
	display: block;
	margin:0 0 0px;
	}
#navigation li {
	list-style-type:none;
	margin-left:14px;
	text-transform:uppercase;
	}
#navigation a {
	font-weight:normal;
	color: #036;
	}
#navigation a:hover {
	text-decoration:none;
	color: #666;
	}

