* {
  margin:     0px;
  padding:    0px;
  border:     0px;
}

body {
	background: #eeeeee;
	background: #ffffff;
	text-align: center;
}


#header {
  height:     70px;
  font-size:  10px;
  margin:     0 0 0 0;
  background: url(pics/header_bg.jpg) no-repeat top right;
}

#header a.logo {
  display:    block;
  float:      left;
  width:      170px;
  height:     60px;
  margin:     5px 0 0 5px;
  font-size:  1px;
  color:      #49158f;
  font-weight:bold;
  background: url(pics/logo.gif) no-repeat center center;
}

#nav_bar {
  height:     16px;
  padding:    5px;
  color:      #ffffff;
  background: #202020;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #202020;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #202020;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #505050;
	color: #fff;
}

table.main {
	width : 850px;
  font-size: 12px;
  margin: auto;
}

table.main2 {
	width : 850px;
}
table.main2 td.menucol {
  width:     	30%;
  height:    	100%;
  background: #ffffff;
}
table.main2 td.contentcol {
	text-align: justify;
  height:    100%;
  background: #ffffff;
}

table.menuframe {
	width: 90%;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	text-align: left;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;	
}
.menuframeHeader {
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #BEC8D1;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}
.menuframeBody p {
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	color: #404040;
	background-color: #fafafa;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.content {
	width : 100%;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}
table.content td.title {
	font-family: Verdana, sans-serif, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #4A187B;
	padding-top:5px;
	padding-bottom:15px;
}
table.content td.subtitle {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #505050;
	padding-top:15px;
	padding-bottom:5px;
}
table.content td.body {
	padding-top:2px;
	padding-bottom:2px;
}

table.pricing {
  text-align: center;
  color: #000000;
  background-color: #FFFFFF;
}
table.pricing td {
  background-color: #F8F8F8;
	border-collapse: collapse;
	border-spacing: 5px;
  padding:    4px;	  
}
table.pricing td.title1 {
  background-color: #999999;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
table.pricing td.title2 {
  background-color: #999999;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
}
table.pricing td.title3 {
  text-align: left;
}
table.pricing td.title4 {
  background-color: #B3B3B3;
  color: #FFFFFF;
}
table.pricing td.empty {
  background-color: #FFFFFF;
}

#footer {
  height:     20px;
  padding-top:3px;
  font-family: Verdana, sans-serif, Arial;
  font-size:  10px;
  color:      #ffffff;
  text-align: center;
  background: #606060;
}
#footer a {
  color:      #ffffff;
}