/***************************************************
   Styles for rounded corners
 ***************************************************/

b.rtop, b.rbottom{display:block}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/***************************************************
   HTML Element Styles
 ***************************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000;
	background-color: #EEE;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  color: #690;
}

h2 {
	font-size: 10px;
	font-weight: bold;
	color: #690;
}

h3 {
  font-size: 10px;
  font-weight: bold;
  color: #069;
}

.title {
  font-size: 20px;
  font-weight: bold;
  color: #690;
  padding-left: 10px;
  padding-right: 10px;
  background: #FFF;
}

.subtitle {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  background: #FFF;
}

#lpanel .heading {
	background-color: #ccff99;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding: 0 0 0 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#lpanel a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  padding-left: 15px;
  background: url(../images/b-1.gif) no-repeat center left;
}

#lpanel a:hover {
  color: #690;
  background: url(../images/b-2.gif) no-repeat center left;
}

a {
	color: #690;
	text-shadow:#333333;
	text-decoration: none;
	padding: 1px;
	font-weight: bold;
}

a:hover {
  color: #666;

  }
  
a.unselected {
color:#333333;
}

a.selected {
text-shadow:#333333;
}

blockquote {
}

.floatimg {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}

#left{
	float:left;
}

/***************************************************
   Navigation
 ***************************************************/
 
#navigation li {
	float:left;
	list-style-type:none;
	font-size: 11px;
	font-weight: bold;
}

#navigation li a {
	display:block;
	padding:0 5px;
	text-decoration:none;
	color: #333333;
	letter-spacing:1px;
}

#navigation li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/***************************************************
   Site Layout Containers
 ***************************************************/

#header {
  width: 748px;
  height: 150px;
  margin: 5px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  background: url(../images/header.jpg) no-repeat top left;
}

#title {
  width: 200px;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0px;
}

#navigation {
	position: absolute;
	top: 144px;
	width: 640px;
	left: 140px;
	height: 40px;
	line-height: 12px;
	padding: 0px;
}


#lpanel {
  position: absolute;
  top: 160px;
  left: 0px;
  margin: 5px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  width: 150px;
}

#content {
  width: 570px;
  margin: 0px 200px 5px 182px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
}


/***************************************************
   Table Layout
 ***************************************************/
.tblhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.tbltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

input:hover
{
    background-color: #cccccc;
}


#footer {
  width: 570px;
  margin: 5px 200px 5px 182px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  text-align: right;
}

#oz a {
	font-weight: normal;
}

#content-pic {
	float: right;
	width: 210px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
