body { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
background: #90996C;
text-align: center;
}

td { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
}
th { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
line-height: 16px;
}
table.grid
{
border: 1px solid #c3c3c3;
border-collapse: collapse;
}

table.grid th
{
background-color:#FFFFCC;
border: 1px solid #c3c3c3;
padding:3px;
}

table.grid td 
{
border: 1px solid #c3c3c3;
padding:3px;
}



#container {
  background:url(pageContainer_bg.gif) 0px 0px repeat-y;
  width:770px;
  text-align:left;
  margin-left: auto;
  margin-right: auto;
 
}

#header   {
   position: relative;
   width: 770px;
   height: 144px;
   background-image: url('ccc_header.jpg');
   background-repeat: no-repeat;
   margin: 0; padding: 0;
   background-position: 0%;
 }

.space {
   background:url(pageContainer_bg.gif) 0px 0px repeat-y;
   width:770px;
   height: 10px;
  
}
#white {
        position: relative;	
        width: 670px;
	background-color: #fff;
        text-align: center;
        margin: 0; padding: 0;
        background-position: 0%;
}


.col_left_menu {
	float: left;
	width: 175px;
	margin: 0 0px 0 11px;
}
.col_right_content {
	float: right;
	width: 563px;
	margin: 0 9px 0 1px;
}

.col_left_menu .col_shape .top{
	background: url(left_menu_top.gif) no-repeat top;
	height: 25px;
}
.col_left_menu .col_shape .btm{
	background: url(left_menu_bottom.gif) no-repeat top;
	height: 25px;
	
}
.col_left_menu .col_shape {
	background: url(left_menu_bg.gif)  repeat-y;
}

.col_right_content .col_shape .top{
	background: url(right_content_top.gif) no-repeat top;
	height: 25px;
}
.col_right_content .col_shape .btm{
	background: url(right_content_bottom.gif) no-repeat top;
	height: 25px;
	
}
.col_right_content .col_shape {
	background: url(right_content_bg.gif)  repeat-y;
}
.col_right_content .block {
	padding: 5px 20px 5px 20px;
        vertical-align: top;
}

.block {
	padding: 0px 4px 0px 14px;
        vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
}



.small_white {
  font-size: 11px;
  color: #FFFFFF;
  line-height: 14px;
  PADDING-RIGHT: 8px;
  PADDING-LEFT: 8px;
  padding-bottom: 10px;

}
a.small_white {
  font-size: 11px;
  color: #FFFFFF;
  padding-bottom: 10px;

}
a.small_white:hover {
  font-size: 11px;
  text-decoration: none;
  color: #FFFFFF;
  padding-bottom: 10px;

}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.left_menu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 158px;
}

* html .left_menu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 148px;
}

.left_menu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.left_menu a{
font: 11px Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #005900;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.left_menu a:visited{
color: #005900;
}

html>body .left_menu a{ /*Non IE rule*/
width: auto;
}

.left_menu a:hover{
background-color: #F8FBBD;
color: black;
}


h1,h2,h3,h4,h5,h6 {
	padding: 5px 0 4px 0;
	font-weight: normal;
	margin: 5px 0 5px 0;
	font-size: 1.8em;
	font-family: Arial, Verdana, Geneva, Sans-serif;
	border-bottom: 1px solid #ddd;
	color: #333;
	clear: both;
}

h2 {  
      color: #003399;
}
#footer   {
   width: 770px;
   height: 41px;
   background-image: url('ccc_footer.gif');
   background-repeat: no-repeat;
   margin: 0; padding: 6;
   background-position: 0%;
   text-align:center;
   font-size: 10px;
 }