/* Global Attributes */

body {
    background-color: #FFFFFF;
    margin: 0px;
    width: 900px;
    }

h1, h2, h3 {
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
    color: #3c4e6a;
    font-variant:small-caps;
}

h1 {
  font-size: 18pt;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 10pt;
}

/* Header */

.header {
	width: 756px;
	height: 150px;
	margin: 0;
    background: url(images/headerbg.png) no-repeat;
}

/* Navigation */

.nav {
  height: 38px;
  font-size: 11pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #00cc00;
  padding: 0 20px 0 20px;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 10px;
}

.nav li {
  display: inline;
}

.nav a:link, .nav a:visited {
  height: 38px;
  padding: 0 20px 0 20px;
  color: #000000;
  text-decoration: none;
}

.nav a:hover {
  height: 38px;
  color: #00cc00;
}


/* Sub Header */

.subhead {
	width: 756px;
	height: 287px;
	margin: 0;
    background: url(images/subheadimg.png) no-repeat;
}

/* Content */

.contenthead {
	width: 337px;
	height: 5px;
	border: 0;
    background: url(images/contenthead.png) no-repeat;
}
.contenttop {
  width: 756px;
  height: 5px;
  border: 0;
  background: url(images/contenttop.png) no-repeat;
}


.contentimg {
    background-color: #f1f1f1;
    color: #000000;
    padding: 0 10px 10px 5px;
    }

.content {
    background-color: #f1f1f1;
    color: #000000;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0 10px 10px 10px;
}

.contentbtm {
  width: 756px;
  height: 5px;
  border: 0;
  background: url(images/contentbtm.png) no-repeat;
}

.contentfoot {
	width: 337px;
	height: 5px;
	border: 0;
    background: url(images/contentfoot.png) no-repeat;
}

/* Footer */

.footer {
  width: 757px;
  height: 28px;
  margin-top: 10px;
  color: #000000;
  font-size: 8pt;
  font-family: Tahoma, Arial, sans-serif;
  text-indent: 10px;
  background: url(images/footer_bg.jpg) repeat-x;
}


				  
