HTML, BODY {height:100%}

BODY {
padding: 0px;
margin: 0px;
background: #163142;
color: #000000;
font-family: arial;
text-align: center;
}

A:link, A:visited, A:active {background: transparent; color: #004B7A; text-decoration: underline;}
A:hover {background: transparent; color: #7A004B; text-decoration: underline;} /* originally maroon */

.HeaderFooterSprites {background: url('pics/design_headerfooter_sprites.jpg');}

#MainContainer {
height: 100%;
min-height: 100%;
background: url('pics/design_lsb01.jpg') repeat-y white;
margin-bottom: -52px;
width: 990px;
margin-left: auto;
margin-right: auto;
}

HTML>BODY #MainContainer {height: auto;} /* Needed for Mozilla and IE7 to push Footer down */

#Header{
background-position: 0px -80px;
background-repeat: no-repeat;
position: relative;
height: 120px;
text-align: left;
}

#HomeLink {
display: block;
position: absolute;
left: 0px;
top: 58px;
width: 190px;
height: 35px;
text-decoration: none ! important;
/* border: 1px solid red; */
}

#NavBarWrap {
padding-top: 98px;
height: 35px;
}

#Navbar {
margin-top: 1px;
padding: 0px 10px 0px 80px;
height: 20px;
font-size: 12px;
/* border: 1px solid red; */
}

.URHere, .NavBarPath {
float: left;
height: 17px;
padding-top: 3px;
/* border: 1px solid red;
display: inline; */
}

.URHere {
font-style: normal;
color: #0E486C; /* #0E486C */
}

.NavBarPath {
margin-left: 35px;
font-weight: bold;
color: #004B7A;
}

.NavBarPath A {padding-left: 2px; padding-right: 15px;}

.NavBarPath A:link, .NavBarPath A:visited, .NavBarPath A:active, .NavBarPath A:hover {
background: transparent; 
text-decoration: none;
font-size: 12px ! important;
color: #E5F5FF; 
}
.NavBarPath A:hover {color: white;}

.NavBarCurrent {
font-weight: bold;
color: white;
}

#LeftSideBar {
position: relative; 
width: 192px; 
float: left;
min-height: 370px;
text-align: left;
}


/* MENU */

.MenuSprites {background: url('pics/design_menu_sprites.gif');}

#Menu {margin: 25px 0px 20px 0px;} /* margin: 19px 0px 20px 0px; original home page top spacing */
#MenuOther {margin: 20px 0px 20px 0px;}

#Menu, #MenuOther {
font: normal bold 13px/15px arial,sans-serif;
background-color: transparent;
color: #004B7A;
width: 192px;
text-align: left;
} 

.MenuTopAd { /* Hostgator */
height: 133px;
margin: 0px 12px 20px 10px; /* margin: 0px 12px 10px 10px; (NO Adsense link unit in menu) */
padding-left: 30px;
font: 12px/14px arial,sans-serif;
text-align: center;
background-position: 0px 0px;
background-repeat: no-repeat;
border-top: 1px solid #ACD0E0; /* Fix margin-top issues in MTAhead */
display: none;
}

.MTAhead {
margin-top: 40px;
margin-bottom: 5px;
color: maroon;
}

.MTA_Link {
margin-top: 3px;
font: 15px/17px arial,sans-serif;
text-decoration: underline;
}

.ValidHTML, .ValidHTML A {
display: block;
width: 88px;
height: 31px;
}

.ValidHTML {
background-position: 0px -281px;
background-repeat: no-repeat;
text-decoration: none;
}


.MenuLinkUnit { /* Google link unit */
margin: 0px 0px 20px 10px;
display: none;
}

.LinkUnitMenu {
margin: 0px 0px 20px 10px;
}

.MenuHTML {
background-position: 0px -313px;
background-repeat: no-repeat;
margin-bottom: 6px;
/* padding-top: 6px; Pushes Menu +/- buttons down from top margin */
height: 30px;
}

.MenuCSS {
background-position: 0px -344px;
background-repeat: no-repeat;
margin-bottom: 6px;
 /* padding-top: 6px;Pushes Menu +/- buttons down from top margin */
height: 30px;
}

.MenuHosting {
background-position: 0px -375px;
background-repeat: no-repeat;
margin-bottom: 6px;
/* padding-top: 6px; Pushes Menu +/- buttons down from top margin */
height: 30px;
}

.MenuResources {
background-position: 0px -406px;
background-repeat: no-repeat;
margin-bottom: 6px;
/* padding-top: 6px; Pushes Menu +/- buttons down from top margin */
height: 30px;
}

.MenuCSS, .MenuHosting, .MenuResources {
margin-top: 10px;
}

.Other {
background-position: 0px -196px;
background-repeat: no-repeat;
margin: 10px 0px 10px 0px;
height: 30px;
}

/* Expand/Collapse Menu buttons */
.MHDiv {
font-size: 11px;
color: #1F435A;
margin: 0px 0px 0px 110px;
}

