/* GENERAL FORMATTING */

body {
	background: url(bg.jpg);
	background-position: 50% 0%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: Garamond, Palatino Linotype, Palatino, serif;
	font-size: 18px;

}

td {
	font-family: Garamond, Book Antiqua, Palatino Linotype, Palatino, serif;
	font-size: 18px;

}


p {
	font-family: Garamond, Book Antiqua, Palatino Linotype, Palatino, serif;
	font-size: 18px;

}

img {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	color: Black;
	font-size: 40px;
	font-weight: normal;

}

h2 {
	color: Black;
	font-size: 25px;
	font-weight: normal;

}

h3 {
	color: Black;
	font-size: 19px;
	font-weight: bolder;

}

h4 {
	color: Black;
	font-weight: bold;
	font-size: 16px;
}

h5 {
	color: Black;
	font-weight: lighter;
	font-size: 13px;
}

h6 {
	color: Black;
	font-weight: lighter;
	font-size: 11px;
}

.side-menu {
	color: #454429;
	font-weight: 200;
	line-height: 14px;
	font-size: 15px;
}

.side-menu a:link {
	color: #454429;
	font-weight: 200;
	line-height: 14px;
	font-size: 15px;
	
}

.side-menu a:active {
	color: #454429;
	font-weight: 200;
	line-height: 14px;
	font-size: 15px;
	text-decoration: none;
}

.side-menu a:visited {
	color: #454429;
	font-weight: 200;
	line-height: 14px;
	font-size: 15px;
	text-decoration: none;
}

.side-menu a:hover {
	color: #D00000;
	font-weight: bold;
	line-height: 14px;
	font-size: 14px;
	text-decoration: none;

}


.little-menu {
	color: #51513B;
	font-weight: 200;
	line-height: 12px;
	font-size: 13px;
}

.little-menu a:link {
	color: #51513B;
	font-weight: 200;
	line-height: 12px;
	font-size: 13px;
	
}

.little-menu a:active {
	color: #51513B;
	font-weight: 200;
	line-height: 12px;
	font-size: 13px;
   text-decoration: none;
}

.little-menu a:visited {
	color: #51513B;
	font-weight: 200;
	line-height: 12px;
	font-size: 13px;
	text-decoration: none;
}

.little-menu a:hover {
	color: #D00000;
	font-weight: bold;
	line-height: 12px;
	font-size: 12px;
	text-decoration: none;

}


input 
{
	background-color: #FDFDDB;
	font-family: Garamond, Book Antiqua, Palatino Linotype, Palatino, serif;
	font-size: 16px;
	color: Black;
	border: solid;
	border-width: 1px;
	border-color: #C1AD78;
}

textarea
{
	background-color: #FDFDDB;
	font-family: Garamond, Book Antiqua, Palatino Linotype, Palatino, serif;
	font-size: 16px;
	color: Black;
	border: solid;
	border-width: 1px;
	border-color: #C1AD78;
}

.SearchButton {
	margin-left: -3px;
	margin-top: -3px;
	border: 0px;
}
		

.SmallCaps {
	font-variant: small-caps;
}

.Rubrics {
	color: Red;
}

.MassText
{
	font-size: 18px;
	font-weight: bold;
	color: black;
	}

.MassCanon
{
	font-size: 20px;
	font-weight: BOLDER;
	color: Black;
}

.MassCapRed {
	font-size: 87px;
	font-weight: normal;
	color: red;
	float: left;
	line-height: 62px;
	margin-top: 2px;
	margin-left: -2px;
	margin-right: -1px;
	margin-bottom: -3px;
}

.Disabled {
	color: #D2C591;
}

.LighterText {
	color: #8A7631;
}


.CanonCapRed {
	font-size: 97px;
	font-weight: normal;
	color: Red;
	float: left;
	line-height: 67px;
	margin-top: 2px;
	margin-left: -2px;
	margin-right: -1px;
	margin-bottom: -3px;
}

.DropCapBlack {
font-size:87px; 
color:black; 
font-weight: normal;
float:left; 
line-height:62px;
margin-top: 2px;
margin-left: -2px;
margin-right: -1px;
margin-bottom: -3px;
}

.ImageCap {
	float: left;
	margin-right: 3px
}

.SideBarText {
	color: #A18A4D;
	font-weight: bold;
	font-size: 15px;
}

.footer {
	color: #BBA771;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.footer a:link {
	color: #8F783B;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.footer a:visited {
	color:  #8F783B;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.footer a:hover {
	color: red;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* LINKS */

a img {border:none; }

a:link {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
} 

A:active {
	color: RED;
	text-decoration: none;
}

A:hover {
	color: RED;
	text-decoration: underline;
}