/* basic typography is here. Typography specific to different elements are in pathway-layout.css and pathway-elements.css */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 0;
	margin: .75em 0 .75em 0;
	line-height: 1.1em;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-position: outside;
	list-style: url(../../img/i_bullet.gif) square outside;
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-position: outside;
}

h1 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1em;
	text-transform: none;
	color: #999;
}

h2 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1em;
	padding-top: 1em; 
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 3pt;
}

h3 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #999;
}

/* link colors */

a:hover {
	color: #000099;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: #003366;
}
a:visited {
	text-decoration: underline;
	color: #330066;
}
a:active {
	color: #006699;
	text-decoration: underline;
}




/* classes */

.simpletable {
font-size: .8em;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

.bibliography {
	text-indent: -12pt;
	margin-left: 20px;
}
.titleblock {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #999999;
	letter-spacing: -1pt;
}
.formlabel { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 14px}
.formbuttonlabel { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: 11px}
.compcolorlight {  background-color: #e6e6e6}
.subnavcompbg { background-image: url(/img/bg_subnav.gif)}
.greeting {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100px;
	font-style: normal;
	line-height: 12px;
	color: #C1B06C;
	text-align: center;
}

