@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:#c8c8c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#000;
}

#pagebody {
	margin:20px auto;
	width:760px;
	height:auto;
	color:#dfdee3;
	background: #ecebeb;
}

#header {
	height:65px;	
}

#header h1 { font-size:0; text-indent:-1000px }

#menu {
	height:45px;
	background: url(../images/menu_bg.gif) repeat-x;
}

#content {
	color:#000;
	padding:30px;
	line-height: 1.5em;
}

#content #image {
	margin:0;
	float:left;
	border:thin solid #999;
}

#content #writeup {
	float:right;
	width:470px;
	padding-right:0px;
}
	
#writeup img { 
	margin:0 2px 8px 0; 
	border:thin solid #666;
	vertical-align:top
}

#content h2 {
	margin:0 0 10px 0
}

#content h3 {
	margin:0 0 20px 0;
	font-style:italic;
	font-weight:normal;
	font-size:0.95em;
}

#content p {
	margin: 15px 0;
	text-align:justify
}

#content p.list { margin-bottom:5px; font-weight:600 }

#content ul { margin: 0 0 0 37px; }
#content li { margin-bottom:px }

#footer {
	margin:0 auto;
	padding-top: 40px;
	width:760px;
	height:25px;
	text-align:center;
	background: url(../images/down_bg.gif);
	clear:both;
	color:#000;
	background: #ecebeb;
}


#writeup table td.row1 {
	width:100px;
	vertical-align:top;
}
#writeup table tr {
	padding-bottom: 30px;
	border:1px solid red;
}


.forCopyright {
	color: #666666;
}
.forTexts {
	color: #333333;
	line-height: 20px;
	text-align: justify;

}
.forForms {
	color: #000000;
	border: 1px inset;
}
.forButton {
	color: #000000;
	border: 1px outset;
}
