/* ------------------------- 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:#c0c1d8;
}

td {
	font-family: Arial, helvetica, sans-serif;
	  font-size:14px;
}

th {
	font-family: Arial, helvetica, sans-serif;
	  font-size:14px;
}
.headerleft {
	background-image: url(images/lefthead.jpg);
	background-repeat: repeat-x;
}
.headerright {
	background-image: url(images/righthead.jpg);
	background-repeat: repeat-x;
}
.main-content {
	height:350px;
}

.bluereg {
	font-size:14px;
	color:#01007F;
}
.lgblue {
	font-size:14px;
	font-weight:bold;
	color:#01007F;
}

/*End of Body----------------------------------- */

/*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: 4px solid #231f20;
	border-left: 4px solid #231f20;
	border-right: 4px solid #231f20;
	border-bottom: 4px solid #231f20;
}
.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 {
    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:#ffffff;
    text-align: center;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	height:50px;
}
.footer a:link{
    text-align: center;
	color:#ffffff;
	text-decoration: none;
}
.footer a:visited{
	color:#ffffff;	
	text-decoration: none;
}
.footer a:hover{
	color:#ffc000;
	text-decoration: underline;
}
/* End of copyright and footer-------------------- */

/* -----------------------Style sheet by B&J Graphics -------------------*/