/* ------------------------- 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:16px;
}
.mainback {
	background-image:url(images/bodybk.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.mainback2 {
	background-color: #0087be;
}

td {
	font-family: Arial, helvetica, sans-serif;
	  font-size:16px;
}

th {
	font-family: Arial, helvetica, sans-serif;
	  font-size:16px;
}

a:link {
	color:#CC0A46;
	text-decoration:none;
}
a:visited {
	color:#CC0A46;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration: underline;	
}
ul {
	list-style-position:inside;
	list-style:disc;
	margin-left:0px;
	font-weight:bold;
}
/*End of Body----------------------------------- */

.red18 {
	color:#CC0A46;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}

/*Start of wraps---------------------------------*/
.wrapleft {
	float:left;
	margin:0px 5px 0px 0px;
	padding:5px;
}
.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------------------------------------*/
.headbkleft {
	background-image:url(images/repeathead.jpg);
	background-repeat: repeat-x;
}
.headbkright {
	background-image:url(images/headright.jpg);
	background-repeat:repeat-x;
}
/* Start of Borders and Frames---------------------*/
.bordertop {
	border-top: 4px solid #000000;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
}
.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;
}


.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 {
	text-decoration: none;
}
.copyright a: visited {
   	color:#333333
}
.copyright a:hover {
    text-align: center;
	text-decoration: none;
}
.footer {
	color:#ffea02;
    text-align: center;
	background-color:#000000;
	padding-top:5px;
	font-size: 14px;
}
.footer a:link{
    text-align: center;
	color:#ffea02;
	text-decoration: none;
	font-weight:normal;
}
.footer a:visited{
	color:#ffea02;	
	text-decoration: none;
}
.footer a:hover{
	color:#EC4519;
	text-decoration: none;
}
/* End of copyright and footer-------------------- */

/* -----------------------Style sheet by B&J Graphics -------------------*/