@import url(nav.css);

*{ 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
} 

body { 
	margin: 0px;
	padding: 15px 0px 20px 0px;
	background: #fff; /*url(images/background_page2.gif) repeat-y top center; */
	color: #284951;
	font-size: 14px;
}

a { 
	text-decoration: none; 
	color: #45727d;
}

a:hover { 
	text-decoration: none;
}

#content-wrapper { clear: both; }

img { border: 3px solid #4b808d; }

#header { 
	width: 800px;
	text-align: left;
	margin: auto;
	margin-bottom: 5px;
	font-weight: normal;
}

#header a { 
	background: transparent;
}

#header a:hover {
	background: transparent;
}

#header img { border: none; }

#index_img img { border: none; }

#index_img_image {
	width:800px;
	height:500px;
}
#img_circles {
	margin-top:-30px;
	text-align:center;
	margin-bottom:30px;
}
.circle_image {
	padding: 0px 3px 0px 3px;
	outline: none;
}

#content {
	width: 800px;
	margin: 20px auto 20px auto;
	padding: 0px 0px;
}
#content a {text-decoration:underline;}

h1 { font-weight: normal; font-size: 30px; }
h2 { font-weight: normal; font-size: 24px; }
h3 { font-weight: normal; font-size: 18px; }

/* MISC STUFF */
.noborder { border: 0px; }
.justified { text-align: justify; }

#footer {
		text-align: center;
		padding-top: 5px;
		width:807px;
		margin:auto;
		margin-top: 30px;
		font-size:12px;
	}

.noborder { border: 0px; }

.infobar { padding:5px; background-color: #fff7ad; font:12px Arial,Sans-Serif;  font-weight:bold; color:#000; }
