/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #9FB457 url(images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	color: #0D5D1D;
}

h1 {
	font-size: 20px;
}

h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight:700;
}

h3 {
	margin-bottom: 10px;
	font-size: 12px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E3E3E;
}



p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.7em;
	text-align: left;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding-left: 12px;
	background: url(images/homepage13.gif) no-repeat 0px 5px;
}

#navcontainer ul { list-style-type: none; }

/** LINKS */

a {
	color: #87AB02;
}

a:hover {
	text-decoration: none;
}

.more {
	padding-left: 12px;
	background: url(images/homepage13.gif) no-repeat 0px 5px;
}

/** MISC */



.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

img.border {
	padding: 2px;
	border: 1px solid #969696;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.ltgrey	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.tinytext-white	{ COLOR: #FFFFFF; FONT: 11px arial, sans-serif; font-weight: normal; }

.tinytext-grey	{ COLOR: #3E3E3E; FONT: 11px arial, sans-serif; font-weight: normal; }

.rednotes	{ COLOR: #C11B17; FONT: 11px arial, sans-serif; font-weight: normal; }

.announce-lg	{ COLOR: #0D5D1D; FONT: 16px arial, sans-serif; font-weight: bold; }


#swirlbar {
	margin-bottom: 20px;
	margin-left: 45px;
}


#visitus {
	margin-bottom: 10px;
	margin-left: 25px;
}


/** HEADER */

#header {
	width: 754px;
	height: 18px;
	padding: 62px 0px 0px 0px;
}

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


    #tabs {
      float:left;
      width:100%;
      background:#BBD9EE;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 310px;
	list-style:none;
      }
    #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 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

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

    #tabsK {
      float:left;
      width:100%;
      background:#E7E5E2;
      font-size:98%;
      line-height:normal;
	  border-bottom:1px solid #54545C;
      }
    #tabsK ul {
	margin:0;
	padding:10px 10px 0 310px;
	list-style:none;
      }
    #tabsK li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsK a {
      float:left;
      background:url("images/tableftK.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsK a span {
      float:left;
      display:block;
      background:url("images/tabrightK.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsK a span {float:none;}
    /* End IE5-Mac hack */
    #tabsK a:hover span {
      color:#FFF;
	  background-position:100% -42px;
      }
    #tabsK a:hover {
      background-position:0% -42px;
      }
    #tabsK a:hover span {
      background-position:100% -42px;
	  }

/** PAGE */

#page {
	width: 754px;
	background: #FFFFFF url(images/homepage04.gif) repeat-y left top;
}

#page.wide {
	background: #FFFFFF;
}

/** CONTENT */


#topbanner {
	background: #FFFFFF;
	border-bottom:1px solid #54545C;
}

#banner {
	width: 260px;
	height: 100px;
	padding: 25px;
	background: url(images/homepage06.gif) repeat-x top;
	border: 2px solid #FFFFFF;
}

#content {
	width: 360px;
	padding: 25px;
	background: url(images/homepage06.gif) repeat-x left top;
	border: 3px solid #FFFFFF;
}

#content2 {
	width: 650px;
	padding: 25px;
	background: url(images/homepage06.gif) repeat-x left top;
	border: 3px solid #FFFFFF;
}


.wide #content {
	width: auto;
	background: #FFFFFF;
}



/** SIDEBAR */

#sidebar {
	width: 240px;
	padding: 25px 25px 25px 25px;
	background: url(images/homepage05.gif) repeat-x left top;
	border: 3px solid #FFFFFF;
}

#sidebar img.border {
	border-color: #555555;
}

#sidebar h2, #sidebar h3, #sidebar h4
{
	color: #ffffff;
}

#meetings {
	width: 230px;
	padding: 0px 20px 0px 5px;
    vertical-align: top;
	position:absolute;
	top:510px
}

#announce {
	width: 355px;
	padding: 2px 2px 2px 2px;
	background: url(images/homepage05.gif) repeat-x left top;
	border: 2px solid #FFFFFF;
}


/** FOOTER */

#footer {
	width: 754px;
	height: 105px;
	margin: 0px auto;
	background: url(images/homepage07.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	color: #6FA574;
}