
  body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		background-color: #99CCCC;
	}
  #wrapper {
		width:900px;
		margin:0px auto;
		background-color: #FFFFCC;
		border:3px solid #bbb;
		border-color: #CC6600;
		padding:10px;
	}
  #header {
		border:2px solid #bbb;
		border-color: #99CC66;
		text-align: center;
		height:80px;
		padding:10px;
		color: #336600;
		background-color: #CCFF99;
	}
	/*- Menu Tabs C--------------------------- */

    #tabsC {
      float:left;
      width:100%;
      background:#FFFFCC;
      font-size:93%;
      line-height:normal;
      }
    #tabsC ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("../images/tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("../images/tabrightC.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#663300;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#CC6600;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }

        #tabsC #current a {
                background-position:0% -42px;
        }
        #tabsC #current a span {
                background-position:100% -42px;
        }
-->
	#content {
		margin-top:10px;
		padding-bottom:2px;
		color: #330000;	
	}
	/* applies to all divs within the content div */
  #content div {
		border:2px solid #CC9933;
    float:left;
	}
a:link { color: #330000; text-decoration: none }
a:active { color: #330000; text-decoration: none }
a:visited { color: #330000; text-decoration: none }
a:hover { color: #CC6600; text-decoration: none; font-weight: bold; }
  #content-left {
  	width:155px;
	text-align: left;
	background-color: #FFCC66;
	padding:20px;
	font-size:16px;
	font-weight:bolder;
	font-style:italic;
	text-shadow:#CC9933;
	}
  #content-main {
		margin-left:10px;	
		width:508px;
		padding:10px;
	}
  #content-right {
	margin-left:10px;
	width:135px;
	background-color: #FFCC66;
	padding-left: 5px;
	}
  #footer {
		float:left;
		background-color: #FFFF99;
		text-align:center;
		font-weight:bold;
		color: #330000;
		margin-top:10px;
		margin-bottom:10px;
    	padding:10px;
    	border:2px solid #FFCC33;
    	width:878px;
	}
	
  #bottom {
		clear:both;
		text-align:right;
		color: #330000;
	}
 