/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #1D8BAF url("images/proto1_4_body_bg2.gif") repeat-x top left;
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	background-attachment: fixed;
	font-size:100%;
	line-height: 1.5em;
}

#container {
	margin: 30px auto;
	padding: 0;
	width: 760px;
	background: #fff;
	background: url("images/content_bg.jpg");
}

#header {
	width: 100%;
	height: 128px;
	margin: 0;
	padding: 0;
	background: url("images/proto1_4_header_bg.gif") repeat-x top left;
}

#banner {
	width: 830px;
	margin: 0 auto;
	height: 128px;
	background: url("images/proto1_4_header2.gif") no-repeat;
	text-align: left;
}

#content {
	text-align: left;
	padding: 5px 25px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#contentcap {
	background: url("images/proto1_4_content_bg_top.gif") no-repeat top;
	height: 21px;
}

#content p {
	color: #333;
	font-size:0.75em;
}

#content a {
	color: #006699;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#content a:hover {

}

#content a.greenlink {
	color: #396;
	font-weight: bold;
	text-decoration:underline;
}

div.floatright {
	float: right;
	margin: 5px 0 5px 25px;
}

div.floatleft {
	float: left;
	margin: 5px 25px 5px 0;
}

img.floatleft {
	float:left;
	margin:5px 25px 5px 0;
}

img.floatright {
	float:right;
	margin:5px 0 5px 25px;
}

.center {
	margin: 0 auto;
	text-align:center;
}

hr {
	width: 700px;
	height: 1px;
	border: 0;
	color: #96BAA4;
	background-color: #96BAA4;
	text-align: center;
	margin: 0 auto;
}	

#banner h1 {
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 1.5em;
	font-style: italic;
	color: #006699;
	padding: 40px 0 0 83px;
	margin: 0;
}

#banner h1 a {
	text-decoration: none;
	color: #003366;
}

#banner h1 a:hover {
	text-decoration: none;
	color: #003366;
}

#banner p {
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 0.70em;
	color: #003366;
	margin: 5px 0 5px 65px;
}

#banner .mainlinks a {
	text-decoration: none;
	color: #003366;
	padding: 1px;
	font-weight: bold;
}

#banner .mainlinks a:hover {
	text-decoration: none;
	color: #000;
	padding: 1px;
	font-weight: bold;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
}

#banner .sublinks {
	text-align: center;
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 0.70em;
	color: #003366;
	padding: 2px 0 5px 0;
	margin: 0;
}

#banner .sublinks a {
	text-decoration: none;
	padding: 1px;
	color: #003366;
}

#banner .sublinks a:hover {
	text-decoration: none;
	padding: 1px;
	color: #000;
	border-bottom: 4px solid #0F495B;
}

#content h1 {
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 1.5em;
	font-style: italic;
	color: #000;
	margin: 10px 0 25px 0;
	border-bottom: 1px solid #96BAA4;
}

#content h2 {
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 1.05em;
	color: #527778;
	background: url("images/tack.gif") no-repeat top left;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-left: 25px;
}

#content h3 {
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	font-size: 1.1em;
	color: #000;
}

#content ul {
	list-style-image: url("images/icon_bullet.gif");
	line-height: 1.5em;
	margin: 0 20px;
	font-size:0.75em;
	color: #333;
}

#content ul ul {
	list-style-image: url("images/icon_subbullet.gif");
	line-height: 1.5em;
	font-size:1em;
	color: #333;
	margin: 0 20px;
}

#content ol {
	line-height: 1.5em;
	margin: 0 20px;
	font-size:0.75em;
	color: #333;
	list-style-type: decimal;
}

#content ol.numbers {
	line-height: 1.5em;
	margin: 0 20px;
	font-size:0.75em;
	color: #333;
	list-style-type: decimal;
}

#footer {
	padding: 5px 0;
	margin: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#footercap {
	background: url("images/proto1_4_footer_bg_bottom.gif") no-repeat bottom;
	height: 21px;
	margin: 0;
	padding: 0;
}

#footer p {
	text-align: center;
	font-size: 0.70em;
	margin: 0;
	padding: 0;
	color: #333;
}

#footer a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
	padding: 1px;
}

#footer a:hover {
	text-decoration: none;
	color: #000;
}

.footerlinks {
	background: #fff;
	padding: 5px 0;
	display: block;
}

p.highlight {
	padding: 25px 25px 25px 50px;
	margin: 0 25px;
	background: #fff url("images/p_highlight_bg.gif") repeat-y left;
	border: 2px dotted #333;
}

#rightcolumnmain {
	width: 200px;
	float: right;
	padding: 5px;
	margin: 20px 0 10px 30px;
}

#rightcolumnmain p.highlight {
	padding: 5px;
	margin: 0 10px;
	background: #fff;
	border: 2px dotted #333;
}

.ichmtext {
	color: #003366;
	font-weight: bold;
}

.green {
	color: #527778;
}

#rightcolumn {
	width: 200px;
	float: right;
	padding: 5px 25px;
	margin: 80px 0 10px 30px;
	border-left: 1px solid #96BAA4;
}

#rightcolumn ul {
	list-style-image: url("images/icon_bullet.gif");
	line-height: 1.5em;
	margin: 0;
	font-size:0.75em;
	color: #333;
}

#clear {
	clear: both;
}
.justified {
	text-align: justify;
}
