/* CSS Document */
body {
	background: #A3CDE3;
	color: #000080;
	font-size:16px;
	font-family: Arial;
	text-align: justify;
	
	}
	

/*These are for the links*/
A:link {text-decoration: none; color: #800000;}
A:visited {text-decoration: none; color: #800000;}
A:active {text-decoration: none; color: #800000;}
A:hover {text-decoration: none; color: #800000;}

/*Headings 1 and 2*/

h1 {font-size: 18px;
	text-align: center;
	font-weight:100;
	}

h2 {text-align:left;
	font-weight:100;
	font-size: 18px;
}	

/********************Main Part Where Text Goes**********************/

div#topbar1 {
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 0;
	width: 870px;
	height: 60px;

}

div#topbar2 {
	position: absolute;
	top: 75px;
	left: 11px;
	z-index: 0;
	width: 870px;
	height: 80px;
	background-image:url('topbar2.jpg');
}

td.topnav {

height: 15px;
font-weight: bold;
font-size: 14;
text-align: left;
color: #800000; 
font-family: Trebuchet MS;
vertical-align:middle;

}


/********************Main Part Where Text Goes**********************/


div#casing {
	position: absolute;
	z-index: 0;
	left: 120px;
	top: 155px;
	width: 700px;
	
}

div#mainbox {
	position: relative;
	z-index: 1;
	width: 600px;
	background: #DFF4FF none;
	border: 4px solid #201E5F;
	height: auto;
	padding: 10px 30px 10px 50px;
}

div#footer{
	z-index: 1;
	bottom-border: 4px dotted #201E5F;
}


/********************INDEX SPECS!**********************/


div#indcasing {
	position: absolute;
	z-index: 0;
	left: 40px;
	top: 155px;
	width: 700px;
	
}

div#indmainbox {
	position: relative;
	z-index: 1;
	width: 700px;
	background: #DFF4FF none;
	border: 4px solid #201E5F;
	height: auto;
	padding: 10px 30px 10px 50px;
}

div#getstarted {
	position: absolute;
	z-index: 2;
	left: 95px;
	top: 390px;
	width: 100px;
	
}

/********************Side Navigation Bar**********************/



div#sidetitle {
	position: absolute;
	top: 155px;
	left: 10px;
	z-index: 2;
	height: 29px;
	width: 110px;
	background: #DFF4FF none;
	border: 4px solid #201E5F;
	border-right: 0px;

	text-align: center;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
}


div#sidebar {
	position: absolute;
	top: 197px;
	left: 6px;
	z-index: 2;
	width: 150px;
}
	
/*These are for the large glossary table*/

td.glosslft {background: #FFFFF3 none;
	  		 align:left;
			 font-family:"Courier New", Courier, mono;
			 font-weight: bold;
	  		 text-align: left;
}

td.glossrt {background: #FFFFF3 none;
	  		 text-align: left;

}
