/* file: standardFonts.css
 * author: zach pratt
 * last modified: 04/02/08
 */

body {
	font-size: 1em;
	font-family: Verdana,Geneva,Arial,sans-serif;;
}

a:link {
	color: #3D1F5D;
}

a:visited {
	color: #663399;
}

a:hover, a:focus {
	color: #847143;
}

a:hover[name], a:focus[name] { /* page shortcuts should not look like a regular link */
	color: #000;
	text-decoration: none;
}

p {
	font: .75em/170% Verdana,Geneva,Arial,sans-serif;
	text-align: left;
}

p.footnote {
	font: .7em/120% Verdana, sans-serif;
	text-align: left;
}

blockquote {
	font-family: Verdana, sans-serif;
	font-size: .9em;
}

cite {
	font-family: Georgia, serif;
	line-height: 140%;
}

em {
	font-weight: bold;
	font-style: normal;
}

q {
	font-style: italic;
}

dt {
	font-family: verdana,sans-serif;
	font-size: .9em;
}

dd {
	font-size: .8em;
}

dd p {
	font-size: 1em;
}

abbr, acronym {
	text-decoration: none;
	border: 0;
}

sup {
	font-family: sans-serif;
}

sub {
	font-family: sans-serif;
}

hr {
	margin: 1em 0;
	border: 0;
	border-top: 1px solid #000;
}

code {
	display: block;
	border: 1px solid #DFBB64;
	margin: .5em 0 1em .5em;
	padding: .5em;
	font-size: 1.2em;
	background-color: #EFE3A4;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS",Verdana,Geneva,Arial,sans-serif;
}

h1 {
	font-size: 1.1em;
	font-weight: normal;
	border-bottom: 1px solid #DFBB64;
	margin-bottom: .25em;
	padding-bottom: .25em;
}

h2 {
	font: bold .9em Verdana, sans-serif;
	text-align: left;
	border-left: 3px solid #EFE3A4;
	border-bottom: 1px solid #EFE3A4;
	margin: 0 0 .5em;
	padding: 0 0 0 0.25em;
}

h2.error {
	border: none;
	color: #FF0000;
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
}

h3 {
	font: bold .8em Verdana, sans-serif;
	padding: .25em .5em .25em 0;
	text-align: right;
	color: #000;	
	margin: 0 0 .25em  0;
	border-right: 3px solid #DFBB64;
	background-color: #EFE3A4;
}

h4 {
	font: normal .8em Verdana, sans-serif;
	padding: .25em 0 .25em .25em;
	margin: 0 0 .25em 0;
	border-top: 1px dashed #DFBB64;
	background-color: #EFE3A4;
}

h5 {
	font: bold .7em sans-serif;
	color: #000;
	text-align: center;
	padding: .25em 0 .25em 0;
	margin: 0;
}

#documentHeader a:link, #documentHeader a:visited {
	color: #000;
	text-decoration: none;
}

#documentHeader a:hover, #documentHeader a:focus {
	text-decoration: underline;
}

#topBar {
	font-size: .9em;
}

#topBar a:visited, #topBar a:hover, #topBar a:focus {
	color: #000;
}

#access li a {
	font-size: .9em;
	padding-left: .25em;
}

div#documentHeader div#pageBanner {
	font-size: 1em;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,sans-serif;
}

#documentPath {
	font: .7em sans-serif;
	color: #FFF;
}

#documentPath a:link {
	color: #FFF;
	text-decoration: none;
}

#documentPath a:hover, #documentPath a:focus {
	text-decoration: underline;
}

#documentPath a:visited {
	color: #FFF;
}

#documentContentBody dd, #documentContentFullBody dd {
	font-family: verdana,sans-serif;
	text-align: left;
	line-height: 150%;
}

#documentContentBody li, #documentContentFullBody li {
	font: 0.75em/150% Verdana, sans-serif;
}

#documentContentBody li li, #documentContentFullBody li li {
	font-size: 1em;
}

div#officialFooter {
	font-size: .8em;
}

.whiteText {
	color: #FFF;
}

div.windowBody {
	text-align: left;
	font-weight: normal;
	font-size: .7em;
}

div.windowBody dt {
	font-size: 1em;
}

div.windowBody dt a {
	font-family: sans-serif;
	font-weight: normal;
}

div.windowBody dd {
	font-size: 1em;
	margin-top: .5em;
}

div.windowBody p {
	font-size: 1em;
}

div.window h3 {
	padding: 0;
	margin: 0;
	text-align: center;
	background: none;
	border: none;
	font-family: sans-serif;
	font-size: .8em;
	font-weight: bold;
}

/* kept for compatibility with older versions of the general html framework */
div.window h4 {
	padding: 0;
	margin: 0;
	text-align: center;
	background: none;
	border: none;
	font-family: sans-serif;
	font-size: .8em;
	font-weight: bold;
}

div.window h5 {
	padding: 0;
	margin: 0;
	text-align: center;
	background: none;
	border: none;
	font-family: sans-serif;
	font-size: .8em;
	font-weight: bold;
}

div.window .window-heading {
	padding: 0;
	margin: 0;
	text-align: center;
	background: none;
	border: none;
	font-family: sans-serif;
	font-size: .8em;
	font-weight: bold;
}
