/* -----------------------------------*/
/* ------------>>> Misc <<<-----------*/
/* -----------------------------------*/
.text {
	font-size: 12px;
	color: #26205A;
	padding: .4cm;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
}
.pubSubmitTop{margin: 0 0 0 -5px}

/* -----------------------------------*/
/* ---------->>> Headers <<<----------*/
/* -----------------------------------*/
h1 {
	
	font-size: large;
	color: #7D2546;
	margin: 15px 0 30px 0;	
}

/* -----------------------------------*/
/* ---->>> Page Header/Footer <<<-----*/
/* -----------------------------------*/
.footer {font-size: 12px; color: #26205A;}
.credits {color: #82769C}
.credits_sm {font-size: 11px; color: #82769C;}

/* -----------------------------------*/
/* ----------->>> Links <<<-----------*/
/* -----------------------------------*/
a {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;}
a:link {color: #645994;	text-decoration: none;}
a:visited {color: #8274B9; text-decoration: none;}
a:hover {color: #7D2546; text-decoration: none;}
a:active {color: #26205A; text-decoration: none;}

/* -----------------------------------*/
/* ---------->>> Top Menu <<<---------*/
/* -----------------------------------*/
.topbold {font-size: small; color: #26215B; font-weight: bold; }
.topbar {
	font-size: x-small;
	color: #5A5284;
	list-style-type: none;
	list-style-image: url(../new/img/bullet.gif);
	list-style-position: inside;
}
.top_menu, .top_menu:link, .top_menu:visited {
	font-family: Trebuchet MS;
	color: #CCCCCC;
	font-size: 13px;
	letter-spacing: .02cm;
	font-weight: bold;
	white-space: nowrap;
}
.top_menu:hover, .top_menu:active {color: #ffcc66;}
.top_menu_highlight, .top_menu_highlight:link, .top_menu_highlight:visited, .top_menu_highlight:hover, .top_menu_highlight:active {
	font-family: Trebuchet MS;
	color: #ffcc66;
	font-size: 13px;
	letter-spacing: .02cm;
	font-weight: bold;
	white-space: nowrap;
}

/* -----------------------------------*/
/* ---------->>> Tables <<<-----------*/
/* -----------------------------------*/
/*table: widths*/
.divPub, .tblEvents, .tblStaff{ width:90%;}

/*table: headers*/
.tblEvents h3{}

/*table: font, borders, and padding*/
table.tblPub, table.tblEvents, table.tblStaff{
	font-size:0.8em;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
.tblPub th, .tblEvents th, .tblPub td, .tblEvents td, .tblStaff td, .tblStaff th, .tblBio td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-collapse:collapse;
	border-color: #cccccc;
}

/*table: background colors*/
.tblStaff td:hover{ background-color: #DDE8FF}
.tblStaff td { background-color: #EEEDF2}

/*table: images*/
.tblStaff img{float: left; background-color:#FFFFFF; padding: 3px; margin: 0px 10px 0px 0px; width:70px; height:70px; border:1px #9592AF solid}
.tblPub img{border: none}

/*table: links*/
.tblPub a, .tblPub a:hover, .tblEvents a, .tblEvents a:hover, .tblStaff a, .tblStaff a:hover
{font-color: #006699; text-decoration:none}
.tblPub a:hover, .tblEvents a:hover, .tblStaff a:hover{ text-decoration:underline; background:transparent}

/*table: alternating colored rows*/
tr.ColorRowPub td{ background-color: #EEEDF2}
tr.ColorRowEvents td{ background-color: #FEF7D8}

/* -----------------------------------*/
/* ----->>> News/Testimonials <<<-----*/
/* -----------------------------------*/
.testimonial {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #645994;
	font-style: italic;
	white-space: normal;
}

button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
}

button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}
		
button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
