/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  background: #FFF url(bg.gif) top left;
  background-attachment:fixed;
  margin: 0 0 100px 120px;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
}

h1 {
  font-size: 20px;
  padding: 5px;
  margin: 0px;
  text-align:center;
}

h2 {
  font-size: 14px;
  text-align:center;
}

h3 {
  font-size: 14px;
  text-transform: uppercase;
}

.heading {
	font-size: 20px;
	color: #334E79;
	text-align:left;
}

hr {
  border: none 0;
  border-top: 1px dashed #000;
  height: 1px;
}

sup, sub {
  color: #FC0;
}

a {
  font-size: 14px;
  color: #DEC119;
  text-decoration: none;
}

a:hover {
color: #CE0000;
}

/***************************************************
   User-Defined Styles
 ***************************************************/

#lpanel {
  width: 220px;
  height: 522px;
  background: #239223;
  margin: 20px 0 0 100px;
  border: 20px solid #1849B5;
}

#banner {
  margin: 0px;
  padding: 0px;
  background: #CE0000;
  width: 220px;
  height: 200px;
}

#nt1 {
  background: #DEC119;
  color: #000;
  width: 220px;
  height: 20px;
  font-size: 12px;
  padding: 5px 0 0 0;
  text-align: center;
  border: 0px;
}

#nav {
  padding: 0px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

#nav1 {
  padding: 0px;
  line-height: 130px;
  text-align: center;
  text-transform: uppercase;
}

#nav a {
  color: #FFF;
  font-size: 10px;
  display: block;
  border: 0px;
  border-bottom: 1px solid #DEC119;
}

#nav a:hover {
  background: #1849B5;
  font-weight: bold;
}

#nav .active {
  font-weight: bold;
}

#header {
  font-size: 20px;
  color: #000;
  width: 500px;
  height: 100px;
  position: absolute;
  top: 20px;
  left: 480px;
  margin: 0 0 0 0px;
  padding: 0px;
  background: #FFF url(bgh.jpg) top left;
}

#content {
  color: #000;
  position: absolute;
  width: 450px;
  top: 90px;
  left: 460px;
  padding: 50px;
}

#footer {
  color: #000;
  background: #E5E5E5;
  padding: 0px;
  margin: 10px 0 0 0;
  text-align: center;
}

#footer a {
  color: #239223;
}

#footer a:hover {
  color: #CE0000;
}
