html,body {
	height:auto;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

font {font-family: Arial, Helvetica, sans-serif;}

#usercontent {
	font-family: Arial, Helvetica, sans-serif;

}

#gutter {
	font-family: Arial, Helvetica, sans-serif;

}


#sitenav a.siteindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

input,select {
	font-size:11px;
	color:#003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* the following styles are part of the old department.css file and must be included to prevent old form styles from diverging*/

form,form.tb {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
input,input font,select,select font,textarea,textarea font {  color: #003399; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
/* end of insert of old form styles*/


/* this fixes some issues introduced by the previous styles */
form#selectApp .appPageSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

/* end this fixes some issues introduced by the previous styles */

/* Search Results Styles */
table.SearchResult
{
	width : 400px;
}

td.SearchResult
{
	font-size: 10pt;
}

td.SearchResultHeader
{
	font-size: 10pt;
	font-weight: bold;
}

a.SearchResultURL
{
	text-decoration: underline;
}

font.SearchResultsHighlight
{
	background-color : #FFDEAD;
	font-weight: bold;
}

font.SearchResultBar
{
	font-family: Arial Black, arial, Helvetica, sans-serif;
}
/* End Search Results Styles */

/* these screw up the default font sizes.  Maybe someday */
h1 { font-size:1.9em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.6em; }
/*p, div, span, font { font-size: 1.0em; }
ul, li { font-size: 1.0em; }
table, td {font-size:1.0em;}
dl, dt, dd {font-size:1.0em;}*/


/* these specify the classes that editor uses to adjust text size inline */
.wdcfontSize1 {
	font-size:0.6em;
}

.wdcfontSize2 {
	font-size:0.8em;
}

.wdcfontSize3 {
	font-size:1.0em;
}

.wdcfontSize4 {
	font-size:1.1em;
}

.wdcfontSize5 {
	font-size:1.5em;
}

.wdcfontSize6 {
	font-size:1.9em;
}

.wdcfontSize7 {
	font-size:2.3em;
}