body
{
    background-position: url(../images/bk.jpg);
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
    background: url(../images/bk.jpg);
    color: #333333;
    font-size: 11.5px;
    margin-top: 0px;
    background-repeat: repeat-x;
    background-color: #565656;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #333333;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
}
.container
{
    width: 712px;
}
#topsubmenu
{
	background-color: #5d5d5d;
	margin-left: 450px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: lighter;
}
#topsubmenu a
{
	color: #FFFFFF;
}
.headingtxt {
	font-size: 16px;
	color: #666666;
	font-weight: 300;
}
.homecontentwhite {
	font-size: 13px;
	color: #ffffff;
	font-weight: 500;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 7px 7px 7px 14px;
	text-transform:capitalize;
	text-shadow:#333333;
}
.homecontent {
	font-size: 12px;
	color: #333333;
	font-weight: 300;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 7px 7px 7px 14px;
}
.homelink {
	font-size: 12px;
	font-weight: 500;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #e07d00;
}
.subheadingtxt {
	padding: 14px 14px 7px 14px;
	font-size: 11px;
	color: #184F9F;
	font-weight: 600;
}

.listtxt {
	padding: 7px 14px 7px 7px;
	list-style-type: none;
}
.selecttxt {
	font-size: 11px;
	color: #333333;
}
/* li {
	list-style-type: disc;
	margin-top: 3px;
}
*/
p {
	margin-top: 3px;
	margin-bottom: 3px;
}
.question {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 7px;
	margin-bottom: 7px;
	font-weight: bold;
	font-style: italic;
}
.answer {
	padding-left: 3px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 24px;
	margin-right: 12px;
	margin-bottom: 7px;
	background-color:#E1E1FF;
}
.faqheading {
	border-top:1px solid #ffb31f;
	margin-left: 3px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 7px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #184F9F;
}
.itstext {
	font-size: 12px;
	color: #184F9F;
	font-weight: 500;
}
a {
	text-decoration: underline;
	color: #184F9F;
}
a:link
{
	text-decoration: underline;
	color: #184F9F;
}

a:visited
{
	text-decoration: underline;
	color: #184F9F;
}

a:active
{
	text-decoration: underline;
	color: #184F9F;
}

a:hover
{
	text-decoration: underline;
	color: #184F9F;
}
a:link.homelink {
	color: #e07d00;
	font-size: 12px;
	font-weight:  500;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited.homelink {
	color: #e07d00;
	font-size: 12px;
	font-weight:  500;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:active.homelink {
	color: #e07d00;
	font-size: 12px;
	font-weight:  500;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover.homelink {
	color: #e07d00;
	font-size: 12px;
	font-weight:  500;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.whatsnewtxt {
	margin: 11px;
	padding: 7px 7px 7px 7px;
	color: #333333;
}
.whatsnewdate {
	width:95px;
	padding: 3px 3px 3px 3px;
	background-color: #333333;
	font-size: 11.5px;
	color:#FFFFFF;
}
.bodytext {
	padding: 2px 14px 7px 14px;
	color: #333333;
	text-align: left;
	font-size: 11.5px;
}
.quote {
	padding: 7px 14px 14px 14px;
	color: #333333;
	text-align: right;
	font-size: 9.5px;
	font-style: italic;
}

.headingbox {
	padding: 10px;
	margin-bottom: 2px;
	margin-top: 7px;
}
          
.clb-shell {
  margin : auto;
  width : 700px;
}

/* 
  My main experiment sub-heading. Just setting color
*/
.clb-shell h2 {
  color : #669900;
}

/*
  Now I'm resetting the paragraph padding (it was zeroed). I'm also clearing
  the p, but I don't really need this for the top one, only the bottom. The 
  top has no effect (it'll clear the heading by default), but it is needed 
  for the bottom (depending on the shell width versus the ul width). It may 
  not be needed at all. Your situation will determine.
*/
.clb-shell p {
  padding : 10px;
  clear : both;
}

/*
  I define the width of the ul, set the height (in ems!) align the text and
  remove list styles. The last may not be needed on most browsers
*/
ul.clb {
  width : 690px;
  text-align : center;
  list-style-type : none;
    margin-left: 4px;
}

/*
  Now I style the individual boxes (li)
*/
ul.clb li {
  margin : 0 2px;
  border : 1px solid #666;
  width : 330px;
  height : auto;
  background : #ffffea url(../images/clb_li_back.jpg);
  float : left; 
  display : inline;
}

/*
  Style the li links
*/
.clb-shell a {
  color : #669900;
}
.clb-shell a:hover, .clb-shell a:focus, .clb-shell a:active {
  color : #000;
  text-decoration : none;
}
.clb-shell a:focus, .clb-shell a:active {
  background-color : #fff;
}

/*
  Style the h3 links
*/
.clb-shell ul.clb h3 a
{
    background-position: #333 url(../images/clb_h3_back.jpg) repeat-x;
    font-size: 12.5px;
    color: #333333;
    display: block;
    width: 324px;
    padding: 4px 3px 4px 3px;
    background: #333 url(../images/clb_h3_back.jpg) repeat-x;
    border-bottom: 1px solid #666;
    text-decoration: none;
}
.clb-shell ul.clb h3 a:hover, .clb-shell ul.clb h3 a:focus, .clb-shell ul.clb h3 a:active {
  background : #957412 url(../images/clb_h3_back_over.jpg) repeat-x;
  color : #fff;
}

/*
  This tyles the text p content within the li separately. The most important 
  thing here is to re-kill the padding and add the margin to create good gutters
*/
ul.clb p {
    font-size : 0.9em;
    padding : 0;
    margin : 10px;
    text-align : left;
}
.clbcontent {
    text-align: left; 
    padding-left: 10px; 
    margin-bottom: 20px;
}
.clblearnmore{
    text-align: right; 
    padding-top: 10px; 
    padding-right: 15px;
}

.tdHeader{
	text-align:center;
	color:white;
	font-weight:bold;
	font-family:arial narrow;
	font-size:medium;
	background-color:#336699;
	height: 2.2em;
	border-left:solid 1px black;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}

.tdContent{	
	font-size:12px;
	vertical-align:text-top;
	padding:5px;
	border-left:solid 1px black;
	width:50%;
}

.tdContent a{	
	font-size:12px;
	vertical-align:bottom;	
	padding-bottom: 0px;
}

.netLearnMore{
	text-align:bottom;
	padding-top:48px;
}

/* End Styles */