html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #003399;
	font-size: 15px;
	font-weight: bold;
}
a:visited {
	color: #515151;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}
a:hover {
	color: #CC3300;	
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #CC3300;	
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
a.article {
	color: #003399;
	font-size: 15px;
	font-weight: bold;
}
a.article:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

a.article:hover {
	color: #CC3300;	
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
a.article:active {
	color: #FF0000;	
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
.article-bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
a.article-bigger {
	color: #003399;
	font-size: 16px;
	font-weight: bold;
}
a.article-bigger:visited {
	color: #575757;
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
a.article-bigger:hover {
	color: #CC3300;	
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
a.article-bigger:active {
	color: #FF0000;	
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.grey-times {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
}
a.grey-times {
	color: #666666;
	font-size: 20px;
}
a.grey-times:visited {
	color: #999999;
	font-size: 20px;
}
a.grey-times:hover {
	color: #FD4000;	
	font-size: 20px;
	text-decoration: underline;
}
a.grey-times:active {
	color: #999999;	
	font-size: 20px;
	text-decoration: underline;
}
.left {
	float: left;
}
.left-border {
	float: left;
	border: 1;
}
.right {
	float: right;
}
.more {
}
.clear {
	clear: both;
}

body {
	background: #fff url(images/page_bg.jpg) repeat-x;
	text-align: center;
	color: #0C0933;
	font-family: arial, sans-serif;
	font-size: 14px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
  position: relative;
}

h1 {
	position: absolute;
	top: 46px;
	left: 0;
	height: 43px;
	padding-top: 8px;
	width: 414px;
	text-align: center;
	color: #F0F0F0;
	font-weight: bold;
	background-color: #362F83;
	font-family: "Times new roman", serif;
	font-size: 20px;
}
h1 strong {
  font-weight: normal;
  color: #0E1520;
}
#top-nav {
	position: absolute;
	top: 15px;
	left: 414px;
	width: 266px;
	height: 269px;
	background-color: #272453;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#top-nav ul {
	text-align: center;
	line-height: 32px;
	font: ariel;
	}
#top-nav li {
	display: inline;
	font-size: 14px;
	color: #fff;

}
#top-nav a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-weight: bold;
	font: Arial, Helvetica;
	font-family: Arial, Helvetica, sans-serif;
}
#top-nav a:hover {
  text-decoration: underline;
}

#mmagic {
	position: absolute;
	top: 46px;
	left: 680px;
	width: 48px;
	height: 238px;
	background-image: url(/images/home.gif);
	background-repeat: no-repeat;
}
#news {
	position: absolute;
	top: 46px;
	left: 680px;
	width: 48px;
	height: 238px;
	background-image: url(/images/news.gif);
	background-repeat: no-repeat;
}
#about {
	position: absolute;
	top: 46px;
	left: 680px;
	width: 48px;
	height: 238px;
	background-image: url(/images/about.gif);
	background-repeat: no-repeat;
}
#news {
	position: absolute;
	top: 46px;
	left: 680px;
	width: 48px;
	height: 238px;
	background-image: url(/images/news.gif);
	background-repeat: no-repeat;
}
#bizradio {
	position: absolute;
	top: 46px;
	left: 680px;
	width: 48px;
	height: 238px;
	background-image: url(images/bizradio.gif);
	background-repeat: no-repeat;
}
#header {
  background: url(images/header_bg.jpg) no-repeat;
  position: absolute;
  top: 89px;
  left: 0px;
  width: 414px;
  height: 195px;
}

/** body **/
#spacer {
  height: 285px;
}

#body {
  background: url(images/body_bg.gif) repeat-y;
  width: 100%;
}

#left {
	float: left;
	width: 412px;
}
#right {
  float: right;
  width: 312px;
}

#nav ul {
}
#nav li {
  float: left;
  width: 102px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(images/tab_lit.gif) repeat-x;
  list-style: none;
}
#nav2 li {
  float: left;
  width: 3px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(images/tab_lit.gif) repeat-x;
  list-style: none;
}
#nav a {
  font: 16px "Times new roman", serif;
  color: #ffffff;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav li.drk {
  background: url(images/tab_drk.gif) repeat-x;
  border-left: none;
}

#visit {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	background-color: #E7DDFF;
}
#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: #fff;
}
#subs-left {
  color: #fff;
}
#subs-left h3 {
	color: #000000;
	font: 16px "Times new roman", serif;
	font-weight: bold;
}
#subs-left p {
  text-align: justify;
}

