body
{
	background-color: #D6D688;
	background-image: url(../images/grainbackground.jpg);
	background-repeat: repeat;
	margin: 0px;
}

.bodytext
{
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 16px;
	color: #5F351D;
	line-height: 1.3em;
}


h1
{
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #361300;
}

table
{ 
	margin-left: auto;
	margin-right: auto;
}

ul
{
	list-style-image: url(../images/listpiece.png);
	padding-left: 25px; 
	padding-bottom: 5px;
}

ol
{
	list-style-type: disc;
}



/* The info styles are for special content texts */

.toparrow
{
	border: 0px;
    float: right;
	margin-top: 5px;
	margin-bottom: 0px;
}

.img-hide
{
	visibility: hidden;
	height: 1px;
	width: 1px;	
	border: 0px;
}

.img-border
{
	border: solid 1px #090A66;
}

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

.img-right2
{
    float:right;
    margin-top:0px;
    margin-right:5px;
    margin-left:10px;
    margin-bottom:5px;
} 


.bold
{
	 font-family: Garamond, Georgia, Times New Roman, serif;
 	 font-size: 16px;
	 font-weight: bold;
	 text-decoration: none;
	 color: #361300;
}

.boldunderline
{
	 font-family: Garamond, Georgia, Times New Roman, serif;
 	 font-size: 16px;
	 font-weight: bold;
	 text-decoration: underline;
	 color: #361300;
}

.bodyitalics
{
	 font-style: italic;
	 font-family: Garamond, Georgia, Times New Roman, serif;
	 font-size: 16px;
	 color: #5F351D;
	 line-height: 1.3em;
}



/* The bodylinks style is mainly for the links that will appear in the content text */

a.bodylinks:link
{
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	color: #799919;
	text-decoration: none;
}

a.bodylinks:visited
{
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	color: #79919;
	text-decoration: none;
}

a.bodylinks:hover
{
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	color: #341300;
	text-decoration: underline;
}

a.bodylinks:active
{
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	color: #000000;
	text-decoration: none;
}



/* The speciallinks style is for the larger links that will appear throughout the site */

a.speciallinks:link
{
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
	color: #799919;
	text-decoration: none;
}

a.speciallinks:visited
{
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
	color: #799919;
	text-decoration: none;
}

a.speciallinks:hover
{
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
	color: #341300;
	text-decoration: underline;
}

a.speciallinks:active
{
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}



/* Everything below here is for the footer area */

.footertext
{
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 12px;
	font-weight: normal;
	color: #D7A268;
	line-height: 1.4;
}

a.footerlinks:link
{
	text-decoration: none;
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 12px;
	color: #EAD686;
	line-height: 1.4;
}

a.footerlinks:visited
{
	text-decoration: none;
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 12px;
	color: #EAD686;
	line-height: 1.4;
}
	
a.footerlinks:hover
{
	text-decoration: underline;
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 12px;
	color: #ECECA5;
	line-height: 1.4;
}
	
a.footerlinks:active
{
	text-decoration: underline;
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 12px;
	color: #FFF9E2;
	line-height: 1.4;
}

