html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}

a {color: #ff6666;}

a:hover {color: #a67c52;}

body {
	background: #99ffcc url(../images/bg5.jpg) repeat-x top;
	color: #444;
	font: normal 62.5% Arial, Helvetica,"Lucida Sans Unicode",sans-serif;
	list-style: none;
}

p,code,ul {
	padding-bottom: 1.2em;
}

li {
	list-style: outside;
}

h1 {
	font:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	margin-bottom: 4px;
	padding-top: 6px;  
}
h2 {
	padding-top: 6px;
}
h3 {
	padding-top: 6px;
	letter-spacing: .1em;
	border-bottom: 2px groove #ff6666;
}
h4 {
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
}
h5 {
	font-size:1.1em;
	font-weight:bold;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

tr {
	vertical-align:top;
}

/* misc */
.clearme {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */

.container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 0px 0px;
	width: 780px;
	background-color: #FFFF99;
}

.hline_box {
	width: 380px;
	float:right;
	margin-right:-10px;
	margin-left:10px;
	margin-bottom:5px;
	padding:5px 5px 40px 10px;
	background: #B0e0e6 url(../images/bott_border_index2.gif) center bottom no-repeat;
	border-top: double;
	border-color:#CCCC33;
}
.hline_box ul {
}

.hline2_box {
	width: 200px;
	float:right;
	margin-right:-10px;
	margin-left:10px;
	margin-bottom:5px;
	padding:5px 5px 40px 10px;
}

.ticker_box {
	width: 405px;
	float:left;
	margin-right: ;
	margin-left:1px;
	margin-bottom:5px;
	padding-right:20px;

}

.amberspace {
	font-size: 1em;
	text-align:center;
  	margin-left:160px; 
	width: 400px;  
}

.amberspace-orig {
	font-size: 1em;
	text-align:center;
	margin-left:160px;
	width: 400px;
	background-color: #FFFFFF;
}

/* header */
.top {
	padding: 20px 0px 0;
}

.top-orig {
	padding: 20px 10px 0;
}

/* title */
.header {
	background: #FFFF99 url(../images/Header_Nav_UpperCurve.jpg) top no-repeat;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 0px 5px;
	width: 780px;
}

.header-orig {
	background: #FFFFFF url(../images/Header_Nav_UpperCurve.jpg) top no-repeat;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 5px 5px;
	width: 780px;
}
.header h1{
	color: #ffff99;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:180px 0 0 10px;	
}

.header .left {
	background: #FFFF99 url(../images/logo_ccic.gif) no-repeat center;
	line-height: 150px;
	width: 780px;
	height:155px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 2.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.h1tagme {
	text-align:center;
	font-weight:bold;
}

/* navigation */
.container-nav {
	width: 780px;
	background-color: #FFFF99;
}

.navigation {	
	float:left;
	background: #99FFFF url(../images/nav.gif);
	height: 41px;
	margin:0 auto;
}

.navigation-right {	
	background: url(../images/nav.gif);
	height: 41px;
	margin: 0 0 0 10px;
	text-align:center;

}
.navigation-right form {
	padding-top:10px;
	display: block;	
}

.navigation a {
	background: #6666ff url(../images/nav.gif);
	border-right: 1px solid #ffffff;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}

.navigation a:hover {
	background-position: left bottom; 
	color: #06F;
	}

/* main */
.main {
	border-top: 4px solid #fcf9ce;
	background: #ffffcc;
}


/* sub navigation */
.sidenav {
	float: left;
	width: 170px;
	background-color: #ABDEE9;
}

.sidenav h2 {
	color: #494959;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	text-align:center;
}

.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidenav li {
	border-bottom: 1px solid #EAEADA;
	list-style: none;
}

.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0px 8px 5%;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover {
	background: #ffffcc;
	color: #654;
}

.sidenav .image {
	width:210px;
}
.image {
	width:100%;
}

/* content 
 * I added min-height requirement to account for the growing side navbar 10/14/08
 * Removed on 12/11
 */
.content {
	font-size:1.1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 15px;
	overflow:auto;
}

.content_full {
	font-size:1.1em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 15px;
	min-height: 300px;
}


.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content p {
	font-family: Arial, "Lucida Sans Unicode", sans-serif;
}

.content table {
font-size: 1.0em;
}
/* footer */

#wrapper {
background:url(../images/sidenav_color.jpg) repeat-y left top;
}

#wrapper_bott {
	background:url(../images/sidenav_color_bott_reg.jpg) no-repeat left bottom;
}

.footer {
	background: url(../images/bottom_background.jpg) repeat-x bottom;
	height: 80px;
	color: #000;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.footer p{
padding-top:20px;	
}

.footer a:hover {
color: #FFF;
}

.footfox {
	font-size:12px;
}

.headfox {
	font-size:.9em;
}

.margtagger {
	padding-left:25px;
}

.bolditalic
{
font-style:italic;
font-weight:bold;
}

.indent {
margin-left: 20px;
}

.indent1p5 {
margin-left: 35px;
}

.indent1p5 li{
margin-bottom: 8px;
}

.indent2 {
margin-left: 60px;
}

.indent3 {
	font-size:.8em;
	margin-left: 50px;
	margin-right:20px;
}

.indent4 {
	margin-left: 45px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.li_nodeco {
margin-top: -10px;
padding-bottom: 5px;
margin-left: 20px;
list-style-type: none;
}
.margtagger2 {
margin-left:15px;
}
.margtagger3 {
margin-left:100px;
}
.margtagger4 {
margin-left:125px;
}


.li_nodeco3 {
	font-size:1.1em;
	margin-top: -10px;
	padding-bottom: 15px;
	margin-left: 110px;
	margin-right:10px;
}

.content ul ul li {
	margin-left:30px;
}
#form1 fieldset {
	border-right: thin;
	border-bottom: none;
	border-left: none;
}
legend {
	border-top: thin;
	font-size:1.2em;
	margin-top: -5px;
	padding-right: 5px;
	padding-bottom:20px;
	padding-left: 5px;
}
label {
	margin-left:8px;

}
#form1 fieldset input.text {

}
#form1 fieldset input.text:focus {
	background-color: #99FFCC;
}
.compress_it {
	margin-bottom:-10px;
}

.lbox {
	float:left;
	width: 300px;
}
