@charset "utf-8";


body  
{
	color:		#000000;					 entire page background (margins, etc.) */
	margin: 	0; 						/* general fix */
	padding: 	0;
	text-align: center; 				/* IE5+ fixes */
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url('../images/background.png');
	background-attachment: fixed;
	background-repeat: repeat-y;
}


.splitpage #container 					/* MAIN CONTENT - area styles */
{
	width: 		84%;
	margin: 	0 auto; 				/*  auto margins (w/ a width)  center the page */
	border: 	0px solid #000000;
	text-align: left; 					/*  overrides "text-align: center" on the body element. */
}

 
.splitpage #header 
{ 
   /*	background: #333333;   */	
   background-image:url('../images/ccc_logo_bg.png');
   background-repeat: repeat-x;		
} 


.splitpage #header h1 
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; 	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}







/* Tips for sidebar1:
 *
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
   2. Space between the side of the div and the elements within it can be created by placing a
      left and right margin on those elements as seen in   the ".splitpage #sidebar1 p" rule.
   
   3. Since Explorer calculates widths after the parent element is rendered, 
      you may occasionally run into unexplained bugs withpercentage-based   columns. 
	  If you need more predictable results, you may choose to change to pixel sized columns.
 *
 */


.splitpage #sidebar1 
{
	float: 		left;
	height:		750px;			/* expland  sidebar all the way the height of the page */
	width: 		125px; 		/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 	0px 0; 		/* top and bottom padding create visual space within this div  */
	color:		#000000;
	background-image: url('../images/sidebar.png');
	background-repeat: repeat-y;
}


.splitpage #sidebar1 h4
{
	margin-left:  10px; 		/* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-family:  "Century Gothic", Verdana;
	font-weight:  bold;
	font-size:	  18px;
	color:        #0099FF;
}
 
.splitpage #sidebar1 p ,
.splitpage #sidebar1 ul li
{
	font-size:    14px;
	margin-left:  10px; 		/* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

.splitpage #sidebar1 a
{
	color: #FFFFFF;
	text-decoration: none;
}

.splitpage #sidebar1 a:hover
{
	color: #0099FF;
	text-decoration: underline;
}

.selected
{
	color:			   #0099FF;
	font-weight: bold;
}

a:hover.icon
{
	opacity:0.66;
	filter:alpha(opacity=66);
}



/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.splitpage #mainContent 
{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 125px;
	padding-left: 17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



.splitpage #mainContent h1,
.splitpage #mainContent h2,
.splitpage #mainContent h3,
.splitpage #mainContent h4
{
	color:  #0099FF;
	font-family: Arial, Helvetica, sans-serif;
}

.splitpage #mainContent p,
.splitpage #mainContent ol
{
	font-size: 10pt;
}

.splitpage #mainContent table td table
{
	font-size: 8pt;
}

.splitpage #mainContent table td table th
{
	background-color: #CCCCCC;
}

.splitpage #news
{
  background-color:#CCCCCC;
  font-size:   x-small;
  font-family: Arial, Helvetica, sans-serif;
}




.style1 
{
font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 8px;
}


.splitpage #progress
{
	text-align: center;
	border-color: #3399FF;
	border-style: dotted;
	border-width: thin;
	margin-bottom: 3px;
}

.splitpage #progress h3
{
	font-weight: bold;
	color: black;
}



.splitpage #cornerRight
{
	text-align: right;
	/*border: thin dotted;
	border-color: #0099FF;
	background-color:  #FFFFCC;*/
}
/*

.splitpage #cohost
{
	border-color: #000033;
	border-style: dotted;
	border-width: thin;
	margin-bottom: 2px;
}	
*/

.splitpage #socialnetworking p
{
	margin: 0;
}




h5.rightcol
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	margin-bottom: 2px;
}



 
.splitpage #footer
{
	padding: 	  0 10px; 		/* padding matches left alignment of elements in divs that appear above it. */
	/*background:	  url('../images/footer3.jpg'); */
	background-color:#000000;
	color:        white;
	font-size:    8pt;
	font-family:  "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

 
.splitpage #footer p 
{
	margin:  0; 			/* zeroing margins of first element in footer will avoid margin collapse (a space between divs) */
	padding: 6px 0; 		/* padding will create space, just as margin would have, without margin collapse issue */
}

.splitpage #footer a
{
	color: white;
	text-decoration: none;
}

.splitpage #footer a:hover
{
	color: #0099FF;
	text-decoration: underline;
}

.splitpage #sponsors
{
	margin-top: 2px;
	margin-bottom: 2px;
}

.splitpage #author 
{
	margin-top:  2px;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size:  9px;
	font-style:italic;
	color: #333333
}



/* MISC STYLE CLASSES for reuse */


/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
.fltrt 
{ 
	float: right;
	margin-left: 8px;
}



/* this class can be used to float an element left in your page */
.fltlft
{ 
	float: 		  left;
	margin-right: 8px;
}



/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat 
{ 
	clear:		 both;
    height:		 0;
    font-size: 	 1px;
    line-height: 2px;
}


/* to do - FIX THIS STuFF */


.splitpage #menu
{
	margin-top:  3px;
	margin-bottom: 3px;
}


table.nav 
{
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	color: white;
	background-color: black;
	
	width: 100%;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	
	border-color: #000000;
	outline-color: #000000;
	outline-width: thin;
	outline-style: solid;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
}

table.nav tr td a
{
	text-decoration: none;			/* no underline on menu links */
	color:			 #FFFFFF;		/* white text */
}

table.nav tr td a:hover
{
	color:			 #000000;		/* white text */
	background-color: #FFFFFF
}

table.nav tr td.selected
{
	color:			 #0099FF;		/* selected text */
}

.sidebox
{
	background-color: #FFFFCC;
	border: thin;
	border-style: dotted;
	border-color:#FF9900;
	padding: 8px;
	margin:  4px;
}

.sidebox p
{
	padding: 8px;
	margin:  4px;
	font-size: 8pt;
}
