@charset "UTF-8";
/* CSS Document */

/* code to fix PNG problem for CSS background images; */
/* assumes iepngfix.htc & blank.gif are at the same level as this CSS file */
/* HTTP://bjorkoy.com/post/sow/8 */
#new { 
	behavior: url(iepngfix.htc);
	}
	
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#444;
	text-align: center;
	margin: 0;
	padding: 0;
	}

a {
	text-decoration: none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
h3 {
	font-weight: bold;
	font-size: 1.1em;
	color:#000000;
	margin: 25px 0 0 0;
	}

.h3Snug {
	font-weight: bold;
	font-size: 1.1em;
	color:#000000;
	}
	
#theCourse h3 {
	margin: 0px;
	}
	
dt {
	color: #0066CC;
	font-weight: bold;
	margin-bottom: 30px;
	}
	
.red, .red a {
	color: red;
	}
	
.black {
	color: black;
	}
	
.smallText {
	font-size: 80%;
	}
	
.links a {
	font-weight:bold;
	}
	
.links a, .links a visited, .listLinks, .listLinks a, .listLinks a:visited {
	color:#0066CC;
	}
	
.links a:hover, .listLinks a:hover {
	color: #6699cc;
	}
	
	
.redlinks a, .redlinks a visited {
	font-size: 100%;
	font-weight: bold;
	color:#CC0000;
	}
	
.redlinks a:hover {
	color:#FF0000;
	}
	
.redLinksIndented a, .redLinksIndented a:visited {
	font-size: 130%;
	font-weight:bold;
	color:#CC0000;
	padding-left: 45px;
	}
	
.redLinksIndented a:hover {
	color:#FF0000;
	}
	
.listLinks, .list {
	line-height: 130%;
	list-style:square;
	font-size: 85%;
	}

.listLinks .listlinksOff {
	list-style:none;
	}
	
ul ul li {
	list-style:none;
	}
		
dd ul, dd ul ul {
	margin-left: 1em;
	padding: 0;
	}
	
dd .nonCalc {
	width: 100px;
	}
	
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	/*background:transparent url(images/PageShade800.jpg) repeat-y  center;*//*if used, need to make container 860*/
	/* IE6 needs comments in head area of html #container {zoom: 1;} */
	}

#header {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	}
		
#main {
	padding-left: 30px;
	}
	
#main dl {
	float: left;
	width: 322px;
	height: 280px;
	margin: 10px 20px 10px 0px;
	padding: 10px 10px;
	display: inline; /* IE bug fix for double margin */
	border: 1px solid #98b5f1;
	}
	
#main dt {
	float: left;
	margin: 0;
	padding: 0;
	}
		
#main dd {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height:  1.2em;
	background: #fff;
	}
	
#main dd.ddImg img{
	float: right;
	margin: 20px 0 10px 5px;
	padding-left: 5px;
	}
	
#main .topFeature {
	position: relative;
	float:left;
	width: 322px;
	height: 170px;
	margin: 10px 20px 10px 0px;
	padding: 10px 10px;
	display: inline;
	border: 1px solid #98b5f1;
	}
	
	
#downloads {
	position: relative;
	}

	
#newBurstFeature {
	position: absolute;
	top: -2px;
	left: -19px;
	width: 85px;  /*need to add this width, margin and padding to a blank div to show background graphic*/
	height: 45px;
	margin: 0px auto;
	padding: 1em;
	background:url(images/new.png) no-repeat;
	}
	
#newBurstFeature2 {
	position: absolute;
	top: -2px;
	left: -19px;
	width: 85px;  /*need to add this width, margin and padding to a blank div to show background graphic*/
	height: 45px;
	margin: 0px auto;
	padding: 1em;
	background:url(images/new.png) no-repeat;
	}
	
#newImageFeature {
	position: absolute;
	top: 27px;
	left: 221px;
	width: 140px;
	height:142px;
	margin: 0px auto;
	padding: 1em;
	}

#main #downloads, #main #order {
	width: 150px;
	}

 #main #order {
	width: 130px;
	}
		
#footer {
	font-size: 85%;
	text-align: center;
	}
