body {
  margin: 0;
  padding: 0;
  background-color: #333;
  color: #333;
  font: small Arial, Helvetica, Verdana, sans-serif;
  font-size: 10pt;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 200px; /* Width of Menu Items */
border-bottom: 1px solid #9ACC9B;
color: black;
background-color: white;
font-weight: normal;
opacity: .5;
filter: alpha(opacity=50);
}
	
.suckerdiv ul li{
position: relative;
text-align: left;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 200px; /*sub menu width*/
top: 0;
visibility: hidden;
color: black;
font-weight: normal;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border: 1px solid #9ACC9B;
border-bottom: 0;
font-weight: normal;
}

.suckerdiv ul li a:visited{
color: black;
background-color: white;
}

.suckerdiv ul li a:hover{
background-color: #9ACC9B;
color: black;
}

.suckerdiv .subfolderstyle{
background: url(/images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */



a:link, a:visited { 
   font-size: 10pt;
   text-decoration: none;
   color: green;
}

a:hover {
    font-size: 10pt;
	text-decoration: underline;
	color: black;
}

a:active { 
     font-size: 10pt;
	 text-decoration: none;
	 color: green;
}

#wrapper {
  background-color: white;
  color: black;
  margin: 30px 40px 30px 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.PageTitle {
	color: #9ACC9B;
	font-size: 14pt;
	font-weight: bold;
	background-color: white;
}

#mainlogowrapper {
	width: 100%;
	height: 141px;
	background-image: url(images/logorepeat.jpg);
	border: 1px solid yellow;
}

#logo {
	width: 100%;
	height: 141px;
	background-image: url(images/logorepeat.jpg);
}

#logoimg {
	float: left;
	border: none;
}

.logotext {
	text-align: right;
	width: 99%;
	padding-top: 52px;
	font-size: 10pt;
	font-weight: bold;	
}

#leftmenucontainer {
	width: 250px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	float: left;
	height: 100%;
	min-height: 100%;
}

.largeletter {

float: left;
width: 55px;
font-size: 60px;
line-height: 45px;
font-weight: normal;
color:#99CC99;
font-family: georgia, times;

}

.imageborder {
border: 1px solid #008000;
}


#header-bottom {
  margin-top: 2px;
  border-top: 1px solid #99CC99;
  border-bottom: 1px solid #99CC99;
  font-size: 10pt;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: 0 30px 0 0;
  text-align: right;
}
#header-bottom li {
  display: inline;
  background-color: #fdf8f2;
  color: #050845;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
  border-bottom: none;
}

#header-bottom a:hover {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #ccc;
  border-bottom: none;
}

#header-bottom a:active, {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
  border-bottom: none;
}

#ball {
  position: absolute;
  top: 110px;
  right: 55px;
}
#main {
  width: 100%;
  margin-top: 10px;
}
#content {
  margin: 0 0px 0 230px;
  background-color: white;
  color: black;
  line-height: 1.5em;
  min-height: 300px;
  
}

.prop {
    height:325px;
    float:right;
    width:1px;
	border: 1px white solid;
	display: inline;
  }


#contentpadded {
  padding-right: 5px;
  background-color: white;
  color: black;
  line-height: 1.5em;
  text-align:justify;
  
}
#mainfeature {
  background-image: url(img/mainimg.jpg);
  background-repeat: no-repeat;
  background-color: #112236;
  color: white;
  padding: 2em 2em 1em 200px;
  height: 1%;
}
#mainfeature h2 {
  margin: 0;
  font-weight: normal;
  font-size: 140%;
}
#mainfeature p {
  font-size: 110%;
}
#mainfeature p.more {
  margin-top: 0;
  text-align: right;
}
#mainfeature p.more a:link, #mainfeature p.more a:visited {
  color: white;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#content .inner {
  margin: 10px 20px 10px 40px;
  color: black;
}
#content .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #9ACC9B;
  font-size: 110%;
}
#content .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .inner h3 {
  font-size: 130%;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}
#content .inner p {
  color: #666666;
  font-size: 90%;
}
#content .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content .inner p.author {
  font-weight:  bold;
}
#content .inner p.more{
  margin-top: 0;
  text-align: right;
}
#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  background-image: url(img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}

}
#searchform .text {
  width: 196px;
  border: 1px solid #45bac0;
}
#searchform .searchbutton {
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}
#searchform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
}

