


/* css/debug.css */

/* CSS Document */

div.debug {
}
div.debug table  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 0;
}

div.debug .header { 
	font-weight: bold; 
	color: #FFF; 
}
div.debug td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #000;
}
div.debug .error {
	background-color: #F00;
	color: #FFF;
}

/* default */
div.debug td {
	background-color:#FFF;
}
div.debug table, div.debug .header { 
	background-color: #7A7; 
}
div.debug td.key { 
	background-color: #CFC; 
}

/* array */
div.debug .array, div.debug .array td.header { 
	background-color: #77A; 
}
div.debug .array td.key { 
	background-color: #CCF; 
}

/* object */
div.debug .object, div.debug .object td.header { 
	background-color: #AA7; 
}
div.debug .object td.key { 
	background-color: #FFC; 
}

/* resource */
div.debug .resource, div.debug .resource td.header { 
	background-color: #A7A; 
}
div.debug .resource td.key { 
	background-color: #FDF; 
}

/* xml */
div.debug .xml, div.debug .xml td.header { 
	background-color: #AAC; 
}
div.debug .xml td.key { 
	background-color: #CCF; 
}

/* ../core/css/ui.css */

/* CSS file */

.progress-bg {
	height: 20px;
	border: none;
	background: url(../core/images/progress-bg.png) repeat-x;
	overflow: hidden;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.progress {
	height: 20px;
	border: none;
	background: url(../core/images/progress.png) repeat-x;
}


/* ../core/css/compare.css */

/* Compare CSS file */

.match {
	background-color: white;
}

.diff {
	background-color: #CCF;
}

.extra {
	background-color: #CFC;
}

table.compare {
	border-collapse: collapse;
}
table.compare, table.compare td {
	border: 1px solid #CCC;
}

.form div.compare-dir input[type='checkbox'].checkbox, form.form div.compare-dir div.checkradio label {
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
}

.form div.compare-file input[type='checkbox'].checkbox, .form div.compare-file label {
    margin-top: 0;
    padding-top: 0;
}
/* ../core/css/gallery.css */

.gallery {
	padding: 5px;
}

.file-image {
	text-align: center;
}

.file-image img {
	margin: 0 auto 0 auto;
}

.gallery .file-details, .file-movie .file-details, .file-image .file-details {
	color: #555;
	font-size: 9px;
	font-weight: normal;
}

.gallery .directory .file-details {
    padding-left: 5px;
	color: #555;
	font-size: 12px;
	font-weight: normal;
}

.gallery .directory {
	font-weight: bold;
	clear: left;
	padding-top: 5px;
}

.gallery .directory-icon {
	font-weight: bold;
	clear: left;
	padding-top: 5px;
	height: 260px;
}

.gallery .file {
	font-weight: normal;
	clear: left;
}

.gallery .file-image {
	float: left;
	margin: 5px;
	width: 195px;
	height: 200px;
	padding: 5px 5px 60px 5px;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DDD;
	background-color: #EEE;
}

.gallery .file-image img {
	margin: auto;
	border: 1px solid #DDD;
	display: block;
}

ul.gallery {
	list-style-type: none;
}

.file-nav {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 18px;
}

.file-nav a:hover {
	text-decoration: none;
}

.icon {
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
}

ul.gallery li.directory {
	width: 220px;
	float: left;
	clear: none;
	padding-bottom: 10px;
}

.back img {
	display: block;
}

iframe.detail, iframe.detail img {
	vertical-align: middle;
	margin: 0 auto 0 auto;
	text-align: center;
}

.file-nav .prev {
	display: block;
	float: left;
}

.file-nav img {
	margin: 0;
	padding: 5px;
	border: 1px solid #565495;
}

.file-nav .next {
	display: block;
	float: right;
}

.file-nav {
	text-align: center;
}

.file-nav-end {
	clear: both;
}
/* ../core/css/selection.css */

/* sliding doors technique for select buttons */
.select_bar_left,
.select_bar {
	margin: 10px;
	float: left;
	width: 100%;
	position:relative;
}

.select_bar_right {
	float: right;
	width: 100%;
	position:relative;
}

div.admin_select_button2, 
div.admin_select_button2_on,
div.select_button2, 
div.select_button2_on {
	display: inline;
	border: none;
	background: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	width: auto;
	overflow: visible;					
	text-align: center;	
	white-space: nowrap;	
	height: 17px;
	line-height: 17px;
}

div.admin_select_button2, 
div.select_button2 {
	background: url(../core/images/ui_off.png) no-repeat 0 0;
}

div.admin_select_button2_on,
div.select_button2_on {
	background: url(../core/images/ui_on.png) no-repeat 0 0;
}
div.admin_select_button2 span,
div.admin_select_button2 span a,
div.admin_select_button2_on span,
div.admin_select_button2_on span a,
div.select_button2 span,
div.select_button2 span a,
div.select_button2_on span,
div.select_button2_on span a {
	padding-bottom: 5px;
	height: 17px;
	line-height: 17px;			
	margin: 0;
	color: #FFF;
}

div.admin_select_button2 span,
div.select_button2 span {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
	background: url(../core/images/ui_off.png) no-repeat 100% 0;
}

div.admin_select_button2_on span,
div.select_button2_on span {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
	background: url(../core/images/ui_on.png) no-repeat 100% 0;
}


div.admin_select_button2 span a, 
div.select_button2 span a {
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-style: normal;
	padding-right: 5px;
/*	padding-left: 5px; */
	background: url(../core/images/ui_off.png) no-repeat 100% 0;
}

div.admin_select_button2_on span a, 
div.select_button2_on span a {
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-style: normal;
	padding-right: 5px;
/*	padding-left: 5px; */
	background: url(../core/images/ui_on.png) no-repeat 100% 0;
}


.admin_select_button,
.admin_select_button_on,
.select_button,
.select_button_on {
	padding: 0 0 1px 0;
	margin: 0 5px 0 0;
	background: url(../core/images/ui_right_off.png) no-repeat right top;
	border: none;
}

.select_button,
.select_button_on {
	float: right;
	position:relative;
}

.select_bar_left .select_button,
.select_bar_left .select_button_on,
.admin_select_button,
.admin_select_button_on {
	float: left;
	position:relative;
}

.admin_select_button_on a,
.admin_select_button a,
.select_button a,
.select_button_on a {
	color: #FFF;
	display: block;
	background: url(../core/images/ui_left_off.png) no-repeat left top; 
	padding: 1px 10px;
	font-size: 12px;
	font-family: Arial;
	border: none;
	height: 17px;
	text-decoration: none;
}

.admin_select_button_on,
.select_button_on {
	background-image: url(../core/images/ui_right_on.png);
}

.admin_select_button_on a,
.select_button_on a {
	color: #642;
	background-image: url(../core/images/ui_left_on.png);
}



/* end select buttons */



/* ../core/css/fm.css */

#filelist {
	width: 750px;
	border: 1px solid #CCC;
}

