body {
       background-image: url(images/gui/background.jpg);
       background-repeat: repeat-y;
	   margin-top: 0px;
	   margin-bottom: 0px;
	   margin-left: 0px;
	   margin-right: 0px;
}

.border td {
	   border-bottom:1px solid #000000;
	   text-transform: capitalize;	   
}

a {
       color: #000000;
	   background-color: transparent;
}

a:hover {
       color: #000000;
	   background-color: orange;
   	   text-decoration: none;
}

ul {
       list-style-position: inside;
}

.content {
       padding-left: 120px;
	   padding-top: 5px;
	   padding-right: 5px;
	   padding-bottom: 5px;
	   margin-left: 10px;
       color: #000000;
	   background-color: #FFFFFF;
       background-image: url(images/gui/whitetile.jpg);
       background-repeat: repeat;
	   text-align: left;
}
.photos img {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}


h1 {
	   font-family:Arial, sans-serif;
	   font-size:16px;
	   font-weight:bold;
	   color:#FFFFFF;
	   text-transform: capitalize;
	   margin-top: 2px;
	   margin-bottom: 2px;
	   margin-left: 2px;
	   margin-right: 2px;
}

.pagetitle {
       background-color: #006633;
       background-image: url(images/gui/emeraldtile.jpg);
       background-repeat: repeat;
	   border-left:1px solid #000000;
	   border-right:1px solid #000000;	   
	   border-bottom:1px solid #000000;	   
	   border-top:1px solid #000000;	   	   
}

.header {
       height:85px;
       border-bottom:1px solid #000000;	   
       background-color: #FFFFFF;
       background-image: url(images/gui/title.jpg);
       background-repeat: no-repeat;
	   font-family:Arial, sans-serif;
	   font-size:16px;
	   font-weight:bold;
	   color:#000000;
	   padding: 6px 6px 6px 6px;
}

.topnav {
       background-color:#003366;
	   color:#000000;
	   word-spacing: -5px;
	   white-space: nowrap;
}

.topbar {
       background-color: orange;
	   color:#000000;	   
       height:5px;	   
	   border-bottom:1px solid #000000;
}

.buttons {
	   padding: 2px 6px 2px 6px;
	   text-transform:uppercase;
	   font-family:Verdana, sans-serif;
	   font-weight:bold;
	   font-size:.7em;
	   left: 0px;
}

.buttons a {
       padding: 2px 6px 2px 6px;
	   border-right:1px solid #000000;
	   font-family:Arial, sans-serif;
	   font-weight:bold;
	   color:#FFFFFF;
	   background-color: transparent;
	   text-decoration:none;
}

.buttons a:hover {
       padding: 2px 6px 2px 6px;
       border-right:1px solid #000000;
	   font-family:Arial, sans-serif;
	   font-weight:bold;
	   color:#FFFFFF;
	   text-decoration:none;
	   background-color:orange;
}

.buttons strong {
       padding: 3px 3px;
	   border-right:1px solid #000000;
	   font-family:Arial, sans-serif;
	   font-weight:bold;
	   color:#FFFFFF;
	   text-decoration:none;
	   background-color:orange;
}

.leftnav {
	   font-family:Verdana, sans-serif;
	   font-size:14px;
       width:90px;
	   background-color:#BBBAAC;
	   color: #000000;
	   border-left:1px solid #000000;
	   border-right:1px solid #000000;
	   border-bottom:1px solid #000000;	   
	   border-top:1px solid #000000;	   	   
       padding-top: 5px;
	   padding-bottom: 5px;
	   padding-left: 5px;
	   padding-right: 5px;	   
	   float:left;
}

.leftnav a {
       padding: 1px 1px;
	   text-decoration:none;
	   color:#000000;
	   background-color: transparent;
	   display: list-item;
	   list-style-type: none;
}

.leftnav a:hover {
       padding: 1px 1px;
	   text-decoration:none;
	   color:#FFFFFF;
       background-color: #006633;
       background-image: url(images/gui/emeraldtile.jpg);
       background-repeat: repeat;
}

.date {
	   font-family:Verdana, sans-serif;
	   font-size:10px;	   
	   color: #000000;
       font-weight: bold; 
       background-color: transparent;
       letter-spacing: 2pt;
       font-variant: small-caps;
}

.body {
       padding:5px 5px 5px 5px;
	   font-family:Verdana, sans-serif;
}

.footer {
	   font-family:Verdana, sans-serif;
	   font-size:10px;	   
	   background-color:#000000;
	   color: #FFFFFF;
	   clear:both;
}

.footer a {
	   font-family:Verdana, sans-serif;
	   font-size:10px;	   
   	   text-decoration:none;
	   background-color:#000000;
	   color: #FFFFFF;
	   clear:both;
}

.footer a:hover {
	   font-family:Verdana, sans-serif;
	   font-size:10px;	   
   	   text-decoration:none;
	   background-color:orange;
	   color: #FFFFFF;
	   clear:both;
}

