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

body {
	background-color:#94D4FF;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #0B1C6A;
}

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

h1 {
	position: absolute;
	top: 47px;
	left: 0;
	height: 43px;
	padding-top: 8px;
	width: 414px;
	text-align: center;
	background: #ff6600;
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
h1 strong {
  font-weight: normal;
  color: #0E1520;
}
#top-nav {
	position: absolute;
	top: 15px;
	left: 414px;
	width: 320px;
	height: 297px;
	background: #ffffff;
}
#top-nav ul {
  text-align: center;
  line-height: 32px;
}
#top-nav li {
	display: inline;
	font-size: 12px;
	color: #1249B3;
}
#top-nav a {
	text-decoration: none;
	font-weight: normal;
	color: #FFE200;
}
#top-nav a:hover {
  text-decoration: underline;
}

#mmagic {
	background: url(images/media_magic.gif) no-repeat;
	position: absolute;
	top: 47px;
	left: 734px;
	width: 48px;
	height: 265px;
}
#header {
	background: url(images/header_bg.jpg) no-repeat;
	position: absolute;
	top: 90px;
	left: 0px;
	width: 414px;
	height: 222px;
}

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

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

#left {
	float: left;
	width: 412px;
}
#right {
	float: right;
	width: 366px;
}

#nav ul {
}
#nav li {
	float: left;
	width: 102px;
	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 {
	color: #113287;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav li.drk {
  background: url(images/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}

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

#subs-left {
	float: left;
	width: 160px;
	padding-left: 35px;
	padding-bottom: 10px;
	margin-top: 22px;
}
#subs-right {
  float: right;
  width: 145px;
  padding-right: 30px;
  padding-bottom: 10px;
  margin-top: 22px;
}
#subs-left a {
	color: #000099;
}
#subs-left {
	color: #000066;
}
#subs-left h3 {
  color: #000000;
  font: 16px "Times new roman", serif;
}
#subs-left p {
  text-align: justify;
}

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

#subnav li {
	display:block;
	padding:4px 5px 4px 25px;
	background:url(images/subnav.gif) 10px 50% no-repeat;
	list-style: none;
	margin: 0px;
	font-style: italic;
	font-weight: bold;
}

.navtext {font-size:140%}

#right-i {
  padding: 4px 25px 0 20px;
}
#right h2 {
	color: #E80000;
	font: 22px "Times new roman", serif;
	margin-bottom: 12px;
}
#right h3 {
  color: #000000;
  font: 14px "Times new roman", serif;
  margin-bottom: 5px;
}
#right p {
	margin-top: 0;
	color: #660000;
}
#right .left {
  margin-right: 4px;
}
#right a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}

.sample {
	width:150px; 
	float: left;  
	text-align:center;
	}

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