/* Page setup */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	background:#fff;
	height: 110%;
	font-size:14px;
	font-face: Times New Roman;
	color: #000;
}

.container
{
	vertical-align: text-top;
	margin-top: 20px;
	margin-left: auto; 
	margin-right: auto;
	background: #fff;
	width: 940px;
	overflow: hidden;
}

*/ Link Setup */
a 
{
	color:#369;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}

.logo
{
	margin:10px 0 5px;
	border: 0px solid #007a00;
}

/* General Text Styles */
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

.images
{
	margin: 5px 5px 5px 5px;
}

/* Format for Flash */
.flashtbl
{
	border: 0px solid #007a00;
	width: 945px;
	height: 155px;
	padding: 0px;
	margin: 0px;
	cellspacing: 0px;
}

/* News Text Just Below Menu */
.topnews
{
	border-top: 0px solid #007a00;
	width: 940px;
	height: 80px;
	padding: 0px;
	padding-right: 10px;
	cellspacing: 0px;
}

.topnews img
{
	border: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: right;
}

/* Titles in block section */
.titles
{
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin-bottom: 1em;
	margin-top: 1em;
}

.titles a
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

.titles a:hover
{
	text-decoration: underline;
	color:  #007a00;
}

p.titles
{
	background-color: #007a00;
	color: #ff0;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Formatting links at top of page */
.toplinks           
{ 
	text-align: left;
	border: solid #fff 0px; 
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	z-index: 200;
	color: #000000;
	font-size: 12px;
}

.toplinks a
{
	color: #000000;
	text-decoration: none;
}

.toplinks a:hover
{
	text-decoration: underline;
	color: #000000;
	background-color: #ffffff;
}

.search
{
	font-size: 9px;
}


.tablefooter
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	border: 0px;
	background: #007a00;
	width: 100%;
	height: 60px;
}

.tdfooter1
{
	text-align: left;
	width: 80%;
	color: #fff;
	font-size: 11px; 

}

.tdfooter1 a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.tdfooter1 a:hover
{
	color: #ff0;
	text-decoration: underline;
}

.tdfooter2
{
	text-align: right;
	width: 20%;
	color: #fff;
	font-size: 9px; 

}

.tdfooter2 a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 9px;
	padding-right: 9px;
}

.tdfooter2 a:hover
{
	color: #ff0;
	text-decoration: underline;
}

.tdfooter3
{
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	color: #fff;
	font-size: 9px; 

}

.trfooter
{
	border: 0px;
	background: #007a00;
	vertical-align: text-top;
}

      #sidebar {
        padding : 10px;
        background-color : #e8e8e8;
      }

      #sidebar h2 {
        margin-top : 8px;
        margin-bottom : 8px;
        font-size : 11px;
        border-bottom : 1px solid rgb(204, 204, 204);
        color : rgb(51, 51, 51);
      }

      #sidebar a {
        line-height : 20px;
        border-bottom : 1px solid rgb(221, 204, 204);
        color : rgb(204, 0, 0);
        text-decoration : none;
      }

      #sidebar a:hover {
        border-bottom : 2px solid rgb(204, 0, 0);
      }

      #searchForm input.gsc-input {
        padding : 2px;
        color : rgb(51, 51, 51);
        border : 1px solid rgb(204, 204, 204);
      }

      .gs-webResult .gs-snippet { 
         display : block; 
         width: 930px;
      }

      #searchResults div.gs-visibleUrl-long, {
        display: block;
        width: 900px;
      }

      #searchResults div.gs-visibleUrl-short, {
        display: block;
      }
