html,body {
		margin: 0em;
		padding: 0em;
		font-size: 84%;
		background-color: rgb(255,255,255);
	}

	body, h1, h2, h3, h4, h5, h6, td, p, a, li, input, select, textarea {
		font-family: Arial, sans-serif;
	}

	div#container {
		width:515px;
		margin:1em;
	}

	img#seal {
		margin:10px 25px;
	}

	p#date-stamp {
		float:right;
		text-align:right;
		width:300px;
		font-size:1.1em;
		margin-top:3.5em;
	}

	div#main-info {
		border:1px solid #333;
		background-color:rgb(230,230,230);
		padding:10px;
		margin:0;
	}
	div#main-sub {
		border-top:1px solid rgb(180,180,180);
		border-left:1px solid rgb(180,180,180);
		border-right:1px solid rgb(180,180,180);
		background-color:rgb(242,242,242);
		padding:5px 0 0 0;
		margin-bottom:1.5em;
	}

	a#misuse {
		font-size:1.1em;
		text-decoration:none;
	}
	a#misuse:hover {
		text-decoration:underline;
	}
	img#bullet {
		margin-right:5px;
	}

	div#main-sub p {
		position:relative;
		padding-left:130px;
		margin:.5em 0;
	}

	div#main-sub p span {
		display:inline-block;
		width:115px;
		text-align:right;
		font-weight:bold;
		position:absolute;
		top:0;
		left:10px;
	}

	div#main-sub p span#status {
		display:normal;
		position: relative;
		width:auto;
		margin-left:0;
		color:rgb(0,206,0);
		left:0;
	}
	
	div#main-sub p span#invalid {
		display:normal;
		position: relative;
		width:auto;
		margin-left:0;
		color:rgb(255,0,0);
		left:0;
	}
	
	div#main-sub-grad {
		background-image:url(/images/gradation.jpg);
		background-repeat:repeat-y;
		border-top:1px solid rgb(222,222,222);
		border-bottom:1px solid rgb(180,180,180);
		padding-top:.5em;
		margin-top:1em;
	}
	div#main-sub-grad p {
		padding-bottom:1em;
		padding-right:1em;
		line-height:1.5;
	}
	p.large {
		font-size:1.1em;
	}
	
	p#bottom {
		margin-bottom:0;
	}