body {
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 29px;
	min-width: 818px;
}

a {
	color: #09c;
	text-decoration: underline;
}

a:link {
  color: blue;
}

a:visited {
  color: #07a;
}

a:hover {
  color: #000000; 
	background-color: #CCCCCC;
}

a.popUpExt {
	display:inline-block;
	background: url("../images/popUpExt.gif") no-repeat 100% 50%;
	padding-right:16px;
}

#layoutContainer {
	width: 818px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/tutorialPageTile.gif) repeat-y
}


#mainHeader {
	height: 120px;
	background: url(../images/top.gif);
}



#navContainer {
	margin: 0;
	padding: 0 0 0 0px;
}

#navContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navContainer li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}



#swap01 {
	background-image: url(../images/home2.gif);    /* rollover state */
	width: 66px;                    /* image width */
	height: 23px;                   /* image height */
}
#swap02 {
	background-image: url(../images/tutorials2.gif);    /* rollover state */
	width: 86px;                    /* image width */
	height: 23px;                   /* image height */
}
#swap03 {
	background-image: url(../images/freebies2.gif);    /* rollover state */
	width: 87px;                    /* image width */
	height: 23px;                   /* image height */
}
#swap04 {
	background-image: url(../images/forums2.gif);    /* rollover state */
	width: 81px;                    /* image width */
	height: 23px;                   /* image height */
}
#swap05 {
	background-image: url(../images/about2.gif);    /* rollover state */
	width: 69px;                    /* image width */
	height: 23px;                   /* image height */
}
#swap06 {
	background-image: url(../images/contact2.gif);    /* rollover state */
	width: 76px;                    /* image width */
	height: 23px;                   /* image height */
}


/* Application: Common Code */

.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */



#leftContainer {
  margin-top: -3px;
	float: left;
	width: 256px;
}

.leftContent {
	text-align: left;
	margin: 15px 10px 0px 20px;
	padding: 0px;
	font-size: 0.9em;
}

.leftHeader {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	height: 20px;
	background: url(../images/leftHeaderbg.gif)
}

.newsEntry {
	text-align: left;
	margin: 10px 15px 0px 15px;
	padding: 5px;
}


#mainContainer {
	float: right;
	width: 818px;
}


#content {
	padding: 10px 30px 10px 20px;
	text-align: left;
}


#content h1 {
  font-size: 1.7em;
	border-bottom: solid 1px #000000;
	margin: 5px 5px 10px 0px;
}

#content img {
   text-align: center;
}

.contentHeaderBg {
  float: right;
	width: 14px;
	height: 20px;
	background: #5097B9;
	border-left: 1px solid #707070;
}


#aboveFooter {
	clear: both;
	width: 818px;
	height: 47px;
	background: url(../images/aboveFooterTut.gif)
}


#mainFooter {
	clear: both;
	width: 818px;
	height: 32px;
	background: url(../images/bottomTutorialPage.gif)
}

#mainFooterContent {
	text-align: center;
	padding-top: 10px;
	height: 22px;
}

#copyright {
  	float: left;
	font-size: 8pt;
	padding-left: 40px;
	color: #FFFFFF;
}

#copyright a{
  	font-weight: normal;
  	color: #FFFFFF;
	text-decoration: none;
}

#copyright a:hover{
	font-weight: normal;
  	color: #FFFFFF;
	text-decoration: underline;
}

#copyright a:visited{
 	color: #E0E0E0;
}

#bottomNavLinks {
  	float: right;
	font-size: 8pt;
	padding-right: 130px;
	color: #FFFFFF;
}

#bottomNavLinks a{
  	font-weight: normal;
  	color: #FFFFFF;
	text-decoration: none;
}

#bottomNavLinks a:hover{
	font-weight: normal;
  	color: #FFFFFF;
	text-decoration: underline;
}

#bottomNavLinks a:visited{
 	color: #E0E0E0;
}

.botLinks {
  font: 10px Verdana;
}


.tip1 {
	width: 450px;
	margin-left: auto; 
	margin-right: auto; 
	color: #000000; 
	background: #CCCCCC; 
	font: 11px Verdana, sans-serif; 
	padding: 5px; 
	border: solid 1px #000000;
}

.tip {
	width: 350px;
	margin-left: auto; 
	margin-right: auto; 
	color: #000000; 
	background: #CCCCCC; 
	font: 11px Verdana, sans-serif; 
	padding: 5px; 
	border: solid 1px #000000;
}

.tipHeader {
  font: 18px Verdana; 
	color: green; 
	font-weight: bolder;
}