﻿/*
style.org
public style sheet (red) by Jonathan Corum
updated January 24, 2004

You are welcome to use this style sheet.
For additional colors, please see http://www.style.org/css/
*/


/* TAGS */

BODY {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 14px;
	height: 100%;
}

TABLE TD {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 14px;
}

P, BLOCKQUOTE {
	line-height: 140%;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: normal;
}

UL, OL {
	line-height: 120%;
}


A {
	color: #4F0000;
	text-decoration: none;
	font-family: "Bradley Hand ITC";
	font-size: small;
	font-weight: bold;
	height: auto;
}

A:hover {
	color: #4E004F;
	text-decoration: underline;
}

a:visited {
	color: Black;
}


A:link { 
font-family: Bradley Hand ITC; 
font-size: 18px;
 }
 
SUP {
	font-family: Georgia, sans-serif;
	font-size: smallest;
	line-height: 100%;
}


/* HEADER */

.shadow1 {
	background-color: #999999;
	border-bottom: 1px solid #BBBBBB;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.shadow2 {
	background-color: #DDDDDD;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.header {
	background: #993333;
	border-bottom: 1px solid #333333;
	padding: 3px 10px 3px 10px;
}

.framework {
	width: 100%;
}

.head {
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}


/* FOOTER */

.footer {
	background: #E0A3A3;
	color: #444444;
	border-top: 1px solid #333333;
	font-family: Verdana;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 70px;
}

.footertext {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
}


/* CONTENT */

H1 {
	color: #4F0000;
	font-family: "Bradley Hand ITC";
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	line-height: normal;
}

H2 {
	color: #680000;
	font-family: "Bradley Hand ITC";
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
}

H3 {
	color: #4F0000;
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	font-style: normal;
	}

.breadcrumb {
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-top: 26px;
	padding-bottom: 0px;
	padding-left: 70px;
	padding-right: 50px;
}
.hypelink{
	color: #680000;
	font-family: "Book Antiqua";
	font-size: small;
}
	
.content {
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 70px;
	padding-right: 100px;
}

.deck {
	color: #333333;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	margin-top: 3px;
}

.byline {
	font-family: Verdana;
	font-size: 12px;
	margin-top: 16px;
}

.dateline {
	color: #666666;
	font-size: 12px;
	font-family: Verdana;
}

.footline {
	font-family: Verdana;
	font-style: italic;
	margin-top: 16px;
}

.subsection {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pullquote {
	background-color: #F6E6E6;
	color: #333333;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 35%;
	float: right;
}

.smallcaps {
	font-variant: small-caps;
}


/* IMAGES */

.titleimage {
	position: relative;
	float: right;
	margin: 10px;
	margin-top: 20px;
	margin-left: 30px;
}


/* TABLES */

.caption {
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 120%;
}

.captiontitle {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}


/* RULES */

.rule {
	border-top: 1px dotted #666666;
	width: 100%;
	height: 1px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}