/* CSS Document */
body {
	background-color:#CC8800;
	color:#000000;
	font-size: 12px;
	font-family: Tahoma;
	margin:auto;
}
.navbar
{
	background-color:#684500;
    color:#ffffff;
	font-size: 14px;
	font-family: Tahoma;
	margin:auto;
	border: thin solid #000000;
}
.center
{
	background-color:#FFF8EB;
    font-size: 12px;
    font-family: Tahoma;
	color:#000000;
	border: thin solid #000000;
}
.row
{
    background-color:#FFE4AF;
    color:#000000;
	font-size: 14px;
	font-family: Tahoma;
	margin:auto;
	border: thin solid #000000;
}
.bordertable {
border: thin solid #000000;
}
.button {
border-width:3px;
font-size:0.8em;
}
.edit {
border:thin solid #000000;
font-family:Tahoma;
font-size: 12px;
}
.blogtext {
font-size:10px;
}
A:link {text-decoration: underline; color:#0044ff;}
A:visited {text-decoration: underline; color:#0044ff;}
A:active {text-decoration: underline; color:#0044ff;}
A:hover {text-decoration: underline; color:#000000; background:#ffffff;}
/* start of main tabs */
 #tabshome {
      float:left;
      width:100%;
      background:#FFF8EB;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #666;
      }
    #tabshome ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabshome li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabshome a {
      float:left;
      background:url("../surrond/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabshome a span {
      float:left;
      display:block;
      background:url("../surrond/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabshome a span {float:none;}
    /* End IE5-Mac hack */
    #tabshome a:hover span {
      color:#FFFFFF;
      }
    #tabshome a:hover {
      background-position:0% -42px;
      }
    #tabshome a:hover span {
      background-position:100% -42px;
      }

        #tabshome #current a {
                background-position:0% -42px;
        }
        #tabshome #current a span {
                background-position:100% -42px;
        }
		
		
		
		/* start of blog tabs */
		#tabsblog {
      float:right;
      width:100%;
      background:#FFF8EB;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #666;
      }
    #tabsblog ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsblog li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsblog a {
      float:right;
      background:url("../surrond/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsblog a span {
      float:right;
      display:block;
      background:url("../surrond/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsblog a span {float:none;}
    /* End IE5-Mac hack */
    #tabsblog a:hover span {
      color:#FFFFFF;
      }
    #tabsblog a:hover {
      background-position:0% -42px;
      }
    #tabsblog a:hover span {
      background-position:100% -42px;
      }

        #tabsblog #bcurrent a {
                background-position:0% -42px;
        }
        #tabsblog #bcurrent a span {
                background-position:100% -42px;
        }
		
		
		/* start of image tabs */
		#tabsimages {
      float:right;
      width:100%;
      background:#FFF8EB;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #666;
      }
    #tabsimages ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsimages li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsimages a {
      float:right;
      background:url("../surrond/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsimages a span {
      float:right;
      display:block;
      background:url("../surrond/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsimages a span {float:none;}
    /* End IE5-Mac hack */
    #tabsblog a:hover span {
      color:#FFFFFF;
      }
    #tabsimages a:hover {
      background-position:0% -42px;
      }
    #tabsimages a:hover span {
      background-position:100% -42px;
      }

        #tabsimages #icurrent a {
                background-position:0% -42px;
        }
        #tabsimages #icurrent a span {
                background-position:100% -42px;
        }
		
		/* start of shout tabs */
		#tabsshout {
      float:right;
      width:100%;
      background:#FFF8EB;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #666;
      }
    #tabsimages ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsshout li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsshout a {
      float:right;
      background:url("../surrond/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsshout a span {
      float:right;
      display:block;
      background:url("../surrond/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsshout a span {float:none;}
    /* End IE5-Mac hack */
    #tabsshout a:hover span {
      color:#FFFFFF;
      }
    #tabsshout a:hover {
      background-position:0% -42px;
      }
    #tabsshout a:hover span {
      background-position:100% -42px;
      }

        #tabsshout #scurrent a {
                background-position:0% -42px;
        }
        #tabsshout #scurrent a span {
                background-position:100% -42px;
        }