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


#container{
	width: 85%;
	margin: 0 auto;
	padding: 0;
	text-align: left; 	}

#header {
	text-align: center;
}

h3,h4 { color: #10718d; }

#sidebar {
	float: left;
	width: 130px;  }

	
#main {
/*	margin-left: 130px; */
	padding: 10px 10px 10px 10px; }
	
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #10718d;
	font-size: .8em; }
	
body {
	background-color: #FFF; 
	margin-left: 10px; 
	overflow: scroll; }

a {
	/* color: #10718d; */
	color: #1b94f2; 
	font-style:italic;
	}
a:link {
	text-decoration: none;
	/* color: #10718d; */
	color: #51b94f2; 
}
a:visited {
	text-decoration: none;
	/* color: #336666; */
	color: #51b94f2; 
}
a:hover {
	text-decoration: underline;
	/* color: #10718d; */
	color: #1b94f2; 
}
a:active {
	text-decoration: none;
	/* color: #336666; */
	color: #1b94f2; 
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}


.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;  }
	
.pageTitle {
 	font-family: 'Cinzel', 'serif';
 	font-size: large; 
	color: #10718d;
	font-style: italic;
	}


.mainContent {
	color: #10718d;
	font-style: italic;
	font-weight: bold;
}

.mainContent2 {
	color: #692283;
	font-style: italic;
	margin: 10px;
}

.mainContent3 {
	font-style: italic;
	color: #006666;
	text-transform: uppercase;

}

.CSdeptAddress {
	color: #10718d;
	font-style: italic;
	/* font-weight: bold; */
}

.italicsColor1 {
	font-style: italic;
	color: #10718d; 
}

.italicsColor2 {
	font-style: italic;
	color: #63F;
}

.codeStyle {
	font-family:"Courier New", Courier, monospace;
	background-color:#FFF;
}

.assignmentDates {
	color: #330099;
	font-weight: bold;
}

table, th, td
{
border: 1px solid #692283;
}

td
{
padding:15px;
}

table
{
width:100%;
}

.monthStyle { 	color: #692283; }
