
/* 	Department of Finance and Administration
	Text CSS Document
	
---------------------------------------------------------- */

body {
color: #252525;
font: normal 0.75em/1.4em "Lucida Grande", Helvetica, Verdana, Arial, sans-serif; 
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{ /* give all a bottom margin of 10px, 1em can be used instead. Also give everything a consistant size. */
	font-size: 100%;
	margin-bottom: 1em;
}

img {
  border:none;
}

/* Content
---------------------------------------------------------- */
#content h2 {
color: #182a54;
font-size: 1.8em;
font-weight: normal;
margin: 0 0 0.7em 0;
line-height: normal;
}

#content h3 {
color: #182a54;
font-size: 1.6em;
font-weight: normal;
margin: 0 0 0.7em 0;
line-height: normal;
font-style:italic;
}


#content h4 {
	color: #182a54;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 0.7em 0;
	font-weight: bold;
	line-height: normal;
	padding-top: 8px;
	padding-bottom: 2px;
}

#content h5 {
color: #182a54;
font-size: 1.1em;
font-weight: bold;
line-height: normal;
margin: 0 0 0.3em 0;
}
#content h6 { font-size: 1.1em }
#content p {
margin: 0.3em 0 1.2em;
}
	#content p a, #content p a:link, #content p a:visited {
	color: #3464c7;
	text-decoration: underline;
	}
		#content p a:focus, #content p a:hover, #content p a:active {
		color: #c00020;
		}


#content li a, #content li a:link, #content li a:visited {
color: #3464c7;
text-decoration: underline;
}
	#content li a:focus, #content li a:hover, #content li a:active {
	color: #c00020;
	}
		
#content p.backtotop {
background: transparent url(../img/bullet-top.gif) no-repeat 0 0.5em;
font-size: 0.95em;
padding-left: 10px;
}
	#content p.backtotop a, p.backtotop a:link {
	border-bottom: none;
	color: #3464c7;
	text-decoration: none;
	}
		#content p.backtotop a:visited {
		border-bottom: none;
		color: #2e58af;
		}
		#content p.backtotop a:focus, #content p.backtotop a:hover, #content p.backtotop a:active {
		border-bottom: none;
		color: #c00020;
		}
		
#content ul,ol { /* reset left margin for lists */
	margin-left: 1.3em;
	margin-left: 1.8em;
}
#content li { /* reset left margin for lists */
	margin-left: 1.0em;
	margin-bottom:7px;
}
#content p.indent { /* reset left margin for lists */
	margin-left: 2.0em;
}





/* toc styling */
#content p.h3 a{
color:#182a54;
font-size: 1.8em;
font-weight: normal;
margin: 0 0 0.7em 0;
line-height: normal;

}

/* footnote styling */

#footnotes {
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  padding:5px 0 5px 0; 
  font-size: 0.9em;
  margin:20px 0;
}