#filelist .form {
	padding: 0;
	margin: 0;
}

#filelist .form input {
	font-size: smaller;
	padding: 0;
	margin: 0;
}

#filelist th, #filelist .status {
	background: #DDD;
	color: #000;
}

#filelist-embed td {
	font-size: 11px;
}

#filelist-embed thead, #filelist-embed .status, #filelist-embed .operations {
	display: none;
}

#filelist th {
	padding: 0.5em 0.5em;
	text-align: left;
	font-weight: bold;
}

#filelist .title-links {
	font-size: smaller;
	font-weight: normal;
	float: right;
}

#filelist tr {
	background: #ddd;
}

#filelist tr.odd {
	background: #FFF;
}

#filelist td {
	color: #000;
	font-size: 11px;
	border-top: 0px;
	border-bottom: 0px;
}

#filelist a {
	color: #00F;
	padding: 0.5em;
}

#filelist a img, #filelist img{
	display:inline;
}

#filelist a:hover {
	background-color: transparent;
}

#filelist .long {
	font-weight: normal;
	padding-left: 1em;
}

#filelist .dir .name {
	font-weight: bold;
}

#filelist .thumb {
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
}

#filelist .icon {
	float: left;
	width: 32px;
	height: 32px;
	text-align: center;
}

#filelist .thumb img, #filelist .icon img {
	margin: 0 auto 0 auto;
}

#filelist .operations {
	font-size: 9px;
	width: 18.75em;
}

#filelist .operations a img {
	font-size: 9px;
	padding-left: .1em;
	padding-right: .1em;
}

