body {
	background: #5F1016;
	margin: 0 auto; 
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif 
}

/*** headings ***/
h1, h2, h3, h4, h5, h6, th { color: #CC2233}
h1 {font-size: 13pt}
h2 {font-size: 12pt}
h3 {font-size: 11pt}
h4 {font-size: 10pt}
h5 {font-size: 9pt}
h6 {font-size: 8pt}

/*** lines ***/
hr { height: 1px; color: #666666 }

/*** text ***/
p, b, li, ol, ul, td, th { color: #666666; font-size: 11pt }

/*** hyperlinks ***/
a:link, a:visited {color: #5F1017}   
a:hover, a:active {color: #CC2233}

/*** classes ***/
.logo {	padding: 0 0 0 45px }
.name {	padding: 0 0 25px 0 }
.bold { font-weight: bold }
.italic { font-style: italic }
.bolditalic { font-weight: bold; font-style: italic }
.caption { font-size: 8pt }
.left_img {
	float: left; 
	border: 1px solid #5F1017;
	margin: 10px 10px 10px 0px; 
}
.right_img {
	float: right; 
	border: 1px solid #5F1017;
	margin: 10px 0px 10px 10px; 
}
.tablecontact {
	cellspacing: "5";
	width=: 100%;
    background-color:#EEEEEE;
}
.tablecontactc1 {
	width: 120px;
}
	
/*** contents ***/
#container {
	background: #FFFFFF;
	margin: 25px auto 0 auto; 
	padding: 0 0 25px 0;
	overflow: auto;
	width: 750px;
	text-align: left;
}

#c1 {
	float: left;
	margin: 25px 10px 10px 10px;
	padding: 0 10px;
	width: 175px;
}

#c2 {
	float: left;
	margin: 25px 10px 10px 10px;
	padding: 0 10px;
	width: 495px;
}

#footer {
	margin: 5px auto 0 auto;
	padding-bottom: 5px;
	width: 750px;
	border: 0px;
	font-size: 8pt;
	color: #CC2233;
}

#footer a:link {color: #CC2233}   
#footer a:visited {color: #CC2233}  
#footer a:hover {color: #FFFFFE}  
#footer a:active {color: #FFFFFE}  

/*** navigation ***/
    #navtop {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:93%;
      line-height:normal;
      }
    #navtop ul {
        margin:0;
        padding:10px 10px 0 2px;
        list-style:none;
      }
    #navtop li {
      display:inline;
      margin:0;
      padding:0;
      }
    #navtop a {
      float:left;
      background:url("images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #navtop a span {
      float:left;
      display:block;
      background:url("images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color: #831427;
      font-size: 9pt;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navtop a span {float:none;}
    /* End IE5-Mac hack */
    #navtop a:hover span {
      color:#CC2233;
      }
    #navtop a:hover {
      background-position:0% -42px;
      }
    #navtop a:hover span {
      background-position:100% -42px;
      }

        #navtop a.current {
                background-position:0% -42px;
        }
        #navtop a.current span {
                background-position:100% -42px;
        }
        
#navleft {
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
}
#navleft a {
	text-decoration: none;
	padding: 5px;
	width: 150px;
	display: block;
	color: #5F1017;
	font-size: 9pt;
	border-bottom: 1px solid #666666;
}
#navleft a:hover {
	background: #F4F4F4;
	color: #CC2233;
}
#navleft .current {
	background: #F4F4F4;
}
#navleft #noline a {
	border-bottom: 0;
}