/* Generic Selectors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;		
	background-color: #000000;
	color: #ffffff;
	/*margin: 0 0 0 0; top right bottom left*/	
}

p {

}

li {
	list-style-type: none;
	line-height: 150%;
	list-style-image: url(../images/arrowSmall.gif);
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	color: #ffffff;
	font-weight: normal;
	border-bottom: 1px solid #C6EC8C;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	color: #ffffff;
	font-weight: normal;
}

dt {
padding-bottom: 5px;
padding-top: 10px;
	color: #ffffff;

	font-size: 27px;
}

dd {
width: 80%;
	color: #1199ff;
}


/************************* Classes *************************/





/*************************  Pseudo classes *************************/
A:link {
	color: #00CC00;
	text-decoration: underline;
	font-weight: bold;
}
li A:link {
	color: #00CC00;
	text-decoration: none;
	font-weight: bold;
}

A:visited { 
color: #00CC00;
text-decoration: underline;
font-weight: bold;
}

li A:visited { 
color: #00CC00;
text-decoration: none;
font-weight: bold;
}

A:hover {
color: rgb(0, 96, 255);
font-weight: bold;
text-decoration: underline;

}
li A:hover {
	display: block;
	color: rgb(0, 96, 255);
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;	
}
  
A:active { 
color: rgb(255, 0, 102);
font-weight: bold; 
} 


/*************************  ID's *************************/

#boxen {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	border:1px dashed rgb(150,80,30);
	background-color:#000000;
	padding:10px;
	z-index:3;
	margin-top:10px;
	margin-bottom:20px;
	width:600px;

}

#tc {/* Container for main train page */
	position:relative; 
	width:710px;
	background-color:#000000;
	padding:0px;
	z-index:4;

}

#tb {
	position:relative;
	left:0px;
	width: 210px;
	height: 200px;
	border:1px dashed rgb(150,80,30);
	padding:5px;
	margin:0px 10px 10px 10px;

}

#t1 {/* Collum 1. */
	position:absolute; 
	left:0;
	width:210px;
	background-color:#000000;
	z-index:5;

}

#t2 {
	position:absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */
	left:235px;
	width:210px;
	background-color:#000000;
	z-index:5;

}

#t3 {
	position:absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */
	right:0px;
	width:210px;
	background-color:#000000;
	z-index:5;

}

#centerDoc {
	position: relative;	
	z-index: 1;
	top:17px;
	bottom:100px;
}

#topbar {
	position: relative;
	left: 0;
	height: 85px;	
	margin:5px 5px 5px 5px;
	border:2px solid rgb(150,80,30);
	background-color:#1f1f1f;
	padding:5px;

}

#cat1 {/* Collum 1. */
	position:absolute; 
	left:0;
	width:400px;
	background-color:#000000;
	z-index:5;

}

#cat2 {/* Collum 2. */
	position:absolute; 
	left:400;
	width:400px;
	background-color:#000000;
	z-index:5;

}