#filelist .perms {
	width: 2.25em;
}

#filelist .size {
	text-align: right;
	width: 7em;
}

#filelist .modified {
	width: 6.5em;
}

#filelist .separator {
	border-top: 1px solid #888;
}

#filelist .status span {
	padding: 0;
	margin: 0;
}

#filelist .error {
	color: red;
}

#filelist .ok {
	color: green;
}

/* ../core/css/site.css */

/* Site CSS */

div.clearboth {
	clear: both;
}

div.clearleft {
	clear: left;
}

div.clearright {
	clear: right;
}


/* css/rounded.css */

/* CSS Document */

/* rounded corner support */
/* 
Typical xHTML markup for rounded elements 

<div>
	<b class='b1'></b><b class='b2'></b><b class='b3'></b><b class='b4'></b>
		<div class='boxcontent'>
			<div class='header'>
				Header content
			</div>
			Content goes here
		</div>
	<b class='b4b'></b><b class='b3b'></b><b class='b2b'></b><b class='b1b'></b>
</div>

Typical color replacement CSS

#rounded .boxcontent .header { background-color: gray; color: white; }
#rounded .b1, #rounded .b2 { border-left-color: gray; border-right-color: gray; }
#rounded .b3, #rounded .b4, #rounded .b4b, #rounded .b3b, #rounded .boxcontent { border-left-color: gray; border-right-color: gray; }
#rounded .b2b { border-left-color: gray; border-right-color: gray; } 
#rounded .b1b { border-left-color: gray; border-right-color: gray; } 
#rounded .b1 { background: gray; }
#rounded .b2, #rounded .b3, #rounded .b4 { background: gray; } 
#rounded .b1b { background: gray; } 

*/

.b1, .b2, .b3, .b4, .b1b, .b2b, .b3b, .b4b {
	display: block; 
	overflow: hidden; 
	font-size: 1px;
}

.b2, .b3, .b4 { 
	background: #FFF; 
}

.b2, .b3, .b4, .b4b, .b3b, .b2b { 
	border-left: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
}

.b1, .b1b { 
	background: #CCC; 
}

.boxcontent { 
	display: block;
	background: #FFF; 
	border-left: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
}

.b1, .b2, .b3, .b1b, .b2b, .b3b { 
	height: 1px; 
}

.b1, .b1b { 
	margin: 0 5px; 
}

.b2, .b2b { 
	margin: 0 3px; 
	border-width: 0 2px; 
}

.b3, .b3b { 
	margin: 0 2px; 
}

.b4, .b4b { 
	height: 2px; 
	margin: 0 1px; 
}

.boxcontent { 
	padding-bottom: 5px; 
}

.boxcontent .header { 
	margin-bottom: 5px; 
}

.tabbed-panel .tab, .tabbed-panel .selected {
	float: left;
	height: 20px;
	width: 150px;
	margin-right: 5px;
	color: black;
}

.tabbed-panel .selected .boxcontent, .tabbed-panel .tab .boxcontent {
	padding-left: 10px;
	padding-right: 10px;
}

.tabbed-panel .selected .boxcontent {
	background-color: #FFF;
}

.tabbed-panel .tab .boxcontent {
	background-color: #CCC;
}

