/**************************
SAMPLE TYPOGRAPHIES

SANS-SERIF
Verdana- broad, spacious
Arial- narrow
Helvetica- narrow
"Trebuchet MS"- medium and funky
Optima- thin, spacious font, professional
"Arial Black"- thick and narrow, must be large
"Arial Narrow"- thin and tall
"Impact"- thick and narrow, must be large
"Lucida Console" - boxy, computer-like
Tahoma- broad, thick

SERIF
Georgia- medium, spacious
"Times New Roman"- narrow
"Palatino Linotype"- broad
Garamond- highly stylized serif

OTHER
"Courier New"- typewriter
"Comic Sans MS"- not to be used per Kevin
**************************/

.nobr { white-space: nowrap; }
.uc { text-transform: uppercase; }
.lc { text-transform: lowercase; }
.cap { text-transform: capitalize; }

.centerImg {
	text-align:center;
    margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

p.centered-image {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

span.smallText {
	font-size: .8em;"
}
body {
 line-height: 1.6em;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
 white-space: pre;
 white-space: -hp-pre-wrap; /* HP Printers */
 white-space: pre-line;
}

/* font-styles */

blockquote {
	margin: 0px !important;
	padding: 0 60px 0 30px !important;
}

h1 {
 display: block;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 2em;
 font-weight: bold;
 font-syle: italic;
 line-height: 1.2em;
 text-transform: none;
 }
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
 }


h2 {
 display: block;
 margin: 1em 0px 0px 0px;
 padding: 0px;
 font-family: 'Arial Narrow', Helvetica, Arial, sans-serif;
 font-size:1.5em;
 font-weight: bold;
 line-height: 2em;
 text-transform: uppercase;
}
h2 a:link, h2 a:visited {
 text-decoration: none;
}
h2 a:hover {
 text-decoration: underline;
}

h3 {
 margin: 1.6em 20px 0px 0px; 
 padding: 0px;
 font-family: 'Arial Narrow', Helvetica, Arial, sans-serif;
 font-size: 1.3em;
 font-weight: bold;
 letter-spacing: 0px;
 line-height: 1.3em;
}
h3 a:link, h3 a:visited {
 text-decoration: none;
}
h3 a:hover {
 text-decoration: none;
}

h4 {
 margin: 1.2em 40px 1em 0px; 
 padding: 0px;
 font-family: 'Arial Narrow', Helvetica, Arial, sans-serif;
 font-size: 1.2em;
 font-weight: bold;
 }
h4 a:link, h4 a:visited {
 text-decoration: none;
 }
h4 a:hover, h4 a:active {
 text-decoration: underline;
 }

p {
 margin: 1.2em 40px 1em 0em;
 padding: 0px;
 font-family: verdana, arial, sans-serif;
 font-size: 1em;
 }
hr {
 margin: .5em 40px .5em 40px;
 padding: 0px;
 }
ul, ol, dl {
 margin: .5em 23px 1em 0px;
 padding: 0px;
 font-size: .9em;
 line-height: 1.2em;
 list-style-position: outside;
 }
ul ul {
 font-size: .9em;
}
li {
 margin: .5em 0em 0px 23px;
 padding: 0em;
}
p a:link, p a:visited, li a:link, li a:visited {
 text-decoration: none;
 }
p a:hover, p a:active, li a:hover, li a:active {
 text-decoration: none;
 }
