
html
{
color:#000;
background:url(../images/123.png) no-repeat #fff;
background-position:98% 100%;
border:1.1em solid #121536;
border-top:1.4em solid #121536;
border-bottom:1.5em solid #121536;
}

body
{
	margin:0;
	padding:0;
	background:url(../images/header.jpg) no-repeat;
	border:1px solid #000;
	border-bottom:none;
}

a
{
font-family:"Lucida Sans Unicode", Georgia, "Times New Roman", Serif;
text-decoration:none;
color:#B6C3CB;
color:#E2C2C2;
}

a:hover
{
color:#fee;

}

h1, h2, h3, h4, h5, h6
{
	font-family:"Lucida Sans Unicode", Georgia, "Times New Roman", Serif;
	margin:.5em 0 0 0;
	border-bottom: #BAC7CF solid 2px;
	clear:both;
	color:#482723;
}

h1
{
	font-size:160%;
	margin-bottom:.3em;


}

h2
{
	font-size:130%;

}

h3
{
	font-size:105%;

}

h4
	{text-decoration:none;
}

p
{
	font-family:Verdana, Arial, Sans-serif;
	font-size:90%;
	margin:.5em 1em .5em 0;
	background-color:#fff;
	color:#000;
}






.message{
  padding:1em 1em;
  color:red;
  background-color:#121536;
  text-decoration:none;
  
}



/* Start the CSS for Allen's site */

span{
font-size:70%;  
}



.newstext
{
  margin:0;
  padding:0;
  
}

.more
{
  position:relative;
	font-size:80%;
}

ul.contact{
  padding-left:1em
}
ul.contact li{
  margin:1em 0;
}

li{
    margin:1em 0;
}


table, th, td{
  border:solid 2px black;
}


#path2
{
padding-top:1em;
}
#path2 li
{
margin:0;
padding:0;
}

#path2 a
{
color:#9396B5;
  font-weight:bold;
}

#path2 a:hover
{
color:#292E80;
}


#rightc span, #leftc span{
font-size:.7em;
position:relative;
margin:0;
padding:0;
height:.4em;
}

#rightc a, #leftc a{
  color:#9396B5;
  font-weight:bold;
}
#rightc a:hover, #leftc a:hover{
  color:#292E80;
}

#leftc{
position:relative;
width:31%;
min-height:200px;
float:left;
margin:0 0 0 2%;
padding-right:3%;

}

#nav{
position:relative;
top:-1.4em;
font-size:80%;
text-align:left;
width:100%;
padding:0 0 205px 0;
margin:0;
background:url(../images/signature.png) 3% 79px no-repeat;
}

#nav li
{
position:relative;
background-color:#121536;
display:inline;
  padding:0 2%;
  margin:0;
  

  }

#rightc{
position:relative;
width:59%;
float:right;
min-height:350px;
margin:0 2% 3em 2%;
}




#footer{
position:relative;
clear:both;
padding:0;
color:#fff;

background:url(../images/hline.png) repeat-x 0px -12px #121536;
z-index:9;
padding-top:16px;
top:16px;
width:100.06%;
border-top:2px solid #000;
left:-.03%;

}



#footer .sig
{
float:right;
}









/* ---------------Start lightbox CSS */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left;font-weight:bold;font-style:italic; } /* Busy edit */
#lightboxCaption2{float:left;clear:left;} /* Busy Edit */

a.lightbox div{display:none;}

#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");}

/* --------------End Lightbox CSS */