.tabbed-panel .tab .b1, .tabbed-panel .tab .b2 { border-left-color: #CCC; border-right-color: #CCC; }
.tabbed-panel .tab .b3, .tabbed-panel .tab .b4, .tabbed-panel .tab .b4b, .tabbed-panel .tab .b3b, .tabbed-panel .tab .boxcontent { border-left-color: #CCC; border-right-color: #CCC; }
.tabbed-panel .tab .b2b { border-left-color: #CCC; border-right-color: #CCC; } 
.tabbed-panel .tab .b1b { border-left-color: #CCC; border-right-color: #CCC; } 
.tabbed-panel .tab .b1 { background: #CCC; }
.tabbed-panel .tab .b2, .tabbed-panel .tab .b3, .tabbed-panel .tab .b4 { background: #CCC; } 
.tabbed-panel .tab .b1b { background: #CCC; } 

.tabbed-panel .selected .b1, .tabbed-panel .selected .b2 { border-left-color: #CCC; border-right-color: #CCC; }
.tabbed-panel .selected .b3, .tabbed-panel .selected .b4, .tabbed-panel .selected .b4b, .tabbed-panel .selected .b3b, .tabbed-panel .selected .boxcontent { border-left-color: #CCC; border-right-color: #CCC; }
.tabbed-panel .selected .b2b { border-left-color: #CCC; border-right-color: #CCC; } 
.tabbed-panel .selected .b1b { border-left-color: #CCC; border-right-color: #CCC; } 
.tabbed-panel .selected .b1 { background: #CCC; }
.tabbed-panel .selected .b2, .tabbed-panel .selected .b3, .tabbed-panel .selected .b4 { background: #FFF; } 
.tabbed-panel .selected .b1b { background: #CCC; } 

.tabbed-panel  .panel-contents .b1, .tabbed-panel  .panel-contents .b2 { border-left-color: #CCC; border-right-color: #CCC; }
.tabbed-panel  .panel-contents .b3, .tabbed-panel  .panel-contents .b4, .tabbed-panel  .panel-contents .b4b, .tabbed-panel  .panel-contents .b3b, .tabbed-panel  .panel-contents .boxcontent { border-left-color: #CCC; border-right-color: #CCC; }
.tabbed-panel  .panel-contents .b2b { border-left-color: #CCC; border-right-color: #CCC; } 
.tabbed-panel  .panel-contents .b1b { border-left-color: #CCC; border-right-color: #CCC; } 
.tabbed-panel  .panel-contents .b1 { background: #CCC; }
.tabbed-panel  .panel-contents .b2, .tabbed-panel  .panel-contents .b3, .tabbed-panel  .panel-contents .b4 { background: #FFF; } 
.tabbed-panel  .panel-contents .b1b { background: #CCC; } 

.tabbed-panel .tab-panel {
	margin-top: 20px;
	margin-right: 10px;
	height: 26px;
	position: relative;
	z-index: 2;
}

.tabbed-panel .panel-contents {
	position: relative;
	top: -1px;
	z-index: 1;
}

.tabbed-panel .panel-contents .boxcontent {
	padding-left: 10px;
}

.tabbed-panel .panel-contents .b1 { 
	margin: 0 5px 0 0; 
}

.tabbed-panel .panel-contents .b2 { 
	margin: 0 3px 0 0; 
}

.tabbed-panel .panel-contents .b3 { 
	margin: 0 2px 0 0; 
}

.tabbed-panel .panel-contents .b4 { 
	margin: 0 1px 0 0; 
}

/* css/print.css */



@media print {


body {
  background: white !important;
  width: auto !important;
  padding-right: 200px !important;  
}

#header #print_display
{
	display: block;
	width: auto !important;
}

.boxcontent
{
	display: none;
}

#nav, #footer, #tag, #masters, #hsdl, #newslinks, #qlinks, #mediainq, #presskit, #subnav, form {
  display: none;
}

#content {
  width: auto !important;
  padding-right: 200px !important;  
}

a {
    color: black;
	text-decoration: none;
}

h1, h2, h3, dt {
  page-break-before: auto;
  page-break-after: avoid !important;
}

div, p, dt, dd, table, ol, ul, dl, img {
  page-break-inside: avoid !important;
}

/*
#printfooter {
  position: relative;
  margin-top: auto;
  margin-bottom: 0;
  display: block;
}
*/

/* special formatting for the directory */

.dirlisting {
	padding: 0;
	margin: 0;
	border: none;
}

.dirlisting img, .dirfull, .detail-header, .lookup, .form {
	display: none;
}


.dirlisting .location, .dirlisting .contact, .dirlisting .role, .lookup {
	display: none;
}

.directory_options
{
	display: none;
}

/*
.dirlisting .name, .dirlisting .title, .dirlisting .phone, .dirlisting .email {
	display: inline-table;
	vertical-align: top;
	height: 20px;
	font-size: 7pt;
}
*/

.dirlisting .name, #phone-list .name {
	width: 20%;
}

.dirlisting .title, #phone-list .title {
	width: 20%;
}

.dirlisting .email, #phone-list .email {
	width: 25%;
}

.dirlisting .phone, #phone-list .phone {
	width: 15%;
}

.grayline {
	border-bottom: 3px solid black;
	height: 2px;
	margin-bottom: 20px;
}

#bio {
	text-align: center;
	width: 600px;
}

.biodetails {
	display: none !important;
}

.biotext {
	width: 600px;
}

#bio .name {
	font-size: 16pt;
	width: auto;
}

#bio .chds {
	font-size: 12pt;
	width: auto;
}


.pagebreak {
	page-break-before: always;
	margin-bottom: 20px;
}

#phone-list .subtitles {
	display: table-row;
}

#phone-list td {
	font-size: 7pt;
}



}
/* ../core/css/form.css */

/* CSS Document */

/* form entries */

form {
	margin: 0;
	padding: 0;
}

.form {
	display: block;
}

.form fieldset {
	border: none;
	position: relative;
	padding: 0;
	margin: 0;
}

.form legend {
	display: none;
}

.form label, .form .comment, .form .comment-required, .form .form-label {
    display: block;
	font-family: Arial, sans-serif;
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 2px;
	margin: 0;
	line-height: 11px;

}

.form span.form-label, .form .checkradio label.inline {
	display: inline;
	padding-right: 1.5em;
}

.form select {
	margin: 2px 0 2px 0;
}

.form #refinement select {
	margin: 0;
}


.form label.required { 
	background-image:url(../core/images/required.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:11px;
	margin-top:5px;
}
.form label{
	margin-top:5px;
}
.form .comment-required {
	clear: left;
}

#form-error {
	background-color: #F33;
}

li.form-error {
	background-color: #F33;
	color: white;
	margin: 0;
	padding: 2px;
	width: 300px;
}

.form .comment {
	padding-bottom: 4px;
	line-height: normal;
	clear: left;
}

.form label.checkradio, .form div.checkradio label {
    display: inline;
	margin-right: .25em;
}

.form input, .form textarea {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 2px;
	padding: 2px;
}

.form .required-multifield, .form .required-newmultifield, .form .multifield, .form .newmultifield, .form .newfield, .form .multifield {
    float: left;
	margin-right: 0.5em;
	/* position: relative; */
}

.form div.inline, .form div.inline-start, .form div.inline-no-label {
	float: left;
	margin-right: 0.25em;
	position: relative;
}

.form .field, .form .inline-start {
	clear: left;
	margin-right: 0.5em;
}

.form .required-field, .form div.newfield, .form .required-newmultifield, .form .newmultifield {
	clear: left;
}

.form .submit {
	clear: both; 
	float: left;
	position: relative;
}

#loginextras .form .field {
	float: right;
	text-align: right;
}


.hidden, .hidden input {
	display: none;
}

.group {
	padding: 0;
	margin: 0;
}



#basic label {
 display: none;
}

#basic select {
	margin-top: 1px;
}

.datelabel {
	font-family: Verdana;
	font-size: 10px;
	padding-top: 10px;
}

.formend {
	height: 0px;
	clear: left;
}

.form .required .field, .form .invalid .field, .form .required .inline, .form .invalid .inline {
	border-left:  2px solid red;
}

.edit-in-place {
	clear: left;
}

.form input[type='checkbox'] {
	display: inline;
	margin-top: 1.25em;
}

.form input[type='submit'], .form input[type='reset'] {
}
    
.form div.inline-no-label input[type='submit'], .form div.inline-no-label input[type='reset'] {
	margin-top: 0em;
}


div.slideswitch input {
	background-repeat: no-repeat; 
	border: none; 
	font-size: 0; 
	width: 61px; 
	height: 15px;
	display: inline;
}

div.slideswitch label {
	padding-right: 1em;
	padding-top: .2em;
	display: inline;
}

td div.slideswitch {
	float: right;
}

/* css/02-header.css */


/* Nav references */
#header {
	margin: 0;
	padding: 0;
	background-color: #918E69;
	background-image: url(images/banner_cipert.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 114px;
}

#header #print_display
{
	display: none;
}

#header #tag {
	height: 20px;
	padding-top: 2px;
	width: 790px;
	color: #DDD;
	text-align: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#tag a {
    color: #DDD;
}

#nav {
	position: relative;
	top: 73px;
	padding-left: .7em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin-left: 15px;
}

#nav a {
    padding-left: 0.5em;
    padding-right: 0.5em;
	/* mmbackground-color: #B2B2B2; */
	color: #FFF;
	text-decoration: none;
}

#nav a:hover, #nav a.selected {
    background-color: #EED8C2;
	color: #582B17;
	text-decoration: none;
}

#nav a.login {
    background-color: #E4EFF1;
    color: black;
}

#nav a strong {
    font-size: larger;
}


