
body
{
	background-image: url(media/parchment.jpg);
	font-family: Georgia, Palatino, serif;
	text-align: left;
	color: black;
	background-color: #f6f6e1;
	background-repeat: repeat;
}

a:link
{
	color: #006;
	font-weight: bolder;
}
	
a:visited
{
color: #C0160E;
font-weight: bold;}
	
a:hover
{
color: #003399; 
border-width: 0 0 1px 0;
border-style: none none dotted none;
}

a:active
{
color: #009966;
font-weight: bold;
}
	
#Content
{
	width: 600px;
	margin: 0px auto;
}
	
	#Disclaimer 
	{
margin:0px 50px 50px 100px;
padding:10px;
font-size: small;
text-align: center;
color: #000066;
}

	#Modifieddate
{
font-size: small;
text-align: right;
color: #000066;
}

#Copyright
{
font-size: small;
text-align: center;
color: #000066;
}


#Footer
{
font-size: small;
color: #000066;
text-align: center;
}
	
	
	
	
#Ads {
	width: 600px;
	margin: 0px auto;
}



/*This is the large dark blue centered title heading on the top of each page*/
h1.title {
font-family: Georgia, Palatino, serif;
text-align: center;
color: #000066;
}

/*Smaller Dark blue title centered*/
h2.title {
font-family: Georgia, Palatino, serif;
text-align: center;
color: #000066;
}


/*Smaller Dark blue title flush left*/
h2.flushtitle {
font-family: Georgia, Palatino, serif;
text-align: left;
color: #000066;
}

/*
This is the small dark blue bold flush left subtitle for sections within a page
*/
h3.subtitle {
font-family: Arial, Hevetica, san-serif;
text-align: left;
color: #000066;
}

/*This is the basic body text paragraph*/
p
{
	font-family: Palatino, Georgia, serif;
	color: black;
	line-height: 1.2em;
}


/*This is the basic body text paragraph in bold blue*/
p.bold {font-family: Palatino, Georgia, serif; color: #000066}

/*Small last modified date*/
p.modifieddate
{
font-size: small;
text-align: right;
color: #000066;
}

p.copyright
{
font-size: small;
text-align: center;
color: #000066;
}

p.disclaimer
{
font-size: small;
text-align: center;
color: #000066;
}

cite.noitalic
{
font-style: normal

}