body { 
 margin:0px; 
 background:url('/images/bg.gif') repeat-x #ffffff; 
 font-size:12px;
 font-family:Verdana;
 color:#666666;
}

.container {
 width:990px; margin:auto;
}

.header-top {
 background:url('/images/header-top.jpg') no-repeat;
 height:48px;
 text-align:right;
 padding-right:20px;
 color:#333333;
}

.header-top a {
 color:#959595;
 text-decoration:none;
 font-size:10px;
}

.header-top a:hover {
 color:#7a7a7a;
}

.nav {
 background:url('/images/nav-bg.gif') repeat-x;
 border-bottom:1px solid #FFFFFF;
 height:25px;
 padding-left:11px;
 padding-right:11px;
}

.nav-inner {
 border-left:1px solid #000000;
 border-right:1px solid #FFFFFF;
 height:25px;
 text-align:center;
}

.nav a {
 color:#FFFFFF;
 background:url('/images/nav_a.gif');
 display:block;
 float:left;
 width:239px;
 border-left:1px solid #FFFFFF;
 border-right:1px solid #5D6281;
 padding:6px 0px 6px 0px;
 text-decoration:none;
 font-size:11px;
 text-align:center;
}

.nav #on {
 background:url('/images/nav_a_hover.gif');
}

.nav a:hover {
 background:url('/images/nav_a_hover.gif');
 color:#FFFFFF;
}

.content {
 background:url('/images/content-bg.gif') repeat-x #ffffff;
 min-height:312px;
 height:auto !important;
 height:312px;
 border-left:1px solid #ffffff;
 border-right:1px solid #ffffff;
 text-align:left;
 clear:both;
}

.content-text {
 padding:25px 35px 25px 35px;
}

.title {
 margin-bottom:12px;
}

.feature1 {
 background:url('/images/feature1.jpg') no-repeat;
 height:98px;
 padding:6px 10px 0px 145px;
}

.feature2 {
 background:url('/images/feature2.jpg') no-repeat;
 height:98px;
 padding:6px 10px 0px 145px;
}

.feature3 {
 background:url('/images/feature3.jpg') no-repeat;
 height:98px;
 padding:6px 10px 0px 145px;
}

a {
 color:#6F7AB9;
 text-decoration:none;
 font-weight:bold;
}

a:hover {
 color:#6F7AB9;
}

.right-col {
 width:287px;
 float:right;
 border-left:1px solid #ffffff;
 font-size:11px;
 color:#333333;
}

.dark {
 color:#000000;
}

.footer {
 background:#333333;
 color:#858585;
 font-size:11px;
 padding:4px 0px 5px 0px;
 text-align:center;
}

.footer a {
 text-decoration:none;
 color:#858585;
}

.footer a:hover {
 color:#555555;
}

.moreCommentsFld { position: absolute; left: -9999px; }