body {
	height:100%;
	width:100%;
	background-color: #30AC30;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
.bg {
	height:100%;
	width:100%;
	background-position: center top;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	}
.left_shadow {
	background-image: url(../img/left_shadow.png);
	background-repeat: repeat-y;
	background-position:right
	}
.right_shadow {
	background-image: url(../img/right_shadow.png);
	background-repeat:repeat-y;
	background-position:left;
	}
.content_body {
	margin-left:20px;
	margin-right:20px;
	}
.content_title {
	font:"AvantGarde Bk BT";
	font-size:15px;
	font-weight:bold;
	color:#005A00;
	}
.content_title2 {
	font:"AvantGarde Bk BT";
	font-size:20px;
	font-weight:bold;
	color:#005A00;
	}
.content {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align: justify;
	}
.content2 {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
.content3 {
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	text-align: justify;
	}
.footer {
	font:Arial, Helvetica, sans-serif;
	color:#006600;
	font-size:11px;
	}
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;

}
a.footerlink:hover {
	font-family: Arial;
	color:#005A00;
	text-decoration: underline;
}
a.footerlink2:link, a.footerlink2:visited, a.footerlink2:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 11px;
	text-decoration: underline;
	font-weight:bold;

}
a.footerlink2:hover {
	font-family: Arial;
	color:#005A00;
	text-decoration: underline;
	font-weight:bold;
}
.footer_body {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:8px;
	margin-top:8px;
	}

.line {
	background-image:url(../img/line.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.line2 {
	background-image:url(../img/line1.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.news_date {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#005A00;
}
a.news_link:link, a.news_link:visited, a.news_link:active {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align: justify;
	text-decoration: none;
}
a.news_link:hover {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#005A00;
	text-align: justify;
	text-decoration: none;
}
a.forgot:link, a.forgot:visited, a.forgot:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
}
a.forgot:hover {
	font-family: arial;
	color:#990000;
	text-decoration: underline;
}
.staff{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a.prolink:link, a.prolink:visited, a.prolink:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
a.prolink:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#993300;
	font-weight:bold;
	text-decoration:none;
}
.prolink_on {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#993300;
	font-weight:bold;
	text-decoration:none;
}
.prolinkbody {
	margin-left:10px;
	margin-top:8px;
	margin-bottom:8px;
}
.procontitle {
	font-family:"Century Gothic";
	font-size:15px;
	color:#000000;
	font-weight:bold;
}
.protable_box{
	border: 1px solid #C1C1C1;
}
.protable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.protable2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.protable3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.text {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

/**
 * The CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation, either version 3 of the License, or (at your option)
 * any later version.
 *
 * Shadowbox is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
 * more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Shadowbox.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007 Michael J. I. Jackson
 * @license     http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL 3.0
 * @version     SVN: $Id: shadowbox.js 150 2007-12-04 18:42:03Z michael $
 */

/*_________________________________________________________________  Overlay  */
#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 998;
}

/*_______________________________________________________________  Container  */
#shadowbox_container {
  position: fixed;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center; /* centers in quirks and IE */
}

/*_______________________________________________________________  Shadowbox  */
#shadowbox {
  display: none;
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  text-align: left; /* reset left alignment */
}

/*___________________________________________________________________  Title  */
/*
HTML snapshot:
<div id="shadowbox_title">
  <div id="shadowbox_title_inner">Title Here</div>
</div>
*/
#shadowbox_title {
  height: 25px;
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  padding: 5px 0 4px 8px;
  color: #fff;
}

/*____________________________________________________________________  Body  */
/*
HTML snapsnot:
<div id="shadowbox_body">
  <div id="shadowbox_body_inner">
    <img src="my_image.jpg" id="shadowbox_content" height="350" width="580">
  </div>
  <div id="shadowbox_loading">
    <img src="images/loading.gif" alt="loading"></div>
    <span><a href="javascript:Shadowbox.close();">Cancel</a></span>
  </div>
</div>
*/
#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  background-color: #000;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #222;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
}

#shadowbox_content.html { /* make html content scrollable */
  height: 100%;
  width: 100%;
  overflow: auto;
}

/*_________________________________________________________________  Toolbar  */
/*
HTML snapshot:
<div id="shadowbox_toolbar">
  <div id="shadowbox_toolbar_inner">
    <div id="shadowbox_nav_close">
      <a href="javascript:Shadowbox.close();"><span class="shortcut">C</span>lose</a>
    </div>
    <div id="shadowbox_nav_next">
      <a href="javascript:Shadowbox.next();"><span class="shortcut">N</span>ext</a>
    </div>
    <div id="shadowbox_nav_previous">
      <a href="javascript:Shadowbox.previous();"><span class="shortcut">P</span>revious</a>
    </div>
    <div id="shadowbox_counter">
      <a href="javascript:Shadowbox.change(0);">1</a>
      <a href="javascript:Shadowbox.change(1);" class="shadowbox_counter_current">2</a>
      <a href="javascript:Shadowbox.change(2);">3</a>
    </div>
  </div>
</div>
*/
#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 20px;
  color: #fff;
}
#shadowbox_toolbar_inner div {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
#shadowbox_toolbar_inner div span.shortcut {
  text-decoration: underline;
  font-weight: bold;
}
#shadowbox_toolbar_inner div a {
  text-decoration: none;
  color: #fff;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
  float: right;
  padding-right: 10px;
}
#shadowbox_counter {
  float: left;
  padding-left: 10px;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

/*________________________________________________________________  Messages  */
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}

