﻿Body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #F1F7D5;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
/*Center The Template*/
body form 
{
	margin-left:auto;
	margin-right:auto;
	width:912px;
}

P, span, li, ul, ol, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

/* Opera fix ------------------------------------ */
Form.MainForm
{
	margin: 0;
	padding: 0;
}

H1
{
	font-weight: bold;
	font-size: 16pt;
	color: #647258;
	font-family: Tahoma, Geneva, sans-serif;
}
H2
{
	font-weight: bold;
	font-size: 14pt;
	color: #7c9630;
	font-family: Tahoma, Geneva, sans-serif;
}

H3
{
	font-weight: bold;
	font-size: 11pt;
	color: #B0823C;
	font-family: Tahoma, Geneva, sans-serif;
}
H4
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, arial, Helvetica, sans-serif;
}



.breadcrumb {
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #b8ae79;
}
.breadcrumb a:link {
	color: #B8AE79;
	text-decoration: underline;
}
.breadcrumb a:visited {
	color: #b8ae79;
	text-decoration: none;
}
.breadcrumb a:hover { 
	background-color: #f1f7d4;
	color: #54981a;
	text-decoration: underline;
}
.breadcrumb a:active {
	color: #CC6600;
	text-decoration: underline;
}
p a:link {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}





A:link
{
	color: #54981a;
	text-decoration: underline;
}
	
A:visited
	{
	color: #56692a;
	text-decoration: none;
	}
	
A:hover
	{
	background-color: #f1f7d4;
	color: #54981a;
	text-decoration: underline;
	border-bottom-width: 0px;
	}		

.PageTemplateLeft
{
	background-image: url(Images/leftrepeat.jpg);
	width:160;
}

.Copyright
{
	font-size:xx-small;
	font-family: Verdana, Arial, Tahoma;
	color:black;
}
.sidebar {
    z-index: 5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    padding: 0px;
    border-width: 3px;
    border-color: rgb(153,153,102);
    border-style: solid;
    background-color: rgb(51,102,0);
    overflow: hidden;
    }
    
#divFooter
{
	background-color:#96B17C;
	color:White;
	font-size:12px; 
	width:600px; 
	height:220px;
}

#divFooter img
{
	border:none;
	padding:9px;
	padding-bottom:4px; 
}

#divFooter a
{
	color:White;
	background-color:Transparent;
	text-decoration:none;
	font-size:12px;
}

#divFooter a:hover
{
	text-decoration:underline;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(Images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(Images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(Images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(Images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

/* Rounded Corner Box */
div.BoxRound {
  background: 
	url(images/box_round_toplt.gif) 
  top left no-repeat;
  width:285px;
  }
div.BoxRound h2 {
  background: 
	url(images/box_round_toprt.gif) 
  top right no-repeat;
  font-size:1.3em;
  padding:15px;
  margin:0;
  }
div.BoxRound h3 {
  background: 
	url(images/box_round_toprt.gif) 
  top right no-repeat;
  font-size:1.3em;
  padding:15px;
  margin:0;
  }
div.BoxRound h4 {
  background: 
	url(images/box_round_toprt.gif) 
  top right no-repeat;
  font-size:1.0em;
  padding:15px;
  margin:0;
  }
div.BoxRoundBody {
  background: 
	url(images/box_round_rt.gif) 
  top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  }
div.BoxRoundFooter {
  background: 
	url(images/box_round_botlt.gif) 
  bottom left no-repeat;
  }
div.BoxRoundFooter p {
  background: 
	url(images/box_round_botrt.gif) 
  bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }