a.homefont:hover		{color: #00008b; font-size: 9px; font-weight: bold; text-decoration: none}
a.homefont:link			{color: #00008b; font-size: 9px; font-weight: bold; text-decoration: none}
a.homefont:visited		{color: #00008b; font-size: 9px; font-weight: bold; text-decoration: none}

html {
  overflow-y : scroll; 
}

a {
	color: #8B0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

a.main:hover    {
	color: #00008b;  font-family:  Arial,Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none
}

a.main:link     {
	color: #00008b;
	font-family:  Arial,Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	text-decoration: none
}

a.main:visited  {
	color: #00008b;
	font-family:  Arial,Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	text-decoration: none
}


body{
	background: no-repeat center center fixed url(../graphics/background.jpg);
	margin: 0px;
	min-width: 640px;
	text-align: center;
}

div#container{
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 640px;
}

div#links {
	font: 13px Verdana, sans-serif;
	height: 330px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 120px;
	z-index: 100;
}

div#links a {
	background: #444444;
	background-color: transparent;
	border-width: 0;
	display: block;
	font: bold 1em sans-serif;
	margin: 0 0 1px;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
}

div#links a span {
	display: none;
}

div#links a#current {
	background-image: url(../graphics/Basic.jpg);
	color: #FFD700;
}

div#links a:hover {
	background: #AAAAAA;
	background-image: url(../graphics/Basic.jpg);
	color: #FFD700;
}

div#links a:hover span {
	color: #000000;
	display: block;
	font: 11px Verdana, sans-serif;
	left: 0;
	margin: 0 0 1px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 340px;
	width: 125px;
	z-index: 100;
}

h1{
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	line-height: 30px;
	text-align: center;
}

h2{
	color: #FF0000;
	color: #DAA520;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 20px;
}

h3{
	color: #00008B;
	color: #DAA520;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 10px;
}

p{
	font-family: "Times New Roman", Times, serif;
	text-indent: 10px;
}

#content{
	height: 100%;
	left: 140px;
	position: absolute;
	text-align: left;
	top: 160px;
	width: 500px;
}

#navigation{
	background: url(./graphics/maildrop.gif) no-repeat 100px 100px;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 160px;
	width: 140px;
	height: auto;
}

#title{
	height: 150px;
	left: 0px;
	position: absolute;
	top: 10px;
	width: 640px;
}

.caption{
  font-size: 11px;
	font-style: italic;
	text-align: center;
}