#sidebar2 {
  float: left;
  width: 225px;
  background-color: white;
  color: black;
  margin: 0;
  padding: 0;
}
#sidebar2 .inner {
  margin:  10px;
}
#sidebar2 p {
  font-size: 90%;
  color: #666666;
}
#sidebar2 a:link, #sidebar2 a:visited {
  color: black;
  font-weight: normal;
}
#sidebar2 h3 {
  color: #ccc;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #9ACC9B;
  font-size:  110%;
}
#nav {
  list-style: none;
  margin: 0;
  padding:  0;
}
#nav li {
  border-bottom: 1px solid #9ACC9B;
  padding: 0.4em 0 0.2em 0;
  font-size:  90%;
}
#nav li a:link, #nav li a:visited {
  text-decoration: none;
  color: #333;
  font-weight: normal;
  border-bottom: none;
}

#nav li a:hover {
text-decoration: none;
  color: #ccc;
  font-weight: normal;
  border-bottom: none;
  background-color: white;
}

#nav li a:active {
  text-decoration: none;
  color: #333;
  font-weight: normal;
  border-bottom: none;
 
}
#bloglatest h4 {
  color: #ff4e00;
  font-size: 100%;
  font-weight: bold;
}
#blog {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: url(img/more-bullet.gif);
}
#blog li {
  font-size: 90%;
  padding-bottom: 0.5em;
  color: #ff4e00;
  font-weight: bold;
}
#newsletterform .text {
  width: 135px;
  border: 1px solid #45bac0;
}
#newsletterform .searchbutton {
  text-align: right;
  margin-top: 4px;
}
#newsletterform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
  font-size: 80%;
}
#footer {
  width: 100%;
  border-top: 1px solid #9ACC9B;
  border-bottom: 1px solid #9ACC9B;
  margin-top: 10px;
  clear: both;
  background-color: #99CC99;
}
#footer p {
  font-size: 8pt;
  color: black;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
  text-align: center;
}

#footer p a:link{
  font-size: 8pt;
  color: black;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
  text-align: center;
  text-decoration: none;
  background-color: #99CC99;
}

#footer p a:visited{
  font-size: 8pt;
  color: black;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
  text-align: center;
  text-decoration: none;
  background-color: #99CC99;
}
#footer p a:hover{
  font-size: 8pt;
  color: black;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
  text-align: center;
  text-decoration: underline;
  background-color: #99CC99;
}
#footer p a:active{
  font-size: 8pt;
  color: black;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
  text-align: center;
  text-decoration: none;
  background-color: #99CC99;
}

fieldset {
    font: 12pt "Helvetica Neue", helvetica, arial, sans-serif;
    color: #666;
    background-color: white;
    border: 1px solid #9ACC9B;
    width: 400px;
	margin-bottom: 5px;
	padding-bottom: 5px;

    }
	
legend {
    color: #333;
    font-weight: bold;
    font-variant: small-caps;
    background-color: white;
    padding: 2px 6px;
    margin-bottom: 8px;
	border: 1px solid #9ACC9B;
    }


label  {
    font-weight: bold;
    line-height: normal;
    text-align: right;
    margin-right: 10px;
    position: relative;
    display: block;
    float: left;
    width: 125px;
    }
	
label.fieldLabel  {
    display: inline;
    float: left;
    }
	
.questions {
font-weight: bold;
    line-height: normal;
    text-align: right;
    margin-right: 10px;
    position: relative;
    display: block;
    float: left;
    width: 300px;
	text-align: left;
}
	
form { 
 padding: 5px; 
 width: 75%;
 margin-bottom: 5px;
}

textarea {
	border: solid 1px #9ACC9B;
	color: #333;
	background-color: white;
	font: 10pt "Helvetica Neue", helvetica, arial, sans-serif;
	width: 350px;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
float: none;
}

input.formInputText  {
    font-size: .8em;
    color: #333;
    background-color: white;
    padding: 2px;
    border: solid 1px #9ACC9B;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 20px;
	width: 200px;
}
	
.message {
	font-size: 10pt;
	font-weight: bold;
	color: red;
	text-align: left;
	background-color: white;
	margin-left: 25px;
}

.searchtxt {
	font: 10pt "Helvetica Neue", helvetica, arial, sans-serif;
	color: #333;
	background-color: inherit;
}

.maincategory td {
	border: 1px black solid;
	padding: 5px;
}

.catlink a {
border: none;
}

.viewdetailed {
  background-color: white;
  color: #333;
  font: small Arial, Helvetica, Verdana, sans-serif;
  font-size: 8pt;
}
	





