/* ------------------------- Style sheet by B&J Graphics ---------------------*/
/* -----------------------Please give credit if you use it -------------------*/
/*Start of Body---------------------- */
body {
  font-family:  Arial, helvetica, sans-serif;
  font-size:12px;
  background-color:#000000;
}

td {
	font-family: Arial, helvetica, sans-serif;
	  font-size:12px;
}

th {
	font-family: Arial, helvetica, sans-serif;
	  font-size:12px;
}
.header {
	background-image: url(images/headbkgnd.jpg);
	background-repeat: repeat-x;
}
.bigbold {
	font-size:14px;
	font-weight:bold;
}
.about {
	font-size:16px;
}
.aboutgreen {
	font-size:16px;
	color: #006600;
}
.main-content {
	height:300px;

}
.outer-content {
	border-top: 2px solid #00ea00;
}

.web {
	color: #006600;
	font-weight:bold;
}
.web a:link {
	color:#006600;
	text-decoration:none;
	font-weight:bold;
}
.web a:visited {
	color:#006600;
	text-decoration:none;
}
.web a:hover {
	color:#FFC000;
	text-decoration:none;
}

/*End of Body----------------------------------- */
.lefthead {
	background-image:url(images/leftheadbg.jpg);
	background-repeat:repeat-x;
}
.righthead {
	background-image:url(images/righheadbg.jpg);
	background-repeat:repeat-x;
}

/*Start of wraps---------------------------------*/
.wrapleft {
	float:left;
	margin:0 10px 10px 10px;
	padding:15px;
}
.wrapright {
	float:right;
	margin:0 0 5px 10px;
	padding:15px;
}
.wrapleft2 {
	float:left;
	margin:0 60px 10px 10px;
	padding:15px;
}
.wrapright2 {
	float:right;
	margin:0 60 10px 10px;
	padding:15px;
}
/* End of wraps------------------------------------*/

/* Start of Borders and Frames---------------------*/
.borderoverall {
	border-top: 2px solid #00ea00;
	border-left: 2px solid #00ea00;
	border-right: 2px solid #00ea00;
	border-bottom: 2px solid #00ea00;
}
.bordermid {
	border-top: 0px solid #FF0000;
	border-left: 4px solid #FF0000;
	border-right: 4px solid #FF0000;
	border-bottom: 0px solid #FF0000;
}
.borderbot	{
	border-top: 0px solid #FF0000;
	border-left: 4px solid #FF0000;
	border-right: 4px solid #FF0000;
	border-bottom: 4px solid #FF0000;
}
.borderright	{
	border-top: 0px solid #FF0000;
	border-left: 0px solid #FF0000;
	border-right: 4px solid #FF0000;
	border-bottom: 0px solid #FF0000;
}

/* End of Borders and Frames ------------------------*/

/* Start of List Menu --------------------------------*/
ul.menu {
    border-top : white 2px solid;
    margin : 0;
    padding : 0;
    list-style-type : none;
}


ul.menu li {
    list-style-type : none;
    width : 100%;
}


ul.menu ul {
    padding-left : 1em;
}

ul.menu li a.menu-href { 
    display : block;
    padding : 6px 5px;
    font-weight : bold;
    text-decoration : none;
}

ul.menu li a.menu-href:hover {
    text-decoration : underline;
    background-color : #ADB583;
    color : black;
}
/* End of List Menu --------------------------------*/

/* Start of copyright and footer------------------- */
.copyright {
    font-size: 10px;
    text-align: center;
	text-decoration: none;
}
.copyright a:link {
    font-size: 10px;
    text-align: center;
	text-decoration: none;
}
.copyright a: visited {
   	color:#333333
}
.copyright a:hover {
    font-size: 10px;
    text-align: center;
	text-decoration: underline;
}
.footer {
	color:#000;
    text-align: center;
	background-color:#999999;
	border-top: 2px solid #00ea00;

}
.footer a:link{
    text-align: center;
	color:#000;
	text-decoration: none;
}
.footer a:visited{
	color:#000;	
	text-decoration: none;
}
.footer a:hover{
	color:#00ea00;
	text-decoration: underline;
}
.red {
	color:#FF0000;
}
/* End of copyright and footer-------------------- */

/* -----------------------Style sheet by B&J Graphics -------------------*/