html {
	height: 100%;

}

body {
    height: 100%;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #990000;
	margin: 0px;
	margin: 30px 10px 25px 10px;
	padding:0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #BDBDBD;
}
a:hover {
	color: #000000;
}

/*Page Styles */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

hr {
	border-top: 1px solid #330000;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	height: 1px;
}

/* Navigation */
.nav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #FFFFFF;
  border-top: 1px solid #330000;
  border-left: 1px solid #330000;
  background-image: url('images/bgnav.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  background-color:#000000;
  line-height: 2em;
  padding: 20px 25px 0 0;
}

.nav a {
  color: #FFFFFF;
  font-size: 13px;
  font-weight:normal;
}

.nav a:hover {
  color: #FF0000;
}

/* Content Area */
.content {
  background-repeat: no-repeat;
  background-position: top right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-top: 1px solid #330000;
  border-right: 1px solid #330000;
  border-left: 1px solid #330000;
  border-bottom: 0px;
  padding: 10px 15px 15px 25px;
  margin: 0px;
}

.bodytext {
  text-align: justify;
}

/*Footer*/
.footer {
  color:#000000;
  background: no-repeat top left url('images/bgbottom.jpg');
  border-top: 1px solid #330000;
  padding:10px 0 10px 0;
}