/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: bold;
	color: #0E3173;
	background-color: #C8D5E4;
}
.contenttext {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0E3173;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0066CC;
	width: 100%;
	line-height: 125%;
	text-align: center;
	font-size: 24px;
}
#Wrapper {
	position:absolute;
	left:0px;
	top:0px;
	z-index: 1;
	width: 100%;
}
#Header {
	position:absolute;
	left:10px;
	top:10px;
	width:98%;
	height:150px;
	z-index:1;
}
#Content {
	position:absolute;
	left:10px;
	top:250px;
	width:98%;
	height:110px;
	z-index:1;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	min-width: 600px;
}

/*- Menu Tabs J--------------------------- */

    #tabs {
	float:left;
	width:98%;
	background:#F4F4F4;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #24618E;
	position: relative;
	left: 10px;
	top: 200px;
	z-index: 3;
      }
	/* changed 50 to 1 to move tabs to the left */
    #tabs ul {
        margin:0;
        padding:10px 10px 0 1px;
        list-style:none;
		min-width: 600px;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url(images/tableft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
	/* changed 5,15,4,6 to 5,6,4,0 to tighten up the tabs */
    #tabs a span {
      float:left;
      display:block;
      background:url(images/tabright.gif) no-repeat right top;
      padding:5px 6px 4px 0px;
      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;
      }

