body	{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Condensed Web", Times, "MS serif";
	color: #666666;
}
#containerdiv	{
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
	background-color: #ffffff;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}
#header	{
	height: 100px;
	margin-left: 40px;
	margin-right: 40px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px dotted #999999;
}
#maincontent	{
	margin: 10px 0px 50px 50px;

}
a	{
	text-decoration: none;
	color: #666666;
}
a:hover	{
	color: #333333;
}
.aform	{
	margin-top: 10px;
	border: 1px solid #999999;
	padding: 10px;
	background-color: #efefef;
	width: 250px;
}
.aform2	{
	margin: 25px 50px 0px 0px;
	border: 1px solid #999999;
	padding: 10px;
	background-color: #efefef;
}
#footer	{
	border-top: 1px dotted #999999;
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
}
.userid	{
	background-color: #ffffff;
}
.password	{
	background-color: #ffffff;
}
.textsubmit	{
	text-align: center;
	width: 120px;
	height: 40px;
	margin-left: 640px;
	
}
.edittext	{
	background-color: #ffffff;
}
.padimg	{
	display: inline;
	border: none;
}
.padviewer	{
	text-align: center;
}
.inlineimg	{
	display: inline;
	padding: 0px;
	margin-left: -5px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
.inlineimg:hover	{
	cursor: pointer;
	cursor: hand;
}
#files	{
	background-color: #efefef;
	margin-top: 25px;
	margin-left: 50px;
	margin-right: 50px;
	height: 200px;
	width: 800px;
	overflow:auto
}
.fileref	{
	border: 1px solid #efefef;
	padding: 4px;
	margin: 1px 1px 0px 5px;
	width: 760px;
	display: list-item;
}
.fileref:hover {
	background-color: #ffffff;
	border: 1px solid #333333;
}
.floatright	{
	float: right;
	margin-left: 200px;
	margin-top: 5px;
	position: absolute;
}
