@charset "utf-8";
/* CSS Document */

#quickNavTD 
{
	width: 215px;
	min-width: 215px;
	max-width: 215px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#dividerTD
{
	background: #777777;
	font-size: 1px;
}

#mainHeader
{
	display: block;
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 40px;
	color: #b89d67;
	position: relative;
	height: 60px;
	background: url('http://classes.mst.edu/edtech/t4/greentexture.png');
	border-bottom: 1px solid #DDDDDD;
	padding-top: 15px;
}

#bodyPadding
{
	position: relative;
	padding: 0 10px 0 10px;
}

#subHeader
{
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 25px;
}

.sidebarHeader
{
	background: -webkit-linear-gradient(top, #12770F, #0A5D08); 
  	background: -o-linear-gradient(bottom, #12770F, #0A5D08);
  	background: -moz-linear-gradient(bottom, #12770F, #0A5D08);
  	background: linear-gradient(to bottom, #12770F, #0A5D08;
    color: white;
}

a:link {color:#5CA81E;}
a:hover {color:#5CA81E; text-decoration:underline;}
a:visited {color:#5CA81E;}




	

