@charset "UTF-8";
/* CSS Document */

body{
padding:0px;
margin:0px;
background-color:#eae5cd;
background-image: url(images/background.gif);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a, visited {
	text-decoration:none;
	color:blue;

}

a:hover {
		color:black;

}



/* used on the tables describing the items to be made during class*/

.classdesc td {
	vertical-align:top;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	
	
}


.main_table{
	background-image: url(images/missionstatement.gif);
	background-repeat:no-repeat;
}

.subMain_table{
	background-image: url(images/subHeader.gif);
	background-repeat:no-repeat;

}

.green_back {

	background-image: url(images/green_grad.gif);
	background-repeat:repeat-x;
	
}

.menu_items{
	font-size:12px;
	text-align: right;

}

.mission {
	font-size:9px;
	color:#666600;
	line-height:2.0em;

}
.mission_title {

	font-size:12px;
}

.project_desc{
	
	font-size: 14px;
	color: black;
	line-height:2.0em;
	
}

.project_title{
	color: black;
	font-weight:bold;
	font-size:14px;
	letter-spacing: 3px;

}

/*
.class_desc{
	font-size: 14px;
	color: #996633;
	line-height:2.0em;

}

*/

.shadowbot{
	background-image:url(images/shadow.gif);
	background-repeat:repeat-x;
	background-position:bottom;

}

.shadowbot td{
	vertical-align:middle;
	text-align:left;
	font-style:italic;
	line-height:1.5em;
	padding-bottom:2.0em;

}

.shadowbot img{
	padding-bottom:5px;
	

}
.dropcap {
float:left;
font-size:25px;
line-height:25px;
padding-top:2px;
} 

.dropcap2{
/*
	float:left;
	font-size:25px;
	line-height:25px;
	padding-right:2px;
	position-top:-5px;*/
	}
	
	
.reg{
background-color:#99CCCC;
}

.regstr{
	padding:2px;
}
	
	
	
.frontPic{

	background-color:#666666;
	padding: 5px;
}

.picCaption{
	 text-align:center;
	 padding-top:5px;
	 color:#fdc79f;
}
