html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-image: url(graphics/blueBG2010.jpg);
	padding: 0px;
	margin-top: 0px;
}

/* top navigation links in blue background gradient */
a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:hover {
	color: #FFCC00;
}

/* code to make waterpipe separators white in blue navigation area */
.navwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
}

/* table row style for horizontal blue navigation 34 high */
.bluenavBG {
	background-image: url(graphics/bluenavBG.jpg);
}

.bluegradient {
	background-image: url(graphics/bluegradient1.jpg);
	background-repeat: repeat-x;
}

/* table row style for horizontal gray navigation with drop menu 37 high */
.graynavBG {
	background-image: url(graphics/graynavBG.jpg)
}

/* white text on dark gray backgrounds */
.contentwhite {
	background-image: url(graphics/contentBG2.jpg);
	background-color: #DDB0AB;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.1;
}

/* blue gradient area on homepage and interim pages next to medium sized graphic */
.bannerarea {
	padding: 5px 15px 5px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #112233;
	line-height: 1.1;
	background-image: url(graphics/bluegradient1.jpg);
}

.smaller {
	font-size: 9pt;
}

/* uppermost gray bar divider below drop menu */
.graybarupper {
	background-image: url(graphics/graybarBG1.jpg);
	background-color: #999999;
}

/* lower gray bar divider below banner */
.graybarlower {
	background-image: url(graphics/graybarBG2.jpg);
	background-color: #999999;
}

/* light blue page titles */
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	letter-spacing: 1px;
	color: #DDEEFF;
	padding: 0px;
	margin: 0px;
}

/* white subheaders */
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	letter-spacing: 1px;
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-top: 0px;
	margin: 0px;
}

/* smaller headers on product pages */
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	letter-spacing: 1px;
	color: #112233;
	margin: 0px;
}

/* light blue subheaders, same as h1 but for use when multiple occurrences */
h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	letter-spacing: 1px;
	color: #DDEEFF;
	margin: 0px;
	padding: 0px;
}

/* left side of rounded gray container */
.grayboxleft {
	background-image: url(graphics/grayboxleft.gif);
	background-repeat: repeat-y;
}

/* right side of rounded gray container */
.grayboxright {
	background-image: url(graphics/grayboxright.gif);
	background-repeat: repeat-y;
}

.header {
	background-image: url(graphics/headerBG.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(graphics/footerBG.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

/* links below table */
.footer2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* smaller links in lowermost footer */
a.foot {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a.foot:hover {
	color: #FFCC00;
}

/* orange links on training content, training games, and IB-TB */
a.orange {
	color: #E46C0A;
	font-weight: bold;
}

a.orange:hover {
	color: #FFCC00;
}

/* white links for use on the dark background */
a.white {
	color: #FFFFFF;
}

a.white:hover {
	color: #FFCC00;
}

/* light blue links for use on dark gray background */
a.ltblue {
	color: #DDEEFF;
}

a.ltblue:hover {
	color: #FFCC00;
}

/* dark blue links for use in the banner area */
a.blue {
	color: #000099;
}

a.blue:hover {
	color: #FFCC00;
}

/* bold yellow links for overlib popup text in game pricing area */
a.yellow {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

a.yellow:hover {
	color: #FFFFFF;
}

/* buy now area on products pages */
.boldyellow {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
}

form {
	margin: 0px;
	padding: 0px;
}

.borderltblue {
	border: 1px solid #DDEEFF;
}

/* border used on links page */
.bordergray {
	border: 1px inset #999999;
}

#cart a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}

#cart a:hover {
	color: #FFCC00;
}

/* game image black borders */
.borderblack {
	border: 1px solid #000000;
}