/* ------------------------- 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:#fff;
}

td {
	font-family: Arial, helvetica, sans-serif;
	  font-size:12px;
}

th {
	font-family: Arial, helvetica, sans-serif;
	  font-size:12px;
}

.offset {
	padding:8px;
	margin:8px;
}
.lgfont  {
	 font-family:  Arial, helvetica, sans-serif;
  	font-size:16px;
}
/*End of Body----------------------------------- */

/*Start of wraps---------------------------------*/
.wrapleft {
	float:left;
	margin:0 0 0px 10px;
	padding:5px;
}
.wrapright {
	float:right;
	margin:0 0 0px 10px;
	padding:5px;
}
.wrapleft2 {
	float:left;
	margin:0 60px 10px 10px;
	padding:15px;
}
.wrapright2 {
	float:right;
	margin:0 60 10px 10px;
	padding:15px;
}

.leftfloat {
	float:left:
}
.rightfloat {
	float:left;
}
/* End of wraps------------------------------------*/

/* Start of Borders and Frames---------------------*/
.bordertop {
	border-top: 2px solid #0324B1;
	border-left: 2px solid #0324B1;
	border-right: 2px solid #0324B1;
	border-bottom: 2px solid #0324B1;
}
.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 #0324B1;
	border-left: 0px solid #0324B1;
	border-right: 0px solid #0324B1;
	border-bottom: 1px solid #0324B1;
}
.borderright	{
	border-top: 0px solid #0324B1;
	border-left: 0px solid #0324B1;
	border-right: 4px solid #FF0000;
	border-bottom: 0px solid #FF0000;
}
.botboarder	{
	border-top: 0px solid #0324B1;
	border-left: 0px solid #0324B1;
	border-right: 0px solid #0324B1;
	border-bottom: 1px solid #000000;
	font-family:  Arial, helvetica, sans-serif;
  	font-size:16px;
}


.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 --------------------------------*/
.mainmenu {
	color:#000;
    text-align: left;
	background-image:url(images/bkgnd.png);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	padding:4px;
	margin:4px;
	height:20px;
}
.mainmenu a:link{
    text-align: left;
	color:#000;
	text-decoration: none;
	padding:0px;
	margin:0px;
		background-image:url(images/bkgnd.png);
	background-repeat:no-repeat;

}
.mainmenu a:visited{
	color:#000;	
	text-decoration: none;
}
.mainmenu a:hover{
	color:#0324B1;
	text-decoration: underline;
	background-image:url(images/bkgnd.png);
	background-repeat:no-repeat;
}
.menu {
    border-top : white 0px solid;
    margin : 0;
	padding-left:5px;
    list-style-type : none;
	background-color:#e5f1fc;

}

.menu ul {
    padding-left : 1em;
}
.menu li {
    list-style-type : none;
    width : 100%;
}

.menu li a.menu-href { 
    display : block;
    padding : 0px 0px;
    font-weight : bold;
    text-decoration : none;
}
.menu li : visited {
	   text-decoration : none;
    background-color : #ADB583;
    color : black;
}
.menu li a.menu-href:hover {
    text-decoration : none;
    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;
	text-decoration: none;
}
.copyright a:hover {
    font-size: 10px;
    text-align: center;
	text-decoration: underline;
}
.footer {
	color:#000;
    text-align: center;
	background-color:#e5f1fc;
	margin-left:20px;
}
.footer a:link{
    text-align: center;
	color:#000;
	text-decoration: none;
}
.footer a:visited{
	color:#000;	
	text-decoration: none;
}
.footer a:hover{
	color:#515252;
	text-decoration: underline;
}

/* End of copyright and footer-------------------- */

/* -----------------------Style sheet by B&J Graphics -------------------*/