#loginLayer a:link,#loginLayer a:visited {
	color: #FF0000;
	text-decoration: none;
}
#loginLayer a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #999999;
}
#loginLayer a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF0000;
}
#loginLayer   {
	font-size: 10px;
	font-family: Arial;
	text-align: right;
	visibility: visible;
	position: absolute;
	top: 0;
	height: 10px;
	right: 1px;
	text-decoration: none;
	padding-right: 5px;
	color: #FF0000;
	width: 160px;
}
#hstripe {
	background-color: #000000;
	width: 80%;
	position: absolute;
	top: 47px;
	background-repeat: repeat-x;
	left: 100px;
	visibility: visible;
	z-index: 1;
	height: 23px;
	padding: 0px;
	border: ridge #FF0000;
}
#vstripe {
	background-color: #000000;
	position: absolute;
	top: 45px;
	background-repeat: repeat-y;
	left: 27px;
	visibility: visible;
	z-index: 1;
	padding: 0px;
	border: ridge #FF0000;
	height: 450px;  /* was 80% */
	width: 11px;
}
#logo {
	position: absolute;
	z-index: 1;
	height: 115px;
	width: 200px;
	left: 1px;
	top: 1px;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute; 
	top: 160px;
	left: 1px;
	line-height: 32px;
	background-color: #000000;
	color: #FFFFFF;
	border: ridge #FF0000;
	list-style-type: none;
	z-index: 2;
	width: 133px;
}
#nav_ul { 
	list-style-type: none;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
#nav_ul a:link, #nav_ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	border-top: double #999999;
	border-right: #999999;
	border-bottom: double #999999;
	border-left: #999999;
}
#nav_ul a:hover {
	color: #FF0000;
	background-color: #CCCCCC;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#nav_ul a:active {
	color: #000000;
	background-color: #FFFFFF;
}
#content {
	position: absolute;
	left: 113px;
	top: 147px;
	width: 585px;
	height: 334px;
	float: left;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	z-index: 2;
}
#content2 {
	position: absolute;
	z-index: 3;
	height: 200px;
	width: 330px;
	top: 140px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	left: 370px;
	font-style: italic;
}
#footer {
	position: absolute;
	z-index: 3;
	top: 534px;
	left: 497px;
	width: 200px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	padding-bottom: 5px;
	border-bottom-style: ridge;
	border-bottom-color: #666666;
	padding-right: 5px;
}
#logo img {
	border: ridge #FF0000;
}