#subs-right {
  color: #fff;
}
#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 3px url(images/bullet.gif) no-repeat;
}
#subs-right p {
  text-align: justify;s
  margin: 0.6em 0;
}

#right-i {
	padding: 4px 25px 0 20px;
	background-color: #F6E6CF;
	height: auto;
}
#right h2 {
	color: #3D4B63;
	font: 22px "Times new roman", serif;
	margin-bottom: 12px;
	font-weight: bold;
}
#right h3 {
	color: #000000;
	margin-bottom: 5px;
	font-weight: normal;
	font-family: "Times new roman", serif;
	font-size: 18px;
}
#right p {
  margin-top: 0;
  color: #163348;
}
#right .left {
  margin-right: 4px;
}
#right a {
  color: #060080;
  font-weight: bold;
  text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}

/** footer **/
#copyright {
	color: #fff;
	text-align: center;
	font-size: 12px;
	float: right;
	width: 315px;
	padding: 10px 0;
}
#copyright p {
	margin: 0;
	padding: 0;
	line-height: 15pt;
}
.bigger-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
}
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a-dark {
	color: #66FFFF;
}
.a-dark:link {
	color: #BBCFFF;
	text-decoration: underline;
}
.a-dark:visited {
	color: #CCCCCC;
}
.a-dark:hover {
	color: #FFD7D7;
	text-decoration: underline;
}
.a-dark:active {
	color: #FF8888;
}
a-linkfoot {
	color: #000000;
	background-color: #00107D;
	font-family: Arial, Helvetica, sans-serif;
}
.a-linkfoot:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.a-linkfoot:visited {
	color: #666666;	
	text-decoration: none;
	font-weight: bold;
}
.a-linkfoot:hover {
	color: #880000;
	text-decoration: underline;
	font-weight: bold;
}
.a-linkfoot:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a-darkbig {
	color: #BBCFFF;
}
.a-darkbig:link {
	color: #BBCFFF;
	text-decoration: underline;
	font-size: 24px;
}
.a-darkbig:visited {
	color: #CCCCCC;
	font-size: 24px;
}
.a-darkbig:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 24px;
}
.a-darkbig:active {
	color: #FF0000;
	font-size: 24px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFF99;
}
.pagebody {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFF9E6;
	vertical-align: top;
	font-size: 16px;
}
.darktext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: top;
	font-weight: bold;
	font-size: 16px;
}
.a-darktext {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #A8A8A8;
	font-size: 16px;
}
.a-darktext:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #B7CAE6;
	font-size: 16px;
}
.a-darktext:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #B1B8D6;
	vertical-align: top;
	font-size: 16px;
}
.a-darktext:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFDFDF;
	text-decoration: underline;
	font-size: 16px;
}
.a-darktext:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9DAE;
	text-decoration: underline;
	font-size: 16px;
}
.a-seocopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #8782A2;
	font-size: 13px;
	font-weight: normal;
}
.a-smalldarkcopy {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #FFFFFF;
	font-size: 14px;
}
.a-smalldarkcopy:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #B7CAE6;
	font-size: 12px;
}
.a-smalldarkcopy:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #B1B8D6;
	vertical-align: top;
	font-size: 12px;
}
.a-smalldarkcopy:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFDFDF;
	text-decoration: underline;
	font-size: 14px;
}
.a-smalldarkcopy:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9DAE;
	text-decoration: underline;
	font-size: 12px;
}
.titlebar {
	font-family: "Arial Black", "Helvetical Dark", Arial, Helvetica;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #001110;
	border-bottom-color: #D3D1CA;
	border-bottom-style: none;
	border-right-color: #D3D1CA;
}
.sectionhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bolder;
}
.a-pagebody {
	color: #0033CC;
	margin: 0px;
	padding: 2px 3px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.ArticleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
.image-right {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
.image-bottompad {
	padding-bottom: 7px;
}
.smalltext-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.image-left {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 0px;
	padding-right: 9px;
}
.light-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFDDD;
	font-style: normal;
	letter-spacing: normal;
	font-stretch: expanded;
	background-repeat: no-repeat;
}
.smalltoplight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.titlebar-sub {
	font-size: 16px;
	background-color: #B1B9DA;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
}
.titlebar-green {
	font-size: 16px;
	background-color: #E0DE89;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
}
.seofoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #214683;
}
.seo-foot-small-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.pagetitle {
	font-size: 30px;
	color: #000066;
	letter-spacing: normal;
	word-spacing: normal;
	font-variant: normal;
	font-weight: bold;
}
.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003399;
}
