body {
	background-image: url(stripBG.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: #333333;
	margin: 0px;	
}
body,td,th {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}
/*--------------- FRONT END BODY SECTIONS -------------------*/
#bodyBottom {
background-image:url(tableBtm.jpg);
width: 1000px;
height:34px;
}
#bodyMiddle {
background-image:url(tableMid.jpg);
width: 1000px;
}

/*----------------- CODE CONTAINER STYLE --------------------*/
.code {
background-color:#FFFFFF;
border: #B39455 1px solid;
padding: 10px;
overflow:auto;
}
.codeTable {
background-color:#FFFFFF;
padding:8px;	
line-height:1.3em;
width:622px;
border:1px;
border-style: solid;
border-color: #999999;
overflow: auto;
}
/*-----------------------                   TUTORIAL INDEX PAGES TITLE                      -------------------*/
#tutIndexTitle {
	margin-left:36px;
	font-size:16px;
	font-weight:800;
}
/*-----------------------                   TUTORIAL INDEX PAGES TABLE                      -------------------*/
#tutIndexTable {
	width:90%;
}
/*-----------------------                   TUTORIAL PAGES BODY                    -------------------*/
.tutIndexBody {
	margin-left:44px;
	margin-right:44px;
	line-height:1.7em;
}
/*-----------------------                   TUTORIAL INFO INC FILE TOP TABLE                    -------------------*/
.tutInfoTopTable {
	background-color: #666;
	width:100%;
	border: #B2B2B2 thin solid;
}
/*----------------- MAIN LEFT MENU CONTAINER -----------------------*/
.leftpane {
color: #FFFFFF;
width:166px;
padding-left: 16px;
font-size:10px;
}
/*--------------------- MAIN LEFT MENU BUTTON STYLES -----------------------*/
.vertmenu {
font-family: Arial, Helvetica, sans-serif;
font-size: 82%;
width: 166px;
padding: 0px;
margin: 0px;
}
.vertmenu ul {
list-style: none; font-size:15px;
margin: 0px;
padding: 0px;
border: none;
}
.vertmenu ul li {
margin: 0px;
padding: 0px;
}
.vertmenu ul li a {
font-size: 82%;
display: block;
background-image:url(leftmenubtn2.jpg);
padding: 5px 1px 2px 1px;
text-decoration: none;
color: #F8B152;
width:166px;
}
.vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #FFF;
background-image:url(leftmenubtn3.jpg);
}

/*--------------------- DEFAULT LINK STYLES -----------------------*/
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #609;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	color: #0033CC;
	text-decoration: none;
}
/*--------------------- WHITE LINK STYLES -----------------------*/
.whiteLinks {
	color:#FFF;
}
.whiteLinks a:link {
	color: #FFF;
	text-decoration: none;
}
.whiteLinks a:visited {
	color: #FFF;
	text-decoration: none;
}
.whiteLinks a:hover {
	color: #CCC;
	text-decoration: underline;
}
.whiteLinks a:active {
	color: #FFF;
	text-decoration: none;
}
/*--------------------- FOOTER LINK STYLES -----------------------*/
.footerText {
	color:#FFF;
}
.footerText a:link {
	color: #FF9900;
	text-decoration: underline;
}
.footerText a:visited {
	color: #FF9900;
	text-decoration: underline;
}
.footerText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerText a:active {
	color: #FF9900;
	text-decoration: underline;
}
/*--------------------- FOR CSS LAYERING TUTORIAL -----------------------*/
.layer1{
z-index:1;
position: relative;
left: 0px;
bottom: 0px;
}
.layer2{
z-index:2;
position: relative;
right: 25px;
bottom: 25px;
}
.layer3{
z-index:3;
position: relative;
right: 50px;
bottom: 50px;
}
.layer4{
z-index:4;
position: relative;
right: 75px;
bottom: 75px;
}
/*---------------------- GENERAL COLOR STYLES AND TEXT SIZES -----------------------*/
.style4 {color: #B18544}
.style5 {color: #990000;font-weight: bold;}
.style6 {color: #006600}
.style7 {color: #0066CC}
.style8 {color: #F60}
.boldRed {
color: #FF0000;
font-weight:bold;
}
.size10 {font-size: 10px}
.size11 {font-size: 11px}
.size14 {font-size: 14px}
.size15 {font-size: 15px}
.size16 {font-size: 16px}
.size17 {font-size: 17px}
.size18 {font-size: 18px}
.size20 {font-size: 20px}
.size22 {font-size: 22px}
.size24 {font-size: 24px}
.size28 {font-size: 28px}
/*-------------- NEWS PAGE STYLING -----------------*/
.newsPage {
border: thin #999999 solid;
background-image:url(newsBG.jpg);
background-color:#FFFFFF;
padding:18px;
line-height:1.5em;
margin-left:50px;
margin-right:50px;
}
.newsTitle {
	color: #000;
	font-size:14px;
}
.newsDate {
	color:#960;
	font-size:11px;
}
.newsAuthor {
	font-size:11px;
	color: #960;
}
.newsBody {
	font-size:12px;
}
/*-------------- ACTIVITY BAR ON THE BOTTOM -----------------*/
.activity{
	width:99.9%;
	height:36px;
	position: fixed;
	bottom:0;
	background-image:url(activityStrip.png);
	right: 0px;
}
.activity table{
	background-color: transparent;
	height:28px;
	margin-top:8px;
	color: #FACE7C;
	font-weight:700;
}
.activity table td{
	font-size:10px;
}
.actLine {
	color: #4E4E4E;
}
/*-------------- NAVIGATION BAR ON TOP -----------------*/
.topnav{
	width:100%;
	height:45px;
	position: fixed;
	top:0;
	background-image:url(topNavStrip.png);
	right: 0px;
	background-repeat:repeat-x;
	z-index:444;
	color:#FFF;
}
.topspacer{
	height:38px;
}
.topnav a:link {
	color: #FACE7C;
	text-decoration: none;
	font-weight:700;
}
.topnav a:visited {
	color: #FACE7C;
	text-decoration: none;
	font-weight:700;
}
.topnav a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight:700;
}
.topnav a:active {
	color: #FACE7C;
	text-decoration: none;
	font-weight:700;
}
/*-------------- FOOTER STYLES -----------------*/
.footerPlate {
	background-image:url(footerPlate.jpg);
}
/*-------------- SUCCESS AND ERROR NOTIFICATION STYLES -----------------*/
.suc_note {
background-color: #DCEDD3;
border-style:solid;
border: #5E9638 1px;
padding: 12px;
width:86%;
}
.error_note {
background-color: #FFE1E1;
border-style:solid;
border: #990000 1px;
padding: 12px;
width:86%;
}
/*-------------- COURSE TUTORIAL "NEXT PAGE" BAR STYLE -----------------*/
#nextPageBG{
	width:650;
	height:22px;
	background-image:url(nextPageBG.jpg);
	right: 0px;
	background-repeat: no-repeat;
	padding:5px;
}