
body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #000000 fixed;
	font-size: 12pt;
	cursor: default;
	margin-top: 0px;
}
******* hyperlink and anchor tag styles *******/ a:link {
 color: #0000FF;
 text-decoration: none;
}

a:visited
{
	color: #FF0000;
	text-decoration: none;
}

a
{
	color: #930;
	text-decoration: none;
}

a:hover
{
	background-color: #CCC;
	color: #000;
}

.surname
{
	font-size: 24pt;
	color: #828858;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: bold;
}

.center
{
	text-align: center;
}

.surname-color
{
	color: #828858;
}

h2
{
	font-style: italic;
	color: #828858;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bolder;
}

p
{
	top: 0px;
	bottom: 0px;
	text-indent: 15px;
	text-align: justify;
}

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

.tableBGgreen
{
	background-color: #AEC7AD;
}

.highlite
{
	background-color: #FF0;
}

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

/*this sidebar is on the home page*/
#sideBar
{
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

#index
{
	padding-left: 10px;
	padding-right: 5px;
}

#indexPad
{
	padding-left: 5px;
	padding-right: 12px;
}

#bodyDiv
{
	padding-left: 10px;
	padding-right: 10px;
}

