* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #09256F;
  text-align: center;
}

table#main {
  width: 798px;
  background-color: white;
  margin: 0px auto;
  border-collapse: collapse;
}

td#header {
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: bottom;
  height: 137px;
}

ul#nav {
  text-transform: uppercase;
  color: #7C5B3F;
  font-size: 70%;
  font-weight: bold;
  float: right;
  list-style: none;
  padding: 0 35px;
}

ul#nav li {
  float: right;
}

ul#nav li.line {
  padding: 15px 0;
}

ul#nav li a {
  clear: both;
  float: left;
  color: #7C5B3F;
  text-decoration: none;
  padding: 15px 4px;
}

ul#nav li a:hover {
  color: #0C2E82;
  background: transparent url(../images/rolloverbg.gif) center no-repeat;
}

table#pageList ul{
  color: #000000;
 	font-size:110%;
	letter-spacing:0.03em;
}
table#pageList li{
	list-style-position:outside;
	text-align:left;
}

td#page_img {
  clear: both;
  padding: 0 10px;
  vertical-align: top;
  text-align: left;
}
td#content {
   padding: 15px 10px;
   padding-right: 35px;
}

td#subcontent {
  padding: 50px 35px;
  background: white url(../images/subpg_bg.gif) no-repeat top right;
}

td#content,
td#subcontent {
  font-size: 90%;
  font-weight: bold;
  text-align: justify;
  vertical-align: top;
}

td#content p,
td#subcontent p {
  padding-bottom: 1em;
  line-height: 1.5em;
}

td#content a:link,
td#subcontent a:link,
td#content a:visited,
td#subcontent a:visited {
  color: #7C5B3F;
  text-decoration: none;
}

td#content a:hover,
td#subcontent a:hover {
  text-decoration: underline;
}

td#content h3,
td#subcontent h3 {
  clear: both;
  color: #0C2E82;
  font-size: 120%;
  padding: 1em 0;
  font-weight: bold;
}

td#content h2,
td#subcontent h2 {
  clear: both;
  color: #0C2E82;
  font-size: 140%;
  padding: 1em 0;
  font-weight: bold;
}

td#subcontent div.hide {
  display: none;
}

td#subcontent div#rolldiv {
  width: 300px;
  float: left;
  text-align: left;
  padding: 20px 0;
}

td#subcontent div#rolldiv li {
  list-style: none;
  padding-bottom: .5em;
  list-style-position: outside;
}

td#subcontent div#resultdiv {
  text-align: left;
  width: 410px;
  font-size: 90%;
  padding-top: 20px;
	position:absolute;
}

td#subcontent div#resultdiv li {
  list-style-type: none;
  padding-bottom: .25em;
  padding-left: 40px;
  background: white url(../images/bullet.gif) left top no-repeat;
  line-height: 1.25em;
  list-style-position: outside;
}

td#subcontent div#rolldiv ul#rollover li:hover,
td#subcontent div#rolldiv ul#rollover li.over {
  color: #0C2E82;
  cursor: pointer;
  cursor: hand;
}

td#subcontent li {
  list-style-position: inside;
}

td#subcontent h4 {
  font-size: 110%;
  font-weight: bold;
  color: #0C2E82;
  padding: 1em 0;
}

div#contact {
	font-size:80%;
  color: #7C5B3F;
  font-weight: bold;	
	letter-spacing:0.05em;
	padding-left:40px;
}
div#contact table {
  vertical-align: top;
}
div#contact td {
  vertical-align: top;
	text-align:left;
}

div#contact a,
div#contact a:visited {
  color: #7C5B3F;
  text-decoration: none;
}

div#contact a:hover {
  text-decoration: underline;
}

td#forum_group {
  padding-right: 35px;
  text-align: right;
}

td#bb {
  text-align: center;
}

div#logoworks {
  background-color: white;
  width: 798px;
  margin: 0 auto;
  padding: 10px 0;
  color: #7C5B3F;
  font-size: 70%;
  font-weight: bold;
}

div#logoworks a {
  color: #7C5B3F;
  text-decoration: none;
}

div#logoworks a:hover {
  text-decoration: underline;
}


