﻿@import url("layout.css");
body {
        background-position: center bottom;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: #000;
        background-image: url("../images/footer.jpg");
        background-repeat: no-repeat;
        background-attachment:scroll;
        background-color: #121F7C;
       	margin: 0;
		padding: 0;
		border: 0;
}
#container {
    margin: 0 auto;
    border-top: 0px solid #ffcc00;
	border-left: 1px solid #ffcc00;
	border-right: 1px solid #ffcc00;
    background-position: center top;
    background-image: url("../images/white_bg.png");
    background-repeat: no-repeat;
    background-attachment:fixed;

}
#masthead {
	height: 101px;
	background-repeat: no-repeat;
	background-color: #000;
}
#content {
	margin-top: -10px;
	padding-left: 10px;
	padding-right: 10px;
    background-image: url("../images/white_bg.png");
    background-repeat:repeat-y;

}
menubar {
   	background-color: #000;
	padding-left: 10px;
	padding-right: 10px;

}

#footer {
        text-align: center;
		color: #fff;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
        overflow: auto;
}

#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}

/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
h1 {
        color: #121F7C;
}
h3 {
		color: #003366;
		margin-bottom: 5px;
		margin-top: 0px;
		font-weight:bold;
		font-size: 1em;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* MenuBar Tabs */

    #tabsF {
      float:left;
      width:780px;
      background:#000;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #000;
      }
    #tabsF ul {
        margin:0;
        padding: 0px 10px 0 22px;
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding: 0;
      font: bold 11px/1.5em Verdana;
      }
    #tabsF a {
      float:left;
      background:url("../images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      font: bold 11px/1.5em Verdana;
      }
    #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;
      font: bold 11px/1.5em Verdana;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      font: bold 11px/1.5em Verdana;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

        #tabsF #current a {
                background-position:0% -42px;
        }
        #tabsF #current a span {
                background-position:100% -42px;
        }
.botdash {
        border-bottom-style: dashed;
        border-bottom-width: thin;
        border-bottom-color: #C0C0C0;
}
.centered { text-align: center; }
