/* Main */
body { 
	margin-top : 0px;
	margin-left: 0px;
	font: 10pt Arial, Helvetica, sans-serif; 
	color: #000080;
	background:url('uccbak.gif');
}
a:link { color: #000040; };
a:visited { color: #0000ff; };
tr { color: #000080; }
/*
p { 
    text-indent: 50px;
    text-align: justify;
}
*/
div.menubar {	
	margin-top: 0px;
	margin-left: 4px;
	top: 0px;
	width: 100%;
	left: 100px;
	height: 24px;
	background-color: #e3e3e3;
}
div.lowermenu {
	margin-top: 0px;
	margin-left: 0px;
	top: 30px;
	width: 100%;
	left: 100px;
	background: #d3d3d3;
}
/* notices for homepage */
div.homepagenotice {
	border: 0;
	width: 100%;
	top: 100px;
	margin: 10px;
	text-align: center;
	font
}
/* centered content for main areas of documents mostly used for schedules */
div.centercontent {
	margin: 10px;
	border: 0;
	width: 100%;
	top: 100px;
	left: 0px;
	text-align: center;
}
/* majority of content */
div.content {
	margin: 10px;
    border: 0;
	width: 100%;
	top: 100px;
	left: 0px;
}
/* Page header */
div.pageh {
    text-align: center;
    /*
    font-family: Geneva, sans-serif;
    */
    font-size: 14pt;
}
/* Header on home page */
div.sectionh {
	font-size: 12pt;
    font-family: Geneva, sans-serif;
	/* color: #008000; */ 
    /* text-decoration: underline; */
    text-align: center;
    
}

/* Page footer */
div.footer {
	padding: 10px;
	width : 100%;
	text-align: center;
    font-family: Verdana;
	font-size : 8pt;
}
/*****************************
* From the Tigra Menu System	margin-top: 0px;

*****************************/
/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l0iover {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #e3e3e3;
	background: #e3e3e3;

}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AA7E5;
}

/* level 1 inner */
.m0l1iout {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #46B446;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AE55A;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}
