body{
	margin:0;
	padding:0;
	text-align: center;
	font: 11px/normal Verdana, Arial, Helvetica, sans-serif;


}

b{font-size: 110%;}
em{color: red;}

h1 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #00014e;

}

h2 {
	font: bold small-caps 10px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC; display:inline; 
}

#maincontainer{
width: 784px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
text-align: left;
border: 1px solid #cccccc
}

#topsection{
background: #9E978D;
height: 10px; /*Height of top section*/
}

#topsection1{
background: #9E978D;
height: 190px; /*Height of top section*/
}

#topsection2{
background: #9E978D;
height: 10px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 160px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 160px; /*Width of left column*/
margin-left: -784px; /*Set left margin to -(MainContainerWidth)*/
background: #F7E9D4;
}

#footer{
clear: left;
width: 100%;
background: #9E978D;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

#footer2{
clear: left;
width: 100%;
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #00014e;
background: #F7E9D4;
color: #000;
text-align: center;
padding: 4px 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside main column (to provide padding)*/
margin-top: 0;
}

.innertube2{
margin: 4px; /*Margins for inner DIV inside left column (to provide padding)*/
margin-top: 0;
}

/*- Menu Tabs K--------------------------- */

    #tabsK {
      float:left;
      width:100%;
      background:#E7E5E2;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #54545C;
      }
    #tabsK ul {
        margin:0;
        padding:1px 10px 0 1px;
        list-style:none;
      }
    #tabsK li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsK a {
      float:left;
      background:url("images/tableftK.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsK a span {
      float:left;
      display:block;
      background:url("images/tabrightK.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsK a span {float:none;}
    /* End IE5-Mac hack */
    #tabsK a:hover span {
      color:#FFF;
          background-position:100% -42px;
      }
    #tabsK a:hover {
      background-position:0% -42px;
      }
    #tabsK a:hover span {
      background-position:100% -42px;
          }

        #tabsK #current a {
                background-position:0% -42px;
        }
        #tabsK #current a span {
                background-position:100% -42px;
        }
		
		fieldset
{
margin-left: 0px;
border: 1px solid #9E978D;
width: 130px
}

legend
{
color: #fff;
background: #9E978D;
border: 1px solid #9E978D;
padding: 1px 1px
} 

.floatRight {
float: right;
margin-left: 10px;
}
A:link {
	color: #993350;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #993350;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	color: #993350;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #339999;
	text-decoration: none;
	font-weight: bold;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #993350;
	text-decoration: none;
}

A.dark:hover {
	color: #993350;
	text-decoration: none;
}


