body {
	background: url(../images/body-bg.jpg) repeat scroll top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}

p {
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	color: #006666;
	font-weight: bold;
}

h1 {
	margin-bottom: 20px; 
	font-size: 200%; 
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link { color: #1E78C1; }

a:hover { color: #FF0000; }

a:visited { color: #006666; }

/* wraps */
#outer-wrap {
	margin: 0 auto;
	padding: 4px;
	background: #fff;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	width: 760px;
}

#inner-wrap {
	border: 1px solid #006666;
}

/* header */
#header {
	background: url(../images/header-bg.jpg) repeat-y scroll top left;
	height: 100%; /* IE6 fix */
	border-bottom: 1px solid #006666;
}

/* content */
#content {}

.tmpl-1 {}

.tmpl-2 {}

.inner { padding: 20px 10px; }

#logo {
	padding: 10px 22px 10px 22px;
	width: 100px; /* width with padding applied */
	/* width: 144px; original width without padding */
}

#top {
	padding: 10px;
	color: #fff; 
	width: 594px; /* width with padding applied */
	/* width: 614px; original width without padding */
}

#date {}

#search {}

.srch-box {}
#srch-box { padding: 2px 3px; }

.srch-btn {}

#navigation p {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}

#navigation a {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover { text-decoration: none; }

/* footer */
#footer {
	background: #006666;
	color: #fff;
	font-size: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover { text-decoration: none; }

#copyright {
	padding: 8px 0 8px 50px;
	text-align: center;
}

#questions {
	padding-right: 50px;
}

/* aligns with clear */
.left { float: left; }

.right { float: right; }

.clear { clear: both; }
