/* ------------------------- 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:#fff;
}

td {
	font-family: Arial, helvetica, sans-serif;
	  font-size:14px;
}

th {
	font-family: Arial, helvetica, sans-serif;
	  font-size:14px;
}
.backgrnd {
	background-color:#69dbe4;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
}
.backgrnd2 {
	background-color:#cbf6f9;
	background-image:url(images/background2.jpg);
	background-repeat:no-repeat;
}
.head {
	background-image:url(images/headbg.jpg);
	background-repeat:repeat-x;
}
.grntxt18 {
	color:#006600;
	font-size:18px;
}
.boldital {
	font-style:italic;
	font-weight:bold;
	font-size:18px;	
}
.dkblue16 {
	color: #000099;
	font-size:20px;
}
h1 {
	font-size:36px;
	color: #FFCC00;
}
.18font {
	font-size: 18px;
	font-weight: bold;
}
.bigbold {
	font-size:large;
	font-weight: bold;
}
.big {
	font-size:large;
}
.bigyellow {
	color:#FDD03F;
	font-size:22px;
}

/*End of Body----------------------------------- */

/*Start of wraps---------------------------------*/
.flash {
	margin-top:5px;
}
.wrapleft {
	float:left;
	margin: 0 0 10px 10px;
	padding-right:20px;
}
.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: 4px solid #FF0000;
	border-left: 4px solid #FF0000;
	border-right: 4px solid #FF0000;
	border-bottom: 0px solid #FF0000;
}
.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;
}


.frame-tl	{
	background-image:url(images/tl.jpg);
	background-repeat:no-repeat;
	height: 20px;
	
}
.frame-tm	{
	background-image:url(images/tm.jpg);
	background-repeat:repeat-x;
	
}
.frame-tr	{
	background-image:url(images/tr.jpg);
	background-repeat:no-repeat;
	width: 25px;
}

.frame-ml	{
	background-image:url(images/ml.jpg);
	background-repeat:repeat-y;
}
.frame-mr	{
	background-image:url(images/mr.jpg);
	background-repeat:repeat-y;
}
.frame-bl	{
	background-image:url(images/bl.jpg);
	background-repeat:no-repeat;
	height: 30px;
}
.frame-bm	{
	background-image:url(images/bm.jpg);
	background-repeat:repeat-x;
}
.frame-br	{
	background-image:url(images/br.jpg);
	background-repeat:no-repeat;
}
/* 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;
}
.foot {
	color:#000;
    text-align: center;
	background-color:transparent;

}
.footer {
	color:#000;
    text-align: center;

}
.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;
}
.offset {
	padding-left:50px;
	padding-right:50px;
}
.essayline {
  line-height:140%;
 }
/* -----------------------Style sheet by B&J Graphics -------------------*/