

/***** CONTAINER STYLES *****/

body {
	background-color: #333333;
	margin: 10px 0px 40px 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

#body_wrap {
	text-align: left;
	width: 780px;
	margin: 0px auto;
}

#header {
	background: #339999 url('/archive/images/header_type.gif') no-repeat top right;
	padding-bottom: 6px;
}
	
#nav {
	padding: 0px 40px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 2px 0px;
}

#content_top {
	height: 10px;
	background-color: #339999;
	border-bottom: 2px solid #333333;
}

#content_btm {
	height: 20px;
	background: #339999 url('/archive/images/blue_curves_btm_r.gif') no-repeat bottom right;
	border-top: 2px solid #333333;
}

#content {
	background-color: #FFFFFF;
	padding: 40px 60px;
}

#home_content {
	background: #FFFFFF url('/archive/images/home_bkg.jpg') no-repeat;
	padding: 40px 60px;
}

#home_rightside {
	float: right;
	width: 235px;
}

#home_leftside {
	width: 350px;
}

#footer {
	margin-top: 20px;
	text-align: center;
	color: #ccc;
}

#whatsnew {
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 12px;
}


/***** MISC. TYPOGRAPHY STYLES *****/

a:link, a:visited {
	color: #006666;
}

a:hover {
	background-color: #CCFFFF;
}


#footer a {
	color: #ccc;
	background-color: #333333;
	text-decoration: underline;
}

#header a {
	background-color: #339999;
}

p.cap {
	line-height: 14px;
	margin-top: 15px;
}

p.dates {
	line-height: 14px;
}

h1 {
	font-size: 16px;
}

h2 {
	margin: 0px;
	font-size: 14px;
	color: #333333;
	font-style: normal;
}

h3 {
	font-size: 14px;
	color: #006666;
	background-color: #ddd;
	padding: 2px;
}