@charset "utf-8";
/* ------------------------- Style sheet by B&J Graphics ---------------------*/
body {
  font-family:  Arial, helvetica, sans-serif;
  font-size:16px;
  background-color:#0b022c;
  background-image:url(images/site-bg.jpg);
  background-repeat:repeat;
}

td {
	font-family: Arial, helvetica, sans-serif;
	  font-size:16px;
}

th {
	font-family: Arial, helvetica, sans-serif;
	  font-size:16px;
}
#overall {
	border: 4px solid #bc861c;
}
.header {
	/* background-image: url(images/headbkgnd.jpg); */
	/* background-repeat: repeat-x; */
}
.sidemain {
	background-image:url(images/side-bg.jpg);
	background-repeat: repeat-y;
	background-color:#036584;
}	
.main-content {
	padding:10px 15px 0 15px;
	background-color:#faf1da;
}
.title {
	background-image:url(images/titlebg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	padding-left: 30px;
}
.red {
	color:#990000;
}
.drksaphire {
	color:#501750;
}
.drkreal {
	color:#036584;
}
.submenu {
    color:#036584;
	font-size:12px;
	font-weight:bold;
}
/* -------Start of wraps---------------------------------*/
.wrapleft {
	float:left;
	margin:0 10px 5px 10px;
	padding:0px;
}
.wrapright {
	float:right;
	margin:0 0 5px 10px;
	padding:15px;
}

/* ------Start of Borders and Frames---------------------*/
.bordertop {
	border-top: 4px solid #FF0000;
	border-left: 4px solid #FF0000;
	border-right: 4px solid #FF0000;
	border-bottom: 0px solid #FF0000;
}

.submenu {
	color:#025076;
	padding:5px 0 5px 0;
	text-decoration: none;
}
.submenu a:link{
	color:#025076;
	text-decoration: none;
}
.submenu a:visited{
	color:#025076;	
	text-decoration: none;
}
.submenu a:hover{
	color:#500651;
	text-decoration: none;
}


/* -----Start of copyright and footer------------------- */
.copyright {
    font-size: 10px;
    text-align: center;
	text-decoration: none;
	color:#dfb757;
}
.copyright a:link {
    font-size: 10px;
    text-align: center;
	text-decoration: none;
	color:#dfb757;
}
.copyright a:visited {
   	color:#dfb757;
	text-decoration: none;
}
.copyright a:hover {
    font-size: 10px;
    text-align: center;
	text-decoration: none;
	color:#ffffff;
}
.sidefoot {
	background-image:url(images/side-foot-corner.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#Footer {
	background-color:#006583;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:0 0 5px 0;
}
.footer {
	color:#dfb757;
    text-align: center;

}
.footer a:link{
    text-align: center;
	color:#dfb757;
	text-decoration: none;
}
.footer a:visited{
	color:#dfb757;	
	text-decoration: none;
}
.footer a:hover{
	color:#ffffff;
	text-decoration: underline;
}
/* -----End of copyright and footer-------------------- */
