body {

	background: #DBE6EC;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;

}

/* General Definitions */

a, a:link, a:active, a:visited{

	color: #597580;

}

a:hover{

	text-decoration: none;

}

h1, h2, h3, h4, h5{

	color: #597580;
	margin: 0 0 .2em 0;

}

h1{	font-size: 2.9em; }



p{ margin: 0 0 .8em 0; }

ul{

	margin: 0 0 1em 2em;
	list-style: disc;

}

/* Layout and Coloring */

#page {

	display: block;
	text-align: center;

}

#layout {
	
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #E8F3F8;
	border-right: 2px solid #8db8c9;
	border-left: 2px solid #8db8c9;

}

#header {

	width: 960px;
	height: 400px;
	background: url('images/header.jpg') top left no-repeat;
	border-bottom: 2px solid #8db8c9;
	border-top: 2px solid #8db8c9;
}

#header h1{
	text-indent: -999em;

}

#content {

	clear: both;

}

#content .container {

	font-size: 1em;
	padding: 1em;
	color: #597580;
	

}

#footer {

	background: #888;

}

#bottomNav{

	clear: both;
	
}

#bottomNav a{

	font-size: .8em;

}

#copyright{

	color: #fff;
	background: #333;
	font-size: .7em;
	padding: .5em .5em .1em .5em;
	text-align: right;

}

/* General Class Definitions */

.clear{ clear: both; }

.image { margin: 8px; }

.right { float: right; }

.left { float: left; }

/* More */

