html {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/bg-page.gif);
	margin:0;
	padding:0;
}
#main {
	width:900px;
	margin:auto;
	border:0px solid #464646;
	height:100%;
}
#main-inner {
	margin:0;
	padding:0 20px;
	min-height: 200px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-main-inner-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main-inner-left li,#main-inner-left ul{
	list-style: disc;
	white-space: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#main-inner-left li li{
list-style: circle;
}
#main-inner-left ul ul{
margin:.8em 2em .8em;	
}
#main-inner-left ul{
padding-left: 10px;
margin-left:1em;
}
.comment {
	font-size: .8em;
	color: grey;
}
#main-inner-left {
	width: 510px;
	display:block;
	float:left;
	line-height: 1.5em;
	text-align: justify;
	}
#main-inner-right {
	width: 300px;
	display:block;
	float:right;
}
#logo {
	margin:0;
	padding-bottom:0;
	background-image: url(images/topbg.png);
	background-repeat: no-repeat;
	height: 130px;
}
#logo img {
	padding:0;
}
h1, h2, h3, h4, h5, h6 {margin: 1em 0 0 0; font-size: 1.6em; line-height:1.3em;}
h2 {font-size:1.4em; font-weight:strong; margin-top:1.5em; margin-bottom:0px;
color:#FF3333;}
h3 {font-size:1.2em; font-weight:strong; margin-top:1.5em; line-height:1.5em;}
.homelink {font-size: 1em; font-weight:bold;}
p, ul, ol { margin: 15px 0;}

div#navbar {
	width: 100%;
	background-image: url(images/navbar.png);
	height: 75px;
}

.clear {
	clear:both;
}
.headingimg {
	margin:18px 0 0 0;
}
#box-small {
	width:300px;
	min-height:100px;
	background-image: url(images/dotline.png);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

#box-small p {
	padding:0 8px 12px 8px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;

	text-align:left;
	font-size: .9em;
}
#box-small img {
	padding: 0px 10px 10px 30px;
}

#footer {
	clear:both;
	font-size: .8em;
	background-color: #6699CC;
	color:#000000;
	text-align:left;
	padding:10px 20px 10px 40px;
	line-height:18px;
	border-top: 5px solid #CCCCFF;
}
#footer a:link, #footer a:visited {
	font-size:1.2em;
	color:#000000;
	text-decoration:none;
	padding:0px 10px 0 10px;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a {
	color:#669900;
	text-decoration: none;
}
a:visited {
	color:#464646;
	text-decoration: underline;
}
a:hover {
	color:#464646;
	text-decoration:none;
}
    #tabsF {
      width:100%;
      font-size:.90em;
      line-height:normal;
		font-weight: bold;
		overflow: hidden;
		}
    #tabsF ul {
        margin:0;
        padding:10px 10px 0 10px;
        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:0px 2px 0 13px;
      text-decoration:none;
		text-align:left;
		width:115px;
		}
    #tabsF a span {
      display:block;
      background:url("images/tabrightF.gif") no-repeat right top;
      padding:8px 10px 2px 0px;
		color:#FFF;
		overflow: hidden;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#000000;
      }
    #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;
        }
input, option, select, input.text, input.button {
	border:0px;
	border-bottom: 1px solid #FFCC11;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
td.label {
	font-size: .9em;
	color: #000000;
}
input.button {
	border: 1px solid #FFCC11;
}
.textform {
	background-color: #FFFFCC;
}
