/* CSS Document */
body
{
}
#main
{
	margin:0px auto;
	border:1px solid black;
	width:800px;
	overflow:auto;
	background-color:#f4f6f3;
}
#toplink
{
	text-align:right;
}
#rightcontent
{
	width:650px;
	float:right;
	border:0px solid black;
}

#subright
{
	width:140px;
	padding-right:5px;
	float:right;
	border:0px solid red;
}
#subright a
{
	text-decoration:none;
}
#subleft
{
	width:500px;
	float:left;
	text-align:justify;
	padding-top:20px;
	padding-right:5px;
	font-family:Helvetica;
	border:0px solid red;
}

#footer
{
    width:795px;
	margin:0px auto;
	font-family:"Courier New";
    color:#FFFFFF;
	font-size:11px;
	padding:5px;
    background-color:#626262;
}
#link a
{
	padding-left:10px 0px;;
}
#subleft h2
{
	color:#0066FF
}
#subleft a
{
	text-decoration:none;
}
#read a
{
	text-decoration:none;
}

#leftcontent
{
	padding-left:3px;
	padding-top:20px;
}
.image
{
	border:3px solid #000000; 
}
.form
{
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
}

.classbutton
{
cursor: pointer;
background:url(../images/btn_bkground.jpg);
color:#000000;
padding:4px;
background-repeat:repeat-x;
}