/* CSS Document */

body {
	background-color:#7EC4E1;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	padding:0;
	margin-top:20px;
}

h1 {
	font-size:14px;
	padding:0 0 0 150px;
	margin:0;
	margin-top:10px;
	text-align:left;
}

#container {
	width:587px;
	margin:0 auto;
	background-image:url(images/bg_strip.jpg);
	background-repeat:repeat-y;
}

#content {
	padding:5px;
}

#footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:50px;
}

#left-col {
	width:143px;
	float:left;
}

.copy {
	padding:0 20px;
}

#nav-container{
	margin-left:4px;
}

ul.nav {
	list-style:none;
	padding:0px;
	margin:0px;
}

li.nav {
	height:18px;
	width:132px;
	font-weight:bold;
	background-color:#E7F0F8;
	color:#006451;
	border-bottom:2px solid #FFF;
	padding:8px 0 0 4px;

	
}


li.nav a {
	font-weight:bold;
	color:#006451;
	text-decoration:none;

	
	
}

li.nav a:hover {
	text-decoration:underline;
}

a {
	font-weight:bold;
	color:#006451;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	text-decoration:underline;
}

h2 {
	text-align:center;
	font-size:18px;
	color:#006451;
}

