
body {
  font-family: "Trebuchet MS", Verdana, geneva, sans-serif;
  font-size:small;
  background:#ccc;
	margin:0;
	padding:0;
}

* {
	margin:0;
	padding:0;
	line-height:1.5em;
}

h1 {
	padding:0;
  margin:10px 0px;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
  font-size:180%;
  font-weight:normal;
}

h2 {
	padding:0;
  margin:20px 0px 0 0;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
  font-size:140%;
  font-weight:normal;
}

#container {
	width:80%;
	height: 100%;
	margin:30px auto;
	padding:10px;
	background:#fff;
  font-size:95%;
}


#watermark {
	height:20px;
  margin:0px;
  padding:5px 20px;
  color:#fff;
  font-size:85%;
  text-align:right;
  background:#ffc324 url(../img/tlcorner.png) top left no-repeat;
}

#header {
	height:130px;
  margin:0;
  padding:10px 20px 20px 20px;
	background:#ffc324  url(../img/headerbg.png) bottom right no-repeat;
  color:#fff;
  font-size:95%;
  text-align:left;
  clear:both;
}


#header img {
  margin:0;
  height: 140px;
  margin: -10px 0 0 -20px;
  padding:0 20px 0 0;
  float:left;
}

#header h1{
  margin:0;
  color: black;
  padding:0 20px;
  font-size:200%;
  font-weight: bold;
}

#header div{
  font-size:120%;
}

#header img
{
 border:0;
}

#sidebar
{
 float:left;
 width:20%;
 margin:5px 0px 5px 0px;
 padding:10px;
 color:#fff;
 background:#666;
}

#content {
 width:75%;
 min-height: 400px;
 font-size: 120%;
 margin:5px 0px 5px 0px;
 padding: 10px;
 float:right;
 background:#eee url(../img/logo_p.jpg) bottom right no-repeat;
}

#content p {
 margin: 1em 0;
}

#content ol,
#content ul
{
	padding:5px 20px;
}

#sidebar p, #content p{
	padding:3px 0px;
}

#sidebar a, 
#content a
{
  color:#888;
	text-decoration:underline;
}


#content a img
{
 text-decoration:none;
 border:0;
}


#footer {
  clear:both;
  padding: 5px 10px;
  background:#ffc324 url(../img/brcorner.png) bottom right no-repeat;
  color:#fff;
  font-family: Verdana, sans-serif;
  font-size:85%;
  text-align:left;
}

#footer a
{
 color:#fff;
}



ul { margin: 0; padding : 0; list-style : none; }

#sidebarnav {
	margin:0;
	padding:0;
	color: #fff;
}

#sidebarnav ul {
	padding:4px;
	list-style:none;
}

#sidebarnav li {
	margin:10px 4px;
	list-style:none;
}

#sidebarnav li a {
	color:#eee;
	text-decoration:none;
	font-size: 130%;
	font-weight: bold;
	padding: 0 0 0 20px;
	display:block;
}

#sidebarnav li a:hover {
	background:#999;
	text-decoration:underline;
}

fieldset {
	padding: 1em;
}

legend {
	padding: 0 0.5em;
	color: #0046d5;
}

input {
	margin: 0 5px 0 10px;
}

fieldset label.centpx {
	width: 100px;
	float: left;
}

fieldset label.doscentspx {
	width: 200px;
	float: left;
}

fieldset br {
	clear: both;
}

fieldset textarea {
	width: 100%;
	height: 5em;
}


fieldset img.calendar {
   border: none;
   vertical-align: middle;
}
