/* CSS Document */

/* ------ Type ------ */

h1 {
	font-size: 1.5em;
	margin-bottom: .35em;	
}

h2 {
	font-size: 1.2em;
	margin-bottom: .35em;	
}

#newsStory h2 {
	font-size: 1.2em;
	margin-bottom: 0;
}

h3 {
	font-size: 1em;
	margin-bottom: .35em;	
}

h4 {
	font-size: 1em;
	margin-bottom: .35em;
}

h5 {
	font-size: .8em;
	margin-bottom: .45em;
	padding: .35em 0 .25em 0;
}

h6 {
	font-size: .7em;
	margin-bottom: .35em;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: .85em;
}

#topNav p {
	font-size: .8em;
}

.col2Narrow p, .col3Narrow p {
	font-size: .8em;
	line-height: 1.5em;
}

#headerStatement h1 {
	font-size: 2em;
	line-height: 1.3em;
}

.footer h3 {
	font-size: 1.2em;
}

/* ------ Misc ------ */

#genNav ul li a {
	font-size: .9em; /* remains the same to fit background */
}

#bodyContent ul li {
	font-size: 1em;
}

.buttonarea input {
	font-size: 1em;
}

label.fixedwidth {
	font-size: 1em;
}

input.txt {
	font-size: 1em;
}

select {
	font-size: .8em;
}

textarea {
	font-size: 1em;
}

.buttonarea input {
	font-size: 1em;
}    