@CHARSET "UTF-8";
body {
	margin:0;
	padding:0;
	font: 13px/1.5em Verdana;
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
/*-Site Title -------------------------- */
#title {
	float:left;
	width:100%;
	background:#fff;
	font-size:93%;
	line-height:normal;
}
 
/*- Menu Tabs--------------------------- */ 

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

/*- Page Details -------------------------------*/
	.foot {
	display:block; 
	height:70px; 
	background:#08a; 
	color:#fff; 
	text-align:center; 
	padding:5px;
	font-size:100px;
	}

#container {
	position:100px 100px 0px 0px; 
	display:block; 
	background:#fff; 
	border-left:100px solid #fff; 
	border-right:100px solid #fff;
	overflow:visible;}
* html #container {
	display:inline-block;
	}
#left {
	float:left; 
	position:relative; 
	width:198px; 
	margin-left:-197px; 
	display:inline;
	}
* html #left {
	width:197px;
	}
#right {
	float:right; 
	position:relative; 
	width:198px; 
	margin-right:-197px; 
	display:inline;
	}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	}
a:visited {
	color:#000;
	}
/* Just to extend each column */
#container a:visited, a {
	color:#000; text-decoration:none;
	}
#container a span {
	display:none;
	}
#container a:active, #container a:focus {color:#fff; text-decoration:none; background:transparent; cursor:default;}
#container a:active span, #container a:focus span {display:block;}

.comment {text-align:center;}
.comment a {text-decoration:underline;}
em {font-weight:bold;}

