html, body {
background-color: White;
color: #666;
font-family: sans-serif;
height: 100%;
}

.container {
text-align: justify;
margin-right: 19%;
margin-left: 19%;
height:100%;
background-color: White;
}

.noUnderline {
text-decoration: none
}

.centered {
text-align: center
}

p.quote {
color: Black
}

.niceyNice {
color: Black;
font-size: 125%;
}

.quotation {
text-align: center;
font-weight: 100;
font-style: italic;
}

h1.fontWeightNormal {
font-weight: 100
}

h1.centeredAndFontWeightNormal {
font-weight: 100;
text-align: center
}

h2.fontWeightNormal {
font-weight: 100
}

h2.centeredAndFontWeightNormal {
font-weight: 100;
text-align: center
}

h3.fontWeightNormal {
font-weight: normal
}

/* This is the correct order: Link, Visited, Hover, Active */

a:link {
color: SaddleBrown;
color: Sienna;
color: RosyBrown;
color: Indigo;
color: 3C0068;
color: #673427;
text-decoration: none;
font-weight: 600;
}

a:visited {
color: SaddleBrown;
color: Sienna;
color: RosyBrown;
color: #673427;
color: Indigo;
color: 3C0068;
color: #673427;
text-decoration: none;
font-weight: 600;
%;
}


a:hover {
	color: Red;
	text-decoration: none;
	font-weight: 600;
}

a:active {
color: Red;
text-decoration: none;
font-weight: 600;
}

/* Place this after the other link-related tags */
.currentLink a:link,
.currentLink a:visited,
.currentLink a:hover,
.currentLink a:active {
color: Red;
}

a.noImageBorder img {
border: none;
}

a.green {
color: green;
}

a.red:hover {
color: Black;
text-decoration: none;
}

a.red:active {
color: #DDDDDD;
text-decoration: none;
}



p.test {
margin: 50;
}



td.centerJustify {
text-align: center;
}

img {
border: 3px solid silver;
}

img.thumbnail {
color: white;
border: 3px solid silver;
}

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

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

img.rightAndBottomMargin {
float:left;	
margin-right: 10px;
margin-bottom: 7px
}

table.leftAndBottomMargin {
margin-left: 10px;
margin-bottom: 7px
}

img.leftAndBottomMargin {
float: right;
margin-left: 10px;
margin-bottom: 7px
}

img.noBorder {
border: none;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}


indented {
margin-left: 50px;
line-height: 150%;
}

h1 {
color: white;
color: Black;
font-size: 1.5em;
}

h2 {
color: #CCCCCC;
font-size: 1.2em;
}

h3 {
color: Black;
font-size: 1.2em;
}

h4 {
color: Black;
font-size: 1.2em;
}

table.center {
width: 70%;
margin-left: 15%;
margin-right: 15%;
}

table.centerSmaller {
width: 60%;
margin-left: 20%;
margin-right: 20%;
}

.justified {
text-align: justify;
}

.leadIn {
color: Black;
font-size: 125%;
}

.noImageBorder img {
border: none;
}

.quote {
color: Black
}

.highleading {
line-height: 200%
}

.thumbnails a img {
border: 2px solid gray;
text-decoration: none;
}

.thumbnails a:link img {
border: 2px solid gray;
text-decoration: none;
}

.thumbnails a:visited img {
border: 2px solid gray;
text-decoration: none;
}

.thumbnails a:hover img {
color: white;
border: 2px solid white;
text-decoration: none;
}

.thumbnails a:active img {
border: 2px solid gray;
text-decoration: none;
}

.bigshots a img {
border: 3px solid silver;
text-decoration: none;
}

.bigshots a:link img {
border: 3px solid silver;
text-decoration: none;
}

.bigshots a:visited img {
border: 3px solid silver;
text-decoration: none;
}

.bigshots a:hover img {
border: 3px solid white;
text-decoration: none;
}

.bigshots a:active img {
border: 3px solid silver;
text-decoration: none;
}

.thumbnailsWithGoldBorder a img {
border: 4px solid silver;
}

.thumbnailsWithGoldBorder a:link img {
border: 4px solid silver;
}

.thumbnailsWithGoldBorder a:visited img {
border: 4px solid silver;
}

.thumbnailsWithGoldBorder a:hover img {
border: 4px solid red;
}

.thumbnailsWithGoldBorder a:active img {
border: 4px solid silver;
}

.smallText {
font-size: 9pt
}

.redText {
color: red;
font-size: 14pt
}

.goldText {
color: Black;
}


.wrapper {
min-height: 100%;
height: auto ;
height: 100%;
margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
height: 20px; /* .push must be the same height as .footer */
}

.footer {
text-align: center;
}


blockquote {
margin: 15px auto;
padding: 10px 10px 10px 50px;
font-style: normal;
background: url(www.scorm.com/wp-content/themes/cabedge/images/blockquote_bg.jpg) 5px 5px no-repeat #333333;
width: 70%;
font-style: italic;
}



/* style="float: left;
position: relative;
width: 100%;
text-align: center;
background-color: green" */

