* { 
margin: 0px; 
padding: 0px; 
}

BODY, TD, P  { font-size : 12px; font-family : verdana, helvetica, arial, sans-serif; color : #2A2323; line-height : 1.5em;}

P {margin-top : 0; margin-bottom : 1em;}

BODY {
  margin : 0;
  color : #2A2323;
  background : #DBCEA7;
  text-align: center;
  margin-bottom : 20px;
}

ul { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

h1 {font-weight : bold; font-size : 22px; color : #993300; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #993300; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #993300; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #993300; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #993300; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #993300; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

A  {color : #610519; font-weight : normal; text-decoration : none;}
A:Visited  { color : #610519; font-weight : normal; text-decoration : none;}
A:Active  { color : #610519; font-weight : normal; text-decoration : none;}
A:Hover  { color : #610519;	font-weight : normal; text-decoration : underline;}

hr {
  width : 85%;
  text-align : center;
  margin : 5px auto;
  border : 0;
  border-bottom : 2px dotted #009999;
  color : #fff;
  background : none;
}

.highlight {
  font-size : 1.2em;
  border : 1px solid #993300;
  border-width : 1px 0;
  padding : 5px 0;
  text-align : center;
  width : 100%;
  background : #e7e7e7;
}

div#wrapper {
   width: 950px;
   margin: 20px auto;
   background : #BD876B;
   text-align: left;
   border-bottom : 3px solid #993300;
}

img#topcurve {
  vertical-align : bottom;
}

div#header {
  width : 950px;
  height : 210px;
  background : #009999;
  border-bottom : 5px solid #054D4D;
  position : relative;
}

img#logo {
  position : absolute;
  top : 0;
  left : 0;
  z-index : 5;
}

img#hd_photo {
  position : absolute;
  top : 0;
  right : 0;
}

div#header h1 {
  position : absolute;
  bottom : 0;
  right : 0;
  font-size : 15px;
  color : #fff;
  font-face : "Trebuchet MS", Verdana, Arial, sans-serif;
  padding : 0 5px 0 0;
  margin : 0;
}

div#sidebar_left {
  float : left;
  width : 230px;
} 

div#weather {
  text-align : center;
  margin : 0 auto;
}

ul#sidenav {
  width : 230px;
  text-align : left;
  font: normal 13px "Trebuchet MS", Verdana, sans-serif;
  color : #000;
  list-style: none;
  margin : 10px 0 20px 0;
}

ul#sidenav li {
  list-style: none;
  margin : 0;
  padding : 0;
  position : relative;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#sidenav li { float : left; height: 1%;} 
 * html ul#sidenav li a { height: 1%;} 
/* End */

ul#sidenav li ul {
	position: absolute;
	left: 230px; 
	top: 0px;
	display: none;
	z-index : 15;
	background : #BD876B;
	border : 3px solid #993300;
	border-width : 3px 3px 3px 0;
	width : 150px;
	list-style: none;
	margin : 0;
}

ul#sidenav li a, ul#sidenav li a:link, ul#sidenav li a:visited
{
  padding : 5px 20px;
  text-decoration: none;
  color : #000;
  font-weight : normal;
  display : block;
}


ul#sidenav li a:hover {
  background : #993300;
  color : #fff;
}

ul#sidenav li ul li a, ul#sidenav li ul li a:link, ul#sidenav li ul li a:visited {font-weight : normal; text-transform : none; padding: 3px 5px; display : block; font-size : 12px; text-align : left; margin : 0;} /* Sub Menu Styles */
ul#sidenav li:hover ul, ul#sidenav li.over ul { display: block;} /* The magic */

div#content {
  background : #fff;
  border-left : 3px solid #993300;
  margin : 0 0 0 230px;
  padding : 10px 10px;
}

div.sidebar_right {
	background : #BD876B;
	border : 1px solid #993300;
	float : right;
	width : 140px;
	margin : 0 0 5px 5px;
	padding : 4px;
}

div#footer {
  clear : left;
  color : #993300;
  font: bold 13px "Trebuchet MS", Verdana, sans-serif;
  text-align : right;
  vertical-align : middle;
}

.photo {
  position : relative;
  float: left;
  width: 140px;
  height : 145px;
  margin: 5px;
  padding: 0;
  font-size : 10px;
  text-align : center;
  line-height : 1.1em;
  overflow : auto;
}

.photo img {
  display : block;
  margin : 0 auto;
  text-align : center;
  border : none;
}

div.clear {
  clear :both;
}

/* Registration Form */
form {display : inline;}

form div {
  display : block;
  padding-top : 0.6em;
}

form div label {
  float : left;
  width : 85px;
  font-weight : bold;
}

input.txt {
  border : 1px solid #cccccc;
  width : 350px;
}

input#btn {
  border : 1px solid #cccccc;
  background : #e7e7e7;
  color : #000;
  width : 75px;
  margin : 5px 0;
}

textarea {
  border : 1px solid #ccc;
  width : 350px;
  height : 75px;
}

div#norlink {
  color : #000;
  font-size : 9px;
  text-align : center;
}

div#norlink a:link, div#norlink a:visited, div#norlink a:active, div#norlink a:hover {
  color : #000;
}