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

body {
background-color: #000000;
font-family: "Century Gothic", Verdana, Tahoma;
font-size: 13px;
font-weight: normal;
color:#CCCCCC;   /* grey */  
scrollbar-face-color: antiquewhite;
scrollbar-highlight-color: darkorange;
scrollbar-3dlight-color: yellow;
scrollbar-darkshadow-color: black;
scrollbar-shadow-color: antiquewhite;
scrollbar-arrow-color: blue;
scrollbar-track-color: lightyellow;
}

a {
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #9E76C5; /* purple */
	text-decoration: underline;
	}
	
a.dark{
	color:#333333; /*dark grey*/
}
	
a:visited {
	color: #9E76C5; /* purple */
	text-decoration: underline;
	}

a:hover {
	color: #FFCCFF;  /* pink */
	text-decoration: underline;
	}

h1 { font-family:"Century Gothic", Verdana, Tahoma; font-size: 36px; color: #CCCCCC }
h2 { font-family:"Century Gothic", Verdana, Tahoma; font-size: 24px; color: #CCCCCC }
h3 { font-family: "Century Gothic", Verdana, Tahoma; font-size: 24px; color: #CCCCCC }
h4 { font-family: "Century Gothic", Verdana, Tahoma; font-size: 18px; color: #CCCCCC }
h5 { font-family: "Century Gothic", Verdana, Tahoma; font-size: 12px; color: #CCCCCC }
h6 { font-family:"Century Gothic", Verdana, Tahoma; font-size: 8px; color: #CCCCCC }

hr {
	border: 1px solid #111111;
}

img {padding:10px;
}

table{
	border:hidden;
	
}

table.hours{  /* this is just for the office hours */
	border:1px;
	width:300px;
}

.contentTable{  /* this is the main meat on the page (right hand bottom 'frame') */
	width:800px;
}


p {
	text-align: justify;
	}
	
.pageHeaders {   /* big a nd purple */
	font-size: 24px;
	color: #CC99FF;
}	
	
.newsHeader {  /* bold and pink */
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #FFDCFF;
}

.newsItem { /* think and pink */
	font-family: "Century Gothic", Verdana, Tahoma;
	font-size: 14px;
	line-height: 18px;
	color: #FFDCFF;	
}

.sectionHeaders {  /* bold and purple */
	font-size: 18px;
	font-weight: bold;
	color: #CC99FF;
}

.menu {  /* just for the left hand navigational menu */
	background-image: url(images/banner/menuBG.gif);
	background-repeat: repeat-y;
	width:160px;
	margin-left:0px;

}

.menuText{  /* just for the text on the left hand navi menu */
	text-indent:8pt;
}



#bannerMenu {  /* just for the banner at the top */
	position:absolute;
	padding:0px;
	left:0;
	top:95px;
	#top:101px;
	width:720px;
	height:22px;
	z-index:2;
	style="text-decoration:none;"
	overflow: visible;
}

.facultyPic {  /* for all the faculty bios */
	float:left;
	margin-right:10px;
	margin-left:0px;
	margin-bottom:10px;
}

.slc { /* just for suzanne laliberte clark */
	color:#FFCCFF;
	font-size: 14px;
	}

#home .home, #faculty .faculty, #classes .classes, #summer .summer, #events .events, #companies .companies, #store .store
{	
	color:#CC99FF;
	text-transform:uppercase;
	
}