/* css/printfile.css */

/* CSS Document */



@media print {


body {
  background: white !important;
  width: auto !important;
  padding-right: 200px !important;  
}

#header #print_display
{
	display: block;
	width: auto !important;
}

.callout
{
	display: none;
}

#nav, #footer, #tag, #masters, #hsdl, #newslinks, #qlinks, #mediainq, #presskit, #subnav, form {
  display: none;
}

#content {
  width: auto !important;
  padding-right: 200px !important;  
}

a {
    color: black;
	text-decoration: none;
}

h1, h2, h3, dt {
  page-break-before: auto;
  page-break-after: avoid !important;
}

div, p, dt, dd, table, ol, ul, dl, img {
  page-break-inside: avoid !important;
}


#bio {
	text-align: center;
	width: 600px;
}

.biodetails {
	display: none !important;
}

.biotext {
	width: 600px;
}

#bio .name {
	font-size: 16pt;
	width: auto;
}

#bio .chds {
	font-size: 12pt;
	width: auto;
}


.pagebreak {
	page-break-before: always;
	margin-bottom: 20px;
}



}
/* css/03-footer.css */


#footer {
	text-align: center;
	clear: both;
	margin: 0;
	font-size: 11px;
	color: #777;
	background-color: #DDD;
	padding-top: 0;
	padding-bottom: 20px;
}

