/* ------------------------- 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:14px;
  background-color:#000;

}

td {
	font-family: Arial, helvetica, sans-serif;
	  font-size:12px;
}

th {
	font-family: Arial, helvetica, sans-serif;
	  font-size:12px;
}
.head {
  background-image:url(images/headbg.jpg);
  background-repeat:repeat-x;
 }
 .moffset {
 	margin-left:20px;
	padding-left:20px;
	margin-right:20px;
	padding-right:20px;
	font-size:14px;
}
.rightside {
	background-image:url(images/rightfieldbox.jpg);
	background-repeat:repeat-y;
}
.purplelg {
	color:#502d8d;
	font-size:16px;
	font-weight:bold;
}
.red14 {
	color:#CC0000;
	font-size:14px;
	font-weight: bold;
}
/*End of Body----------------------------------- */

/*Start of wraps---------------------------------*/
.wrapleft {
	float:left;
	margin:0 0 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---------------------*/
.bordertop {
	border-top: 2px solid #0ebaeb;
	border-left: 2px solid #0ebaeb;
	border-right: 2px solid #0ebaeb;
	border-bottom: 2px solid #0ebaeb;
}
.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: 2px solid #eb1560;
	border-right: 0px solid #FF0000;
	border-bottom: 0px solid #FF0000;
}
.borderleft	{
	border-top: 0px solid #FF0000;
	border-left: 0px solid #eb1560;
	border-right: 2px solid #eb1560;
	border-bottom: 0px solid #FF0000;
	margin-right: 2px;
	padding-right: 2px;
	margin-left: 2px;
	padding-left: 2px;
}

.frametop	{
	border-top: 0px solid #676767;
	border-left: 0px solid #676767;
	border-right: 3px solid #676767;
	border-bottom: 4px solid #676767;
}
.framemid	{
	border-top: 0px solid #676767;
	border-left: 4px solid #676767;
	border-right: 4px solid #676767;
	border-bottom: 0px solid #676767;
}
.framebot	{
	border-top: 0px solid #676767;
	border-left: 4px solid #676767;
	border-right: 4px solid #676767;
	border-bottom: 4px solid #676767;
}
/* 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:#0ebaeb;
}
.copyright a:hover {
    font-size: 10px;
    text-align: center;
	text-decoration: underline;
}
.footer {
	color:#000;
    text-align: center;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-color:#eb1560;
}
.footer a:link{
    text-align: center;
	color:#000;
	text-decoration: none;
}
.footer a:visited{
	color:#000;	
	text-decoration: none;
}
.footer a:hover{
	color:#0ebaeb;
	text-decoration: underline;
}
/* End of copyright and footer-------------------- */

/* -----------------------Style sheet by B&J Graphics -------------------*/