/***************************
Common CSS for all pages
****************************/
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#FFFFFF;

    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#000000;
}

a img { border: none; }

div#container {/* Containter for all of the site. */
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background:#FFFFFF;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
position: relative;
	padding:1em;
	background:#FFFFFF;
  top: 10px
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}


div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ffffff;
}
	div#footer p {
		padding:1em;
		margin:0;
	}

div#centered {
width: 85%;
    background-color:#FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}
/*------------------------------------*/

/*********************************
Menu Tabs
***********************************/

    #tabsF {
    position: absolute;
    top: 30px;
	left: 230px;

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

        #tabsF #current a {
                background-position:0% -42px;
        }
        #tabsF #current a span {
                background-position:100% -42px;
        }

/**************************
Crunchy rounded corners
http://www.allcrunchy.com/Web_Stuff/Rounded_Corners/
***************************/
/* curve height, background image */
.box .t, .box .b, .box .b b, .box .t b{
height:10px;
background-image:url(../images/round_box.png);
}

/* inner color, border color, border width */
.box .c{
background:#efefef;
border-color:#cccccc;
border-left-width:1px;
border-right-width:1px;
}

/* surrounding margins (optional) */
.round{
margin-bottom:5px;
}
.round .c{
/* inner content padding */
padding:0 10px 0 10px;
border-top:0;
border-bottom:0;
border-style:solid;
}
.round .t, .round .b, .round .t b, .round .b b{
display:block;
overflow:hidden;
}
.round .t b, .round .b b{
float:right;
width:50%;
}
.round .t .r{
background-position:top right;
}
.round .b .r{
background-position:bottom right;
}
.round .b{
background-position:bottom left;
}
.round .br{
clear:both;
display:block;
overflow:hidden;
height:0px;
}