#footer img {
	border-top: 1em solid white;
	padding: 0;
	margin: 0;
}

.footerlink {
	font-size: 11px;
	line-height: 20px;
	color: #777;
    margin-top: 20px;
}

#printfooter {
    display: none;
}

/* css/01-page.css */


/* General Document Formatting */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #DDD;
	
}

div#body {
	padding-top: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    margin: 0 auto 0 auto;
	width: 800px;
}

pre {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
}



h1, h2, h3, h4 {
    font-family: Georgia, 'Times New Roman', serif;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: normal;
	color: #5D5717;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 19px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 13px;
}

li {
    padding-top: 3px;
    padding-bottom: 7px;
	margin-left: 2em;
}

ol, ul, dl {
    padding: 0;
	margin: 0;
}

li ol, li ul, li dl, li li {
    padding-bottom: 5px;
}

p {
	margin-top: 0;
}

a, a:hover img {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
	font-weight: bold;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

html, #body, #header {
    padding: 0;
	margin: 0;
}

dt, dd {
  margin-bottom: 20px;
}

.top-link {
	display: none;
}

#content {
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	margin: 0;
}

/* forces content to extend below any floats */
#contentend {
    clear: both;
}

a:link {
	color: #1A109A;
}
a:visited {
  color: #931B07;
}

.column {
	float: right;
	margin-left: 20px;
	position: relative;
	width: 240px;
}

.column h4 {
	padding-bottom: 2px;
	padding-left: 7px;

}

.featurebox {
	border: 1px solid #A5A177;
	padding: 10px;
	margin-bottom: 20px;
}

.featurebox img {
	float: left;
	margin-right: 5px;
}

.mission {
	font-size: 15px;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

.faculty {
	clear: both;
}

.faculty ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.faculty li {
	display: inline;
	padding: 0;
	padding-bottom: 25px;
	position: inherit;
	width: 320px;
	float: left;
	clear: right;
}

.smalltxt {
	font-size: 11px;
}

.lineunder {
	 clear: both;
	 border-bottom: 1px solid #BAB27B;
	 padding-bottom: 3px;
	 margin-bottom: 10px;
}

.reading img {
	float: left;
	margin-right: 10px;
}

.reading {
	margin-top: 20px;
}

.readingsub {
	font-size: 11px;
	color: #666666;
	padding-left: 10px;
}

.newssub {
	font-size: 11px;
	color: #666666;
	padding-left: 10px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

.reading ul {
	margin-left: 105px;
}

.bio img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	position: relative;
}

.pressitem {
	clear: both;
}

.pressitem img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
}
