@charset "utf-8";
/* CSS Document */

body {
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	}
	
#page {
    font-size: 0.875em; /* 16px x .875 = 14px */
    line-height: 1.286em; /* 14px x 1.286 = 18px */
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	}

pre, code {
	font-size: 1.1em; /* Monospace fonts can be hard to read */
	font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
	}

/*typography*/
a {
	text-decoration: none;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
	
h1, h1.title {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h1.title {
	padding-top: .5em;
	}
h2 {
	font-size: 1.2em;
	margin: 1.2em 0em 0.4em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.1em;
	margin: 1.2em 0em 0.4em 0em;
	font-weight: bold;
	}
h4 {
	font-size: 1.0em;
	margin: 1.2em 0em 0.4em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 0.9em;
	margin: 1.2em 0em 0.4em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 0.4em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p, form {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0.8em 0em 0.4em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
.smalltxt {
	font-size:.7em;
}

.contact_title {
	margin-top: 0.6em;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
}

.contact_text {
	font-size: 1.1em;
	line-height: 1.4em;
}
.altCont_italBld {
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
}