.MenuOpenClose {
display: inline;
cursor: pointer;
}

.SectionHeading {
padding-left: 10px;
margin: 10px 0px;
font-style: italic;
font-size: 17px;
color: #1F4359;
}

#Menu A {
display: block;
width: 172;
padding: 2px 10px;
}

#Menu A:link, #Menu A:visited, #Menu A:active {background: transparent; color: #004B7A; text-decoration: none;}
#Menu A:hover {background: url('pics/design_menu_sprites.gif') no-repeat 0px -227px; color: #FFCB73; text-decoration: none;}

.SubMenu A:hover {background: url('pics/design_menu_sprites.gif') no-repeat 0px -228px ! important; color: #FFCB73; text-decoration: none;}


.MenuHeadingOn { /* Creates hover bg effect on menu heading DIVs using onmouseover */
background-position: 0px -228px; /* IE specific, fixed with hack for FF below */
background-repeat: no-repeat;
color: #FFCB73;
padding: 2px 10px;
cursor: pointer;
}

.FIX_FIREFOX {}
html:not([dummy]) .MenuHeadingOn {
background-position: 0px -227px;
}

.MenuHeadingOff {
background: transparent; 
color: #004B7A;
padding: 2px 10px;
cursor: pointer;
}

.test {background: red;}

.SubMenu {
margin-bottom: 5px;
border-top: 1px dotted #004B7A;
}

.SubMenu A {
font: normal normal 12px arial,sans-serif;
text-indent: 10px;
}

.MenuDivider {
margin: 7px 10px;
height: 1px; 
line-height: 1px; 
background: none; 
border-bottom: 1px dotted #004B7A;  /* #E4F0F6 */
}

.GoogleAdMenu {
position: relative;
margin: 20px 0px 10px 5px;
}

.Hostgator {
text-align: center;
margin: 30px 0px 30px 0px;
}

.HTMLKit, .HTMLKit A {
display: block;
width: 92px;
height: 32px;
}

.HTMLKit {
background-position: 0px -248px;
background-repeat: no-repeat;
text-decoration: none;
}


/* CONTENT */

#Content {
position: relative;
padding: 20px 20px 20px 20px; /* 15px 20px 20px 20px; original home page top spacing */
width: 758px;
float: right;
text-align: left;
line-height: 20px;
}

.CenterCol {
width: 528px;
text-align: justify;
float: left;
}

.AdTop {margin-bottom: 25px;}
.PageTopCode {margin-bottom: 20px; text-align: left;}

.Heading1 {
position: absolute; /* Forces bottom border to only be as long as text */
margin: 0px 0px 5px 0px;
padding: 0px 0px 10px 0px;
font: normal normal 28px/30px tahoma,helvetica,sans-serif;
color: #16374A;
}

.Heading2 {
font: normal normal 20px/24px arial,helvetica,sans-serif;
color: #16374A;
margin: 0px;
}

.Heading3 {
margin: 0px;
font: bold 15px/17px arial,sans-serif;
text-align: left;
color: #000000;
background: inherit;
}

.H1Spacer {height: 60px; background: none;} 

P {margin: 0px 0px 20px 0px;}


/* ORIGINAL ISPIDER7.CSS CONTENT STYLES */

.PrintFriend {font-size: 13px;}
.PrintOnly {display: none;}

.Return {margin-top: 5px; text-align: right; font-size: 14px;}

/* IE ignores this */
HTML>BODY CODE {font: 15px/18px "courier new",courier,monospace;}

.CodeBox {
padding: 0px 0px 0px 0px;
text-align: left;
border: 1px solid black;
}

.CodeBox CODE, BLOCKQUOTE CODE, .SpareCode CODE {font-size: 15px ! important;}

