/* CSS Document */
body {
	padding: 0; 
	margin:0 0 0 0;
  	
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:135%;
	}

h1 {
	
	font-size:38px;
	font-style:oblique;
	font-weight:bold;
	line-height:normal;
	}

h2 {
	
	font-size:24px;
	line-height:normal;
	}	
h3 {
	
	font-size:13px;
	
	line-height:normal;
	}
h4 {
	
	font-size:20px;
	color:#990000;
	line-height:normal;
	}		

#navBar {
	position:absolute;
	width:160px;
	height:560px;
	z-index:1;
	top: 170px;
	left: 12px;
	background-color: #990000;
	font-size:16px;
	line-height:175%;
	font-weight:bold;
	
	}
#navBar li {
	list-style:none;
	margin-left: -20px;
	margin-top:8px;
	}

#navBar li a:link{
	text-decoration:none;
	color:#FFFFFF;
	}
#navBar li a:visited{
	text-decoration:none;
	color:#FFFFFF;
	}
#navBar li a:hover {
	text-decoration:overline underline;
	
	}
#houseBanner {
	position:absolute;
	width:153px;
	height:144px;
	z-index:2;
	left: 13px;
	top: -1px;
	}
#title {
	position:relative;
	width:625px;
	height:77px;
	z-index:3;
	left: 205px;
	top: 7px;
	text-decoration:underline overline;
	}
	
#column01 {
	position:absolute;
	width:345px;
	height:584px;
	z-index:4;
	left: 205px;
	top: 85px;	
}
#column01 a:link{
	
	color:#000000;
	}
#column01 a:visted{
	text-decoration:none;
	color:#00FF00;
	}
	
#column01 a:hover {
	text-decoration:overline underline;
	}

#column02 {
	position:absolute;
	width:645px;
	height:145px;
	z-index:4;
	left: 254px;
	top: 85px;	
}
#column02 a:link{
	
	color:#000000;
	}
#column02 a:visted{
	text-decoration:none;
	color:#00FF00;
	}
	
#column02 a:hover {
	text-decoration:overline underline;
	}
#footer {
	position:absolute; 
	width:762px; 
	height:18px; 
	z-index:10; 
	left: 12px; 
	top: 730px; 
	background-color: #990000; 
	
	font-size:11px;
	color:#FFFFFF;
	}

#footer  a:link{
	text-decoration:none;
	color:#ffffff;
	}
#footer  a:visited{
	text-decoration:none;
	color:#FFFFFF;
	}
	
#footer a:hover {
	text-decoration:overline underline;
	}	
#orderForm {
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	left: 185px;
	top: 305px;	
	}
#orderForm a:hover{
	text-decoration:overline underline;
	}
#flash {
	top: 124px;
	position:absolute; 
	width:203px; 
	height:257px; 
	z-index:5; 
	left: 581px; 
	
	}
	

#sidebar {
	top: 124px;
	position:absolute; 
	width:203px; 
	height:257px; 
	z-index:5; 
	left: 581px; 
}
.dimmed {
	color:#999999;
	}
#benefits {
	position:absolute;
	width:600px;
	height:145px;
	z-index:4;
	left: 199px;
	top: 85px;	
}
#orderNow{
background-color:#990000;
color:#FFFFFF
}
#bulletPoints {
	font-size:16px;
	line-height:28px;
	position:absolute; 
	width:330px; 
	height:470px; 
	z-index:2; 
	left: 444px; 
	top:150px;
	}
#courseImage {
	left:185px;
	top:135px;
	}	
.learnMore{
	font-size:20px;
	line-height:24px;
	color:#000000;
		}
.learnMore a:link{
	color:#000000;
}
.learnMore a:visited{
	color:#000000;
}

.learnMore a:hover{
	text-decoration:overline underline;
	
	}

.solidborder {
	border-width:medium;
	border-color:#999999;
}					

/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:8px; margin-right:10px; padding:12px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(images/minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(images/plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(bullet.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 10pt; font-weight:bold; }
	ul.mktree  li ul li { font-size: 11pt; font-weight:normal; padding-left:25px}
	ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }
	}
	

