/* 
Designed by Joe Rozzi from Cirkuit Networks, Inc. - http://www.cirkuit.net
Free to use, please give credit for original design.
*/
body {
	margin: 20px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img { border: 0px; }
#main {
	width:750px;
	color:#666;
	text-align:center;
	margin:0 auto;
	font-size:80%;
	line-height:130%;
	background-color:#FFF;
}

#header_wrapper, #nav_wrapper, #content_wrapper {
	width:765px;
	margin: 0px 0px 20px 0px;
}

/* blue wave header image */
#header {
	clear:right;
	background:url("/logos/24.gif") no-repeat top right;
	text-align:left;
}
#header h1 { color:#0069af; height:115px; margin:0 15px; padding:0 0 10px 0px; line-height:2em; font-size:180% }

/* left navigation area */
#content_left {
	float:left;
	width:175px;
	line-height:135%;
	padding:0px;
	margin:15px 0px;
	text-align:left;
	font-size:100%;
	background: #fff;
	border-top: 1px solid #f9dd6c; 
}
#content_left p {
	padding:0;
	margin:0px;
}
#content_left ul { /* starts left navigation */
	margin:0px;
	padding:0px;
	text-align:left;
}
#content_left li { /* main navigation list item */
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

#content_left li.sub { /* sub navigation list item */
	display:block;
	list-style:none;
	padding:0;
	margin:0px;
	font-weight:normal;
}

#content_left a {
	display:block;
	margin:0px;
	padding:4px 10px;
	text-decoration:none;
	color:#666;
	border-bottom:1px solid #f9dd6c;
}
#content_left a:hover {
	color:#999;
	background: #f9dd6c;
}

/* main textual content area */
#content {
	padding:5px;
	margin:0 0 10px 0;
	line-height:140%;
	background-color:#FFFFFF;
	text-align:left;
	float:right;
	width:550px;
}
#content_l { /* main textual content area (left box) */
	margin:0 auto;
	padding:5px;
	display:inline;
	float:left;
	width:48%;
}
#content_r { /* main textual content area (right box) */
	margin:0 auto;
	padding:5px;
	display:inline;
	float:right;
	width:48%;
}

#content .table p { margin: 0px 0px 2px 0px; line-height: 1em; }
#content th { text-align: left; }
/* header tags */
h1 {
	color:#0069af;
	font-size:130%;
	display:block;
	width:100%;
	margin: 10px 0px 20px 0px;
}
h2 {
	font-size:120%;
	display:block;
	width:100%;
	border-bottom:2px solid #bcc0c7;
	margin: 20px 0px;
	padding:0;
	color:#557ef5;
}

.image { color: #0069af; background: #f9dd6c;  }
.image img { margin: 0px; padding: 0px; }
.caption { padding: 4px 10px 6px 10px; font-size: 12px; text-align: center; font-weight: bold; }

p {
	margin: 10px 0px 20px 0px;
	line-height: 1.8em;
}
/* anchor links */
a, a:visited {
	text-decoration:none;
	color:#0069af;
}
a:hover, a:visited:hover {
	color:#0069af;
	text-decoration:underline;
}

/* footer */
#footer_wrapper {
	margin:0 auto;
	padding:0;
	width:765px;
	border-top:6px double #CCCCCC;
	font-size:80%;
	text-align:center;
	clear:both;
}
#footer {
	padding-right:5px;
	margin:0;
	line-height:190%;
	text-align:right;
	clear:both;
	vertical-align:middle;
}