body
{
	background-color: black;
}

div.main
{
	position:relative;
	top:5px;
	height:800px;
	width:576px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center;
}

div.leftmenu
{
	position:absolute;
	z-index: 4;
}

div.email
{
	position:absolute;
	top:743px;
	left:7px;
	text-align: left;
	height:20px;
	width:50px;
}

div.link
{
	position:absolute;
	top:773px;
	left:7px;
	text-align: left;
	height:20px;
	width:50px;
}

div.feedback
{
	position:absolute;
	top:743px;
	left:330px;
	text-align: left;
	height:20px;
	width:50px;
}

div.login
{
	position:absolute;
	top:743px;
	left:440px;
	text-align: left;
	height:20px;
	width:50px;
}

div.links
{
	position:absolute;
	top:775px;
	left:445px;
	text-align: left;
	height:20px;
	width:118px;
}

a
{
	font-family: Lucida Console, Arial;
	font-size: 18pt;
	letter-spacing:10px;
	line-height:107%;
}

a.leftmenu:link
{
	color:rgb(129,126,39);
	background-color:black;
	text-decoration: none;
}

a.leftmenu:visited
{
	color:rgb(129,126,39);
	background-color:black;
	text-decoration: none;
}

a.leftmenu:hover
{
	color:rgb(129,126,39);
	background-color:black;
	text-decoration: none;
}

a.pglinks
{
	font-family: Lucida Console, Arial;
	font-size: 10pt;
	letter-spacing:0px;
	line-height:100%;
	z-index: 5;
}

a.pglinks:link
{
	color:black;
	text-decoration: none;
}

a.pglinks:visited
{
	color:black;
	text-decoration: none;
}

a.pglinks:hover
{
	color:black;
	text-decoration: underline;
}

div.scroller
{
	position:absolute;
	top:300px;
	left:320px;
	width:240px;
	height:401px;
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana , Arial;
	font-size: 10pt;
}

div.scrollertext
{
	position:absolute;
	top:10px;
	left:10px;
	width:220px;
	height:380px;
	font-family: Verdana , Arial;
	font-size: 10pt;
	scrollbar-face-color:rgb(50,50,50);
	scrollbar-arrow-color:white;
	scrollbar-track-color:rgb(70,70,70);
	scrollbar-shadow-color:rgb(50,50,50);
	scrollbar-highlight-color:rgb(50,50,50);
	scrollbar-3dlight-color:rgb(50,50,50);
	scrollbar-darkshadow-Color:rgb(50,50,50);
	overflow:auto;

}

div.slidein
{
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
 	height:310px;
 	overflow:hidden;
	font-family: sans-serif;
	font-size:9pt;
	background-image: url('../images/SlideIn_Background.gif');
}

div.slideinbody
{
	position:absolute;
	width:440px;
	height:310px;
	left:2px;
}

p.slideintext
{
	padding-left:8px;
}

