h1{
	font-family: "Trebuchet MS";
	font-size: 2.5em;
	color: #000000;
}

h2{
	font-family: "Trebuchet MS";
	font-size: 2em;
	color: #000000;
}

h3{
	font-family: "Trebuchet MS";
	font-size: 1em;
	color: #000000;
}

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


p{
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 1em;
}

p a{ 
	color:#000000;
	font-family:"Trebuchet MS";
	font-size: 1em;
	text-decoration: none;
}

p a:hover {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:1em;
	text-decoration: underline;
}

a {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size: .85em;
}

a:hover {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size: 0.85em;
}
	
#banner{
	height: 100px;
	width: 100%;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: left;
}

#bannertext {
	font-family:"Trebuchet MS";
	font-size:2em;
	color:#000000;
	padding-left: 20px;
}

#imageleft {
	float:left;
	margin-left: 0.25em;
	margin-right: 0.25em;
}


#mainbody{
	float: left;
	width: 100%;
	}

#sidebarleft{
	padding: 5px;
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 1em;
	text-decoration: none;
	margin-top: 20px;
	width: 15%;
	margin-bottom: 20px;
	margin-right: 5%;
	float: left;
}

 #navlist
{
	padding: .25em;
	font: 1ems;
	width: 7em;
	margin-left: 0.25em;
}

#navlist li
{
	list-style: none;
	margin: 0em;
	text-align: left;
}

#navlist li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 1em solid white;
	background: black;
	text-decoration: none;
	border-right-color: black;
}

#navlist li a:link {
	color: #FFFFFF;
}
#navlist li a:visited {
	color: #FFFFFF;
}

#navlist li a:hover
{
	background: white;
	color: #000000;
	border-right-color: #000000;
	border-color: black;
}

#main {
	float: left;
	font-family: "Trebuchet MS";
	margin-top: 20px;
	width: 75%;
	margin-bottom: 20px;
	padding-left: 5px;
	height: 400px;
	overflow: auto;
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
	clear: both;
	height: 50px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	width: 100%;
	}

#whitelimo{
	width: 40%;
	float: left;
}

#blacklimo {
	width: 40%;
	float: right;
	}
	
label {
	width: 4em;
	float: left;
	text-align: right;
	display: block;
	margin-right: 1em;
}

input {
	color: #ffffff;
	background: #000000;
	font-size: .8em;
}
textarea {
	color: #ffffff;
	background: #000000;
	font-size: 1.2em;
}

.submit input {
	color: #000;
	background: #000000;
	text-align: center;
}
#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:450px; 
  height:300px; 
  border:1px solid #000000; 
  background: url(images/limoblank.gif);
  }
#gallery li {
  float:left;
  }
#gallery li a {
	display:block;
	width:30px;
	height:300px;
	float:left;
	text-decoration:none;
	border-bottom:1px solid #000000;
	cursor:default;
	padding: 0px;
	margin: 0px;
  }
#gallery li a img {
  width:30px; 
  height:300px; 
  border:0;
  }
#gallery li a:hover {
	width:300px;
	background-color: #000000;
  }
#gallery li a:hover img {
  width:300px;
  }

