/***************************************************

   HTML Element Styles

 ***************************************************/



body {

  margin: 0px;

  padding: 0px;

  font-family: verdana, arial, helvetica, sans-serif;

  font-size: 10px;

  line-height: 20px;

  color: #333300;

  background-color: #FFFFFF;

}



h1 {

  font-size: 14px;

  font-weight: bold;

  color: #690;

}



h2 {

  font-size: 10px;

  font-weight: bold;

  color: #339966;

}



h3 {

  font-size: 10px;

  font-weight: bold;

  color: #069;

}



.title {

  font-size: 20px;

  font-weight: bold;

  color: #003300;

  border-left: 5px solid #F90;

  padding-left: 5px;

}



.subtitle {

	font-size: 11px;

	font-weight: bold;

	color: #333333;

	border-left: 5px solid #FFF;

	padding-left: 5px;

	font-style: oblique;

	font-family: "Franklin Gothic Book";

	background-repeat: no-repeat;

}



#lpanel .heading {

  background-color: #F5F804;

  font-size: 10px;

  font-weight: bold;

  color: #003333;

  text-align: center;

  padding: 0px;

  margin-top: 5px;

  margin-bottom: 5px;

}



#lpanel a {

	color: #006600;

	text-decoration: none;

	font-weight: bold;

	padding-left: 15px;

	height: auto;

	width: auto;

	background-image: url(../images/b-1.gif);

	background-repeat: no-repeat;

	background-position: center left;

}



#lpanel a:hover {

	color: #0000FF;

	background-color: #FFFFFF;

	background-image: url(../images/b-2.gif);

	background-repeat: no-repeat;

	background-position: center left;

}



a {

  text-decoration: none;

  padding: 1px;

}



a:hover {

  color: #003300;

  background-color: #EEE;

}



img {

  float: right;

  padding-left: 10px;

  padding-right: 10px;

}



/***************************************************

   Site Layout Containers

 ***************************************************/



#header {

  width: 748px;

  height: 150px;

  margin: 5px;

  padding: 10px;

  border: 1px solid #DDD;

  background: #FFF url(../images/header6.gif) no-repeat left top;

}



#title {

	position: absolute;

	top: 28px;

	left: 10px;

	padding: 10px;

	color: #003300;

	width: 135px;

	height: 43px;

}



#lpanel {

	position: absolute;

	top: 178px;

	left: -1px;

	margin: 5px;

	padding: 10px;

	border: 1px solid #DDD;

	width: 150px;

	height: auto;

	visibility: inherit;

	background-color: #FFFFFF;

	color: #003399;

}



#content {

	width: 570px;

	margin: 0px 200px 5px 182px;

	padding: 10px;

	background-color: #FFF;

	border: 1px solid #DDD;

	height: auto;

}



#footer {

	width: 570px;

	margin: 5px 200px 5px 182px;

	padding: 10px;

	background-color: #FFFFFF;

	border: 1px solid #DDD;

	text-align: right;

	color: #003300;

	background-image: none;

	height: auto;

}

