/* COLORS AND STYLES */

a:link {color: #00247e; text-decoration: none;}     /* unvisited link */
a:visited {color: #00247e; text-decoration: none;}  /* visited link */
a:hover {color: #00247e; text-decoration: none;}   /* mouse over link */
a:active {color: #00247e; text-decoration: none;}   /* selected link */

body {
	
	font-family: geneva, arial, helvetica, sans-serif ;
	font-size: 10pt ;
	line-height: 11pt ;
}
h1,h2 {
	font-size: 14pt;
	line-height: 18pt;
	color:#0068A2; 
	}
.menudark {

	color: #ffffff ;
	background-color: #0068A2;
	border-bottom-color: white;
	border-bottom-style: solid;

}


.menumedium {

	color: #ffffff ;
	background-color: #AFAC7C;
	border-bottom-color: white;
	border-bottom-style: solid;

}

.menulight {

	color: #ffffff ;
	background-color: #9d9e9c;
	border-bottom-color: white;
	border-bottom-style: solid;

}
table.bigtable {

background-image: url(bg.gif);

}
.tableborder {
border: 1px solid #e5e5e5;
}
.facultytable {
	border: 1px solid #e5e5e5;
	font-size:8pt;
}
img.spectrum {

}



td.logo {
	background-color: white;

}


td.motto {
	background-color:  white;

}

td.search {

	background-color: white;

}


td.callout1 {

	border-left-color: white;
	border-left-style: solid;
	border-right-color: white;
	border-right-style: solid;


}
.menutop {
	text-decoration:none;
	font-weight:600pt;
	color: #ffffff;
}
.footer {
	text-align: right;
	color: #ffffff;
	padding-right:8pt;
	padding-top:2pt;
	padding-bottom:2pt;
	}
.footerlinks {
	text-align: right;
	color: #ffffff;
	padding-top:2pt;
	padding-bottom:2pt;
	text-decoration:underline;
}


td.secondary {

	background-color: #e5e5e5;
}


td.notices {

	background-color: white;
	color: black;

}

td.navbar {

	background-color: #e5e5e5;
	border-right: 1px solid #ffffff;
width: 174px;
}

.right_column{

	background-color: #e5e5e5;
	border-left: 1px solid #ffffff;

}

td.secondary {

	background-color: #e5e5e5; 
	border-right-color: #e5e5e5; 
	border-right-style: solid; 

}

select.quicklinks {

}


.menudark {

	color: #ffffff ;
	background-color: #0068A2;
	border-bottom-color: white;
	border-bottom-style: solid;

}


.menumedium {

	color: #ffffff ;
	background-color: #AFAC7C;
	border-bottom-color: white;
	border-bottom-style: solid;

}

.menulight {

	color: #ffffff ;
	background-color: #9d9e9c;
	border-bottom-color: white;
	border-bottom-style: solid;

}

a.menulinkdark:link {color: white;}
a.menulinkdark:visited {color: white;}
a.menulinkdark:hover {color: #ffecb0;}
a.menulinkdark:active {color: white;}

a.menulinkmedium:link {color: white;}
a.menulinkmedium:visited {color: white;}
a.menulinkmedium:hover {color: #ffecb0;}
a.menulinkmedium:active {color: white;}

a.menulinklight:link {color: white;}
a.menulinklight:visited {color: white;}
a.menulinklight:hover {color: #ffecb0;}
a.menulinklight:active {color: white;}


h1 {

	color: black;

}

p {

	color: black;

}

td.mainbody {
	
	color: black;
	
}



/* WIDTHS, LINES, AND PADDING */

table.bigtable { 

	width: 970px; 
	
}

img.spectrum {

	margin-left: 16px;
	padding-top: 10px;
}

.tableborder{
	border:1px solid #AEAB7C;
	}



td.mainbody { /* must add up to 550 */

	width: 528px; 
	padding: 5px 10px 10px 10px; 
	border-right-width: 1px;
	border-left-width: 1px;

}
td.widebody {
	width:800px;
	padding:10px 10px 10px 10px;
	border-right-width:1px;
	border-left-width: 1px;
}
td.notices {

	width: 970px;
	
}


td.secondary { /* must add up to 276 */

	width: 255px;
	padding: 5px 10px 10px 10px; 
	border-right-width: 1px; 

}

select.quicklinks {

	margin-left: 11px;
	width: 150px;
	
}


.menudark {

	padding: 2px 2px 2px 2px;
	border-bottom-width: 1px;
}


.menumedium {

	padding: 2px 2px 2px 2px;
	border-bottom-width: 1px;
}

.menulight {

	padding: 2px 2px 2px 2px;
	border-bottom-width: 1px;
}
td.verticalheight {
	width: 1px;
	height: 250px ;
	background-image: url('/shared/shared_rootsite/images/spacer.gif');
	text-align: center ;
	vertical-align: middle ;
}