body {

	margin: 0;

	padding: 0;	

}



table {

	font: 14px Verdana, Arial, Helvetica, sans-serif;
		

}



/* Typography background: rgb(186,218,208) */




b, strong {
	color: #000;

}



td.bg {

	background: url('../images/Menu-bar3.png') repeat-x bottom left;
	font-size: 11px;
	color: white;

}

td.bg a {
	color: white;
}

td.bg a:hover {

	color: yellow;

}

td.smenu {
	font-size: 12px;
	background-color:#00a3b4;
	color: white;
}

td.smenu a {	
	color: white;
}

td.smenu a:hover {

	color: black;

}

td.sep {
	padding-left: 10px;
	padding-right: 10px;
	background: url('../images/separator1.jpg') center no-repeat;

}

td.bkg  {
	background: url('../images/screen_background3.png') repeat-x top left;
	background-color:#c4eff6;
}



/* Headings  #387f79*/



h1, h2, h3, h4, h5, h6 {

	font-family: Arial, Helvetica, sans-serif;

}	



h2.heading {
	font-family: Verdana;
	font-size: 16px;	
	text-align: center;
	line-height: 18px;
	vertical-align: bottom;	
	padding-bottom: 10px;
}

h3.heading {
	font-family: Verdana;
	font-size: 22px;	
	text-align: left;
	line-height: 18px;
	vertical-align: bottom;
}



h4.heading {

	font-size: 15px;
	text-align: center;
}	



h5.heading {

	font-size: 15px;

	margin-top: 10px;

}

/* Titles */



div.title {

	display: block;

	height: auto;

	padding: 0px;

	margin-top: 10px;

	border-bottom: 1px solid #387f79;

}



/* Input background: #387f79;  */



input, 

textarea {

	padding: 3px;

	font: 10px Verdana, Arial, Helvetica, sans-serif;

	color:#333333;

	width: 200px;

	border: 1px solid #B8B8B8;

}



.btn {

	width: 80px !important;

	border: none;

	background: url('../images/Menu-bar3.png') repeat-x bottom left;

	color: white;

}



/* Content */



table.content p {

	line-height: 20px;

	margin: 0px;

	font-size: 11px;

}



td.sidebar {

	padding: 7px 10px 10px 20px;
	line-height: 16px;
	font-size: 12px;
}

/* Text */



td.text {
	padding-left: 10px;




	padding-right: 10px

	padding-bottom: 50px;
	line-height: 16px;
	font-size: 11px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.text1 {
	padding-left: 10px;
	padding-right: 10px

	padding-bottom: 50px;
	line-height: 16px;
	font-size: 11px;	

}


/* Stats */



table.stats {

	margin: 10px 0;

	border-left: 1px solid #B8B8B8;

	border-top: 1px solid #B8B8B8;

}	



table.stats td {

	padding: 4px;
	font-size: 11px;

	border-bottom: 1px solid #B8B8B8;

	border-right: 1px solid #B8B8B8;

}


/* About College Stats */



table.qstats {

	margin: 10px 0;

	border-left: 0px solid #B8B8B8;

	border-top: 0px solid #B8B8B8;

}	



table.qstats td {
	padding: 4px;

	border-bottom: 0px solid #B8B8B8;

	border-right: 0px solid #B8B8B8;
	font-size: 11px;
	text-align: left;

}

table.qbstats td {
	background-color: #CCC;
	color: #000;

	padding: 4px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top: 1px solid #B8B8B8;

	border-bottom: 1px solid #B8B8B8;

	border-right: 1px solid #B8B8B8;
	border-left: 1px solid #B8B8B8;
	font-size: 11px;
	text-align: left;

}

/* New menu system */

.glossymenu, .glossymenu li ul{
list-style-type: none;
line-height: 9px;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: url('../images/Menu-bar3.png') repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
float: left;
position: absolute;
width: 200px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 190px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url('../images/arrow.gif') no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: yellow;
}

.glossymenu li a:hover{
background-image: url('../images/Menu-bar4.png');
}


/* Calendar */

.main {
width:200px;
border:1px solid #387f79;
}

.month {
background-color:#00a3b4;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:#52bec0;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: #c4eff6;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}