/* COLORS */
.Blue {color: #0000ff; background: inherit;}
.Navy {color: navy; background: inherit;}
.NavyB {color: navy; font-weight: bold; background: inherit;}
.Red {color: #ff0000; background: inherit;}
.Green {color: #008040;	background: inherit;}
.Black {color: #000000;	background: inherit;}
.Maroon {color: #800000; background: inherit;}
.MaroonB {color: #800000; font-weight: bold; background: inherit;}
.PurpleD {color: #400080; background: inherit;}
.Gray {color: gray;	background: inherit;}

ACRONYM {border-bottom: 1px dotted black; cursor: help;}
DFN {border-bottom: 1px dotted black; cursor: help;}
.Define {border-bottom: 1px dotted black; cursor: help;}

/* FONTS */
.Arial2 { font-size: 13px; font-family: arial,helvetica,sans-serif;}
.Arial3 { font-size: 16px; font-family: arial,helvetica,sans-serif;}
.Times3 { font-family: "times new roman",times,sans-serif; font-size: 13px;}

.Left {text-align: left;}
.Center {text-align: center;}
.Right {text-align: right;}

.NoWrap {white-space: nowrap;}

.Dots3 {font: bold 13px Arial,Helvetica,Sans-serif;}

.Path { font-weight: bold; font-style: italic;}

.Program {
color: #3604bb;
background: url("pics/program-bg.gif") repeat-x;
}

.PicTitle {
font: normal normal 11px/13px Arial,Helvetica,sans-serif;
padding: 0px 0px 3px 0px;
color: #000000;
background: inherit;
}

.Note {
padding: 10px;
font: normal normal 15px/17px "trebuchet ms",verdana,sans-serif;
color: #000000; 
background: #d1d1d1; 
text-align: justify;
}

.List1 LI {margin-bottom: 10px;}
.ListDef LI {margin-bottom: 0px;}
.DList DT {font-weight: bold;}
.DList DD {margin-bottom: 10px;}

.NoMargin {
padding-left: 22px;
margin-left: 0px;
}

.IndexList {
padding-left: 22px;
margin: 15px  0px 25px 0px;
list-style-type: disc;
}

.Table1 {width: 90%;}

.Table1 TD {
padding: 5px;
vertical-align: top;
font: 15px/17px "trebuchet ms",verdana,sans-serif; 
color: #000000;
background: none; 
}

.Table1 TH {
padding-left: 5px;
text-align: left;
font-weight: normal;
border-bottom: 1px solid #808080;
}

.BorderRed {
border-top: solid 3px #a67b7b;
border-bottom: solid 3px #a67b7b;
}

.MiniMenu {
float: right; 
width: 260px; 
margin-left: 15px;
margin-bottom: 10px;
padding: 10px; 
text-align: justify;
font-size: 13px; 
background: #CCDEE6; 
color: inherit;
border: 1px dashed #1F435A;
}

.MiniMenu A {
background: none;
}

.MiniMenu LI  {
margin-left: -20px;
}

.MiniMenuHeading {
font-weight: bold;
color: maroon;
background: transparent;
}

.Note {
text-align: justify;
font-size: 13px; 
background: #CCDEE6; 
color: inherit;
border: 1px dashed #1F435A;
padding: 20px;
}

.TableTop {
width: 95%;
margin-bottom: 25px;
}

.TableTop TD {
vertical-align: top;
font-family: arial,verdana,sans-serif;
font-size: 15px;
line-height: 20px;
padding: 5px;
color: #000000;
background: none; 
}

.PTCodeBox {border: 1px solid #bcbcbc;}

.Divider, .IndexDivider {
height: 1px; 
line-height: 1px; 
background: none;
border-bottom: 1px solid #808080;
margin-bottom: 30px;
}

.StarDivider {font: 26px 'times new roman',serif;}

.IndexDivider {margin: 35px 0px;}
.MoreLink {font-style: italic; margin-bottom: 50px;}


/* RIGHT SIDEBAR */

.RightCol {
width: 210px;
float: right;
margin: 60px 0px 0px 10px;
background: #CCDEE6;
font-size: 14px;
line-height: 17px;
}

.RightCol_Leader {
width: 210px;
float: right;
margin: 180px 0px 0px 10px;
background: #CCDEE6;
font-size: 14px;
line-height: 17px;
}

.RightColHead {
background: #1F435A; 
color: #FFCB73; 
margin: 0px ! important; 
padding: 10px 15px; 
font-size: 18px;
}

.RightCol DIV, .RightCol_Leader DIV {
margin: 15px;
}

.RightCol P, .RightCol_Leader P {
margin: 15px;
text-align: justify;
}

.GoDaddyLink {
font-size: 15px; 
margin-top: 7px;
margin-bottom: 30px ! important; 
text-align: left;
}

/* BOTTOM LINKS */

.NextBack { /* Table wrap */
position: relative;
width: 530px;
margin-top: 0px;
margin-bottom: 20px;
text-align: left;
}

.NextBack A:hover {color: #ff0000; background: #ffcc00;}

.BackLink {
width: 33%;
padding: 0px;
text-align: left;
font: bold italic 16px/19px "times new roman",serif;
}

.TopLink {
width: 34%;
padding: 0px;
text-align: center;
font: bold italic 16px/19px "times new roman",serif;
}

.NextLink {
width: 33%;
padding: 0px;
text-align: right;
font: bold italic 16px/19px "times new roman",serif;
}


/* FOOTER */

#Footer {
width: 990px;
clear: both;
height: 52px;
background-position: 0px -201px;
background-repeat: no-repeat;
color: #000000;
text-align: left;
position: relative;
margin-left: auto;
margin-right: auto;
}
* html #Footer {height: 52px;}

#ClearFooter {
clear: both; 
height: 46px;
}
* html #ClearFooter {height: 46px;}

#FooterLinks {
margin-left: 210px;
}

#FooterLinks {
padding-top: 5px;
}

#FooterLinks A {
font: normal bold 13px/15px arial,helvetica,sans-serif;
}

#Copyright {
margin-top: 5px;
font: normal normal 12px/14px arial,helvetica,sans-serif;
color: #0D1E28;
text-align: center;
}

/* 
NOTES 

Menu BG color: #ACD0E0
*/