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

body {
	/*background: #fff url(images/page_bg.GIF) repeat-x;*/
	text-align: center;
	/*font: 12px palatino linotype, sans-serif;*/
	font: 12px verdana;
	color: #272962;
	width:900px;
	
}

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

h1 {
  position: absolute;
  top: 46px;
  left: 0;
  height: 43px;
  padding-top: 8px;
  width: 414px;
  text-align: center;
  background: #272962;
  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: 414px;
  width: 278px;
  height: 269px;
  /*background: #272962 bottom left url(images/header/header_1.jpg) no-repeat;*/
  background: #272962;
}
#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: underline;
}

#mmagic {
  background: #272962;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}

#taglines {
  background: #a5abcf;  
  text-align:center;
}
#header {
 /* background: url(images/dfk_txt.jpg) no-repeat;*/
  position: absolute;
  top: 89px;
  left: 0px;
  width: 296px;
  height: 121px;
}

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

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

#left {
  float: left;
  width: 100%;
}
#right {
  float: right;
  width: 312px;
}

#nav ul {
}
#nav li {
  float: left;
  width: 102px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #1c1c59;
  border-left: 1px solid white;
  list-style: none;
}

#nav a {
  font: 13px "verdana", serif;
  color: #ceceff;
  text-decoration: none;
  font-weight:bold;
}
#nav a:hover {  
  color:#ffff00;
}
#nav li.drk {
  background: #272962;
  border-left: none;
  padding-left: 1px;
}

#nav li.drk_midl {
  background: #3e3e7b;
  padding-left: 1px;
}

#visit {
  background: #e9e9f3;
  padding: 10px 20px 10px 20px;
  text-align:justify;
}
#ctr
{
    color:#ffffff;
    padding:20px 20px 20px 20px;
}

#ctr a
{
    color:#ffffff;
}
#visit h2 {
  font: 14px "Verdana", serif;
  color: #272962;
}
#visit a {
  text-decoration: none;
}
#visit a:hover {
  text-decoration: underline;
}

#subs
{
    background-color:#ffffff;
}

#subs-left {
  float: left;
  width: 140px;
  padding-left: 45px;
  padding-bottom: 10px;
  margin-top: 22px;
}
#subs-right {
  float: right;
  width: 140px;
  padding-right: 30px;
  padding-bottom: 10px;
  margin-top: 22px;
}
#subs-middle {
  float: right;
  width: 345px;
  padding-right: 30px;
  padding-bottom: 10px;
  margin-top: 22px;
  
}
/*#subs-middle
{

    background: #a5abcf;
    width:350px;
    position:absolute;
    left:180px;
    height:352px;
}*/
#subs-left a {
  color: #fff;
}
#subs-right a {
  color: #fff;
}
#subs-left {
  color: #fff;
}
#subs-left h3 {
  color: #000000;
  font: 16px "Verdana", serif;
}
#subs-left p {
  text-align: justify;
}

#subs-right {
  color: #fff;
}
#subs-right h3 {
  color: #000000;
  padding-left: 20px;
  padding-bottom: 14px;
  font: 16px "Verdana", serif;
}
#subs-right h4 {
  color: #000000;
  font: 14px "Verdana", serif;
  margin: 0.6em 0;
}
#subs-right ul {
  margin-top: 1em;
}
#subs-right li {
  list-style: none;
  padding-left: 20px;
  background: 5px 3px url(images/bullet.gif) no-repeat;
}
#subs-right p {
  text-align: justify;
  margin: 0.6em 0;
}

#right-i {
  padding: 4px 25px 0 20px;
}
#right h2 {
  color: #323E51;
  font: 22px "Verdana", serif;
  margin-bottom: 12px;
}
#right h3 {
  color: #000000;
  font: 14px "Verdana", serif;
  margin-bottom: 5px;
}
#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: #3e3e7b;
  color: #fff;
  text-align: center;
  font-size: 11px;
  float: right;
  width: 315px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#copyright p {
  margin: 0;
  padding: 0;
}


