a:link { color: black; }
a:hover, a:active { color: #336; }
a:visited { color: #933; }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
}
li {
	padding: 5px 0px 6px;
}
td { vertical-align: top; }

/***********************/
/*      CLASSES        */
/***********************/

.9pxlBody { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; line-height: 14px}
.BlueNavbar {
	background-color: #336;
	width: 99%;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	height: 19px;
	font-size: .1em;
	white-space: nowrap;
}
.BlueNavbar img {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.BottomNavText {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px}
.InternalLink {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-right: 8px;
	padding-left: 8px;
}
.MainBodyCopy, .MainBodyCopy table {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 1.3em; }
.MainBodyCopyBlue { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 13px ; color: #333366}
.MainBodyCopyBoldBlue { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 13px ; color: #003366}
.MainBodyGreen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 13px ; color: #003300}
.MainBodyPurple { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 13px ; color: #330033}
.MainPageHeading {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #333366}
.PricesDatesRed {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #CC0000; line-height: 13px}

/***********************/
/*       ID's          */
/***********************/

/* CMD */
#IncentiveCmd {
	padding: 0px 0px 24px;
}

/* NAVBARS */
#BlackNavBar {
	background-color: #000;
	padding-left: 10px;
}
#GrayNavBar {
	border-top: solid 1px black;
	background-color: #CCC;
	padding-left: 15px;
	padding-bottom: 2px;
}
#GrayNavBar a {
	white-space: nowrap;
}
#SubNavbar {
	padding: 0px 18px;
	line-height: 12px;
}
#SubNavbar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
}

/* SIDEBAR */
#BlueSidebar, #CyanSidebar, #CyanMutedSidebar, #GreenSidebar, #InsuranceSidebar, #RedSidebar, #TermsSidebar, #YellowSidebar {
	border-top: solid 1px black;
	border-right: solid 1px black;
}
#BlueSidebar, #GreenSidebar, #RedSidebar {
	padding-top: 17px;
	padding-left: 10px;
}
#CyanSidebar, #CyanMutedSidebar, #YellowSidebar {
	padding-top: 15px;
	padding-left: 2px;
}
#BlueSidebar { background-color: #369; }
#CyanSidebar, #InsuranceSidebar, #TermsSidebar { background-color: #066; }
#CyanMutedSidebar { background-color: #699; }
#GreenSidebar { background-color: #363; }
#RedSidebar {	background-color: #993333; }
#TermsSidebar, #InsuranceSidebar { padding-top: 22px; text-align: center; }
#YellowSidebar { background-color: #FF9; }

/* SIDEBAR INNER */
#BlueSidebarInner, #GreenSidebarInner, #RedSidebarInner {
	width: 95px;
}
#CyanSidebarInner, #CyanMutedSidebarInner, #YellowSidebarInner {
	width: 103px;
}
#InsuranceSidebarInner, #TermsSidebarInner { width: 105px; }

/* OTHER */
#GraySidebar {
	background-color: #CCCCCC;
	border-left: solid 1px black;
}
#GraySidebarImages {
	width: 225px;
}
#GraySidebarImages img {
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}
#Header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}
#MainContent {
	padding: 18px 50px 25px 30px;
}
