body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
}

.header { 
	background-image:url(images/header_bg.png);
	background-repeat:no-repeat;
	height:269px;
	width:1024px;
}
.sidebar_logo { width:260px;}
.sidebar_logo img { 
	margin-left:45px;
	margin-bottom:20px;
	width:170px;
}

.sidebar { 
	width:255px;
	background-image: url(images/sidebar.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#faf09b;
	height:494px;
	border-right: 3px solid #9ed513;
}
#sidbarText {
	position:relative;
	margin-top:280px;
	margin-left:10px;
	text-align:center;
	color:#347400;
}
#sidbarText p { 
	font-style:italic;
	font-weight:bold;
}

#scroller{
	float:left;
	height:128px;
	width:764px;
	vertical-align: top;
	margin-top:10px;
}

#header_bar{
	float:left;
	background-image:url(images/header_bg_nav.png);
	background-repeat:no-repeat;
	height:100px;
	width:770px;
	margin-top:30px;
	color:#fcf300;
}
#date {
	color:#fcf300;
	margin-top:10px;
	padding-left:10px;
	font-size:14px;
}
#title{
	color:#fcf300;
	font-size:20px;
	font-weight:bold;
	padding-left:10px;
	margin-top:8px;
}

#header_nav{
	float:left;
	margin-top:0px;
}


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


    #tabs {
      float:left;
      width:764px;
      line-height:normal;
      }
    #tabs ul {
	  margin:0;
	  padding:8px 6px 0 0px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.png") no-repeat left top;
      margin:0;
      padding:0 0 0 12px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabright.png") no-repeat right top;
      padding:10px 23px 20px 11px;
      color:#666;
	  font-weight:bold;
	  font-size:14px;
      }
	  
    /* 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% -40px;
      }
    #tabs a:hover span {
      background-position:100% -40px;
      }

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


.footer {
	background-image:url(images/footer_bg.png);
	background-repeat:repeat-x;
	height:40px;
}

/*- footerTabs--------------------------- */ 


    #footerTabs {
      float:left;
      width:764px;
      line-height:normal;
      }
    #tafooterTabsbs ul {
	  margin:0;
	  padding:8px 10px 0 0px;
	  list-style:none;
      }
    #footerTabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #footerTabs a {
      float:left;
      margin:0;
      padding:0 0 0 6px;
      text-decoration:none;
      }
    #footerTabs a span {
      float:left;
      display:block;
      padding:10px 5px 18px 5px;
      color:#fff;
	  font-weight:bold;
	  font-size:14px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #footerTabs a span {float:none;}
    /* End IE5-Mac hack */
    #footerTabs a:hover span {
      color:#666;
      }
    #footerTabs a:hover {
      background-position:0% -40px;
      }
    #footerTabs a:hover span {
      background-position:100% -40px;
      }

/*- footerTabs--------------------------- */ 

.footerCopy span {
      float:left;
      display:block;
      padding:10px 10px 18px 10px;
      color:#666;
	  font-weight:bold;
	  font-size:14px;
	  color:#fff;
      }
	  
	  
#content {
	padding:10px;
/*	height:475px;	
	overflow:auto;	*/
}

#homepagebg {
	background-image:url(images/home_page_BG.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:501px;
}
#homecontentpara1{ width:350px; padding-bottom:10px;}
#homecontentpara2{ width:400px; padding-bottom:10px;}
#homecontentpara3{ width:480px; padding-bottom:10px;}

#content h1 { 
	font-size:14px;
}

#content h1 { 
	font-size:16px;
}
#content h2 { 
	font-size:14px;
}
#content h3 { 
	font-size:14px;
}
#content h4 { 
	font-size:14px;
}
#content h5 { 
	font-size:14px;
}

#sitemap {}
#sitemap a:link { color:#347400}
#sitemap a:visited { color:#347400}
#sitemap a:active { color:#347400}
#sitemap a:hover { color:#000000}

