/* ** BODY **************************************************************************************** */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:0px;
}


/* ** HEADERS ************************************************************************************* */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}

h1.pageTitle {
	margin-top:0px;
	margin-bottom:25px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

h2.indexLink {
	margin-top:20px;
	margin-bottom:0px;
}

h2.indexLink_TopPage {
	margin-top:0px;
	margin-bottom:0px;
}

h2.portfolioSubheader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding-top: 30px;
	padding-bottom: 0px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}


/* ** PARAGRAPH *********************************************************************************** */
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-top:5px;
	margin-bottom:10px;
}


/* ** LINKS *************************************************************************************** */
a:link,
a:visited {
	color:#50503F;
	border:0px;
}

a:hover,
a:active {
	color:#7C7C61;
	border:0px;
}


/* ** LEFT NAVIGATION ***************************************************************************** */
p.leftNav {
	color:#50503F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:15px;
}

p.leftNav a:link,
p.leftNav a:visited,
p.leftNav a:hover,
p.leftNav a:active {
	text-decoration:none;
}


/* ** FOOTER ************************************************************************************** */
p.footer {
	color:#A4A4A4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:15px;
}

p.footer a:link,
p.footer a:visited {
	text-decoration:none;
	color:#A4A4A4;
}

p.footer a:hover,
p.footer a:active {
	text-decoration:none;
	color:#848484;
}


/* ** MAIN BODY LINE HEIGHT *********************************************************************** */
.mainbody {
	line-height:1.63em;
}

.mainbody38ths {
	line-height:1.375em;
}


/* ** LISTS *************************************************************************************** */
ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	list-style:none;
}

li {
	margin-bottom:10px;
}

.bullettedListWithBottomPad {
	list-style-type:disc;
	padding-bottom:20px;
}

.bullettedList {
	list-style-type:disc;
}

.bullettedSubList {
	list-style-type:circle;
}


/* ** SPECIAL ************************************************************************************* */
p.indent {
	margin-left:25px;
}

.teaser {
	font-size:16px;
	margin-bottom:10px;
}

/* for portland photos image list file type */
.recordType {
	font-size: 10px;
}

p.computerCode {
	font-family:"Courier New", Courier, monospace;
}

.computerCodeText {
	font-family:"Courier New", Courier, monospace;
}

.alternating {
	background-color:#eeeeee;
}

