html { height: 100%; overflow-y: scroll; }
body { font-family:Verdana, Arial, Helvetica, sans-serif; margin:0px; background-color:#9abecf; }
#PageBG { background-image:url(/Images/WrapperBG.gif); background-repeat:repeat-x; }
#PageWrapper { background-image:url(/Images/BodyBG.png); width:850px; margin: 0 auto; background-position:center; background-repeat:repeat-y; }
#NavLinks { background-color:#999999; background-image:url(/Images/NavBG.gif); border-top:1px solid #8e8e8e; border-bottom:1px solid #6d6d6d; height:35px; }
#NavLinks a { color:#FFF; text-decoration:none; padding:6px 20px; height:35px; }
#NavLinks a:hover { color:#FFF;background-color:#b1b1b1; padding:6px 20px; height:35px; }

#Footer { background-image:url(/Images/PageBottom.png); width:850px; margin: 0 auto; height:44px; background-position:bottom; }

#LogoContainer { padding:10px; line-height:1.3em; width:350px; }
#LogoLine1 { color:#BBB; letter-spacing:-2px; font-size:20px; }
#LogoLine2 { color:#a3a3a3; font-weight:bold; font-size:24px; letter-spacing:-.1em; text-transform:uppercase; }
#LogoIcon { float:left;} 

.ContentSection { padding:10px 18px; font-size:12px; }
.ContentSection h2 { padding:0px; margin:6px 0px 6px 0px; color:#000; font-size:20px; font-weight:normal; }
.ContentSection h2 span { padding:0px; margin:0px; color:#555; font-size:12px; font-weight:normal; }
.ContentSection p { padding:0px; margin:4px 0px 6px 0px; color:#555; }

/* TABLES */
table.DataGrid { border:1px solid #555; }
table.DataGrid thead tr th { padding:5px; background-color:#AAA; color:#FFF; }
table.DataGrid tbody tr td { padding:5px; background-color:#EEE; color:#000; border-bottom:1px solid #CCC; }
table.DataGrid tbody tr.Level1 td { background-color:#CCC; }
table.DataGrid tbody tr.Level2 td { background-color:#F7F7F7; }

.TableMain { background-color: #FFFFFF; }
.TableTitle { background-color: #347bad; color:#FFFFFF; font-weight:bold; }
.TableTitleAlt { background-color: #458FC7; color:#FFFFFF; font-weight:bold; }
.TableSubTitle { background-color: #6AA6D2; color:#FFFFFF; font-weight:bold; }
.TableSubTitleAlt { background-color: #ACCDE6; color:#FFFFFF; font-weight:bold; }
.TableContent { background-color: #EEEEEE; }
.TableContentAlt { background-color: #F7F7F7; }
.TableHighlight { background-color: #2F8835; color:#FFFFFF; font-weight:bold; }
.TableHighlightAlt { background-color: #5CC765; color:#FFFFFF; font-weight:bold; }


.PlanBox { background-image:url(/Images/PlanBoxBG.gif); background-repeat:repeat-x; width:210px; float:left; margin:3px; padding:15px;}
.PlanName { float:left; color:#FFF; font-weight:bold; text-transform:uppercase; margin-top:2px; font-size:15px; }
.PlanPrice { color:#FFF; padding:4px; float:left; font-size:14px; }
.PlanLine1 { width:210px; float:left; color:#FFF; font-weight:bold; }
.PlanBullets div { color:#000; font-weight:bold; color:#1d72a7; }
.PlanBullets { width:204px; float:left; padding:4px; background-color:#FFF; margin-top:8px; }
.PlanSignup { width:204px;float:left;margin-top:5px; }
.PlanSignup a { display:block; text-decoration:none; color:#3b85b3; font-weight:bold; font-size:12px; }
