﻿/********************************************************************************
RogerTolle.css
JMR
7/23/2011
Supersedes: 10/31/2010
Copyright (C) 2006-2011 Joshua M. Rady / Roger Tolle  All Rights Reserved
********************************************************************************/
body {
	border: none;
	color: black;
	font-family: Times, Times New Roman;
	font-size: 16px;
	padding: 0px;
	margin: 0px auto;/*Auto for L & R margin = center.*/
	width: 720px
}

a {color: white; font-weight: bold}
a:hover {color: white}
a:visited {color: black}
a.inline {font-weight: normal}
a.sublink {margin-left: 10px}

div.banner {padding-bottom: 18px}
div.linkbar {
	color: white;
	background-color: #999999;/*Override for each page*/
	font-family: Papyrus, Times, Times New Roman;
	font-size: 16px;
	text-align: center;
	padding-top: 5px; padding-bottom: 5px
}
div.linkbar > a {font-weight: normal; text-decoration: none}/*Override defaults*/
div.linkbar >a:hover {color: red}
div.linkbar >a:visited {color: black}

h1 {font-size: 18px; font-weight: bold; text-decoration: underline; margin: 10px 0px 0px 0px}
h2 {font-size: 16px; font-weight: bold; margin: 10px 0px 0px 0px}

img.right {float: right; margin-top: 10px; margin-left: 20px}
img.left {float: left; margin-top: 10px; margin-right: 20px}

p.attribution {color: white; font-size: 12px; padding-top: 10px; text-align: center; clear: both}/*~=td.attribution*/
p.first {margin-top: 0}
p.last {margin-bottom: 0}

span.credits {font-weight: bold}
span.moveclass {font-weight: bold; text-decoration: underline}
span.tocheader {font-weight: bold}
span.trager {font-style: italic}
span.underline {text-decoration: underline}

td.attribution {color: white; font-size: 12px; padding-top: 10px; text-align: center}

ul {margin: 0}

/*Class Pages:*/
td.cleansection {padding-bottom: 10px}
td.freshsection
{
	border-color: #FF9900;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	padding-bottom: 10px
}
