html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000 url(images/page_bg.gif) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 745px;
  position: relative;
}

h1 {
  position: absolute;
  top: 46px;
  left: 17px;
  height: 43px;
  padding-top: 8px;
  width: 431px;
  text-align: center;
  color: #ffffff;
  font: 24px "Times new roman", serif;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
  color: #0E1520;
}
#top-nav {
  position: absolute;
  top: 15px;
  left: 430px;
  width: 299px;
  height: 269px;
  background: #6D7481 bottom left url(images/header.jpg) no-repeat;
}
#top-nav ul {
  text-align: center;
  line-height: 32px;
}
#top-nav li {
  display: inline;
  font-size: 12px;
  color: #fff;
}
#top-nav a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
#top-nav a:hover {
  text-decoration: normal;
}

#mmagic {
  background: url(images/media_magic.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 696px;
  width: 48px;
  height: 238px;
}

#header {
  background: url(images/tplogo.jpg) no-repeat;
  position: absolute;
  top: 89px;
  left: 0px;
  width: 431px;
  height: 195px;
}

/** body **/
#spacer {
  height: 285px;
}

#body {
  background: url(images/body_bg.gif) repeat-y;
  width: 100%;
}

#left {
  float: left;
  width: 431px;
}

.inside #left {
  width: 530px;
}

.inside-full #left {
  width: 727px;
}

.inside #subnav {
  float: left;
  position: relative;

  width: 180px;
  margin: 5px;
}

#subnav ul {
    margin-top: 10px;
    padding: 0px;
    list-style: none;
}

#subnav li {
    padding: 5px;
}

#subnav li a {
    display: table;
    *display: block;
    width: 100%;
    color: white;
    border: 1px solid white;
    padding: 3px;
    background-color: #640068;
    text-decoration: none;
}

#subnav li a:hover {
    background-color: #C596C7
}

#right {
  float: right;
  width: 312px;
}



#nav ul {
}
#nav li {
  float: left;
  width: 106px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(images/tab_lit.gif) repeat-x;
  border-left: 1px solid white;
  list-style: none;
}
#nav a {
  font: bold 13px "Verdana", serif;
  color: #ffffff;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: none;
}
#nav li.drk {
  background: url(images/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}

#visit {
  background: #EEEEEE;
  padding: 15px 40px 14px 36px;
}
#visit h2 {
  font: 24px "Times new roman", serif;
}
#visit a {
  text-decoration: none;
}
#visit a:hover {
  text-decoration: underline;
}


#subs {
  color: #fff;
  padding: 15px 40px 14px 36px;
}
#subs h2 {
  color: #000000;
  font: 24px "Times new roman", serif;
}

#right-i {
  padding: 10px 29px 0 10px;
}
#right h2 {
  color: #323E51;
  font: 22px "Times new roman", serif;
  margin-bottom: 12px;
}
#right h3 {
  color: #fff;
  font: 12px "Verdana", serif;
  padding: 2px;
  margin-bottom: 5px;
  background-color: #640068;
  clear: both;
}
#right p {
  margin-top: 0;
  color: #163348;
}
#right .left {
  margin-right: 4px;
}
#right a {
  color: #163348;
  font-weight: bold;
  text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}

/** footer **/
#copyright {
  background: #6D7481;
  color: #fff;
  text-align: center;
  font-size: 11px;
  float: right;
  width: 315px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#copyright p {
  margin: 0;
  padding: 0;
}

form div.formSection {
   background-color: white;
   margin: 10px;
   border: 1px solid #989EA6;
}

form div.formSection h1 {
  position: static;
  margin: 0px;
  padding: 3px;
  height: auto;
  width: auto;
  text-align: left;
  color: #ffffff;
  font-size: 14pt;
  font-weight: bold;
  background-color: #989EA6;
}
