@charset "UTF-8";

html,body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}
body{
	font-family: Verdana, Helvetica, Osaka, Arial, Sans-Serif;
	text-align: center;
	color: #333333;
}
div#header{
	position:relative;
}
div#header h1{
	margin:0;
	text-align:center;
	padding: 8px 0px;
	color: #000099;
	font-size : 125%;
}
div#header a{
	color: #000099;
	text-decoration: none;
}
div#container{
	text-align:left;
}
div#content{
	padding-bottom: 20px;
}
div#content p{
	line-height:1.4;
}
div#footer, div#mainfooter{
	border-top: dashed 1px #DEDEDE;
	color: #999999;
	clear:both;
	width:100%;
	text-align: center;
	margin-top: 30px;
}
div#footer p, div#mainfooter p{
	font-size: 70%;
	margin:4px;
	padding:5px 10px;
}
div#footer a{
	display:inline;
	padding:0;
	text-decoration: none;
	color: #999999;
}
div#container{
	margin: 0px auto;
	text-align: center;
	padding: 0px 14px;
	width: 668px;
	w\idth: 640px;
	background: url(../img/bgbar.jpg) repeat-y;
	padding-bottom: 20px;
}

div#container h2{
	font-size: 110%;
	line-height: 24px;
	padding: 0 8px;
}
div#container p{
	font-size: 80%;
	padding: 0 18px;
}
div#container ul{
	font-size: 90%;
	margin: 0 30px;
	padding: 0 0 14px 0;
}
div#container li{
	padding: 4px 0;
	list-style: none;
}
div#container input{
	margin-bottom: 6px;
}
div#container form a.alist{
	color: #000099;
	margin: 0;
	padding: 4px;
	background-color: #EFEFEF;
	border: solid 1px #999999;
	text-decoration: none;
}
div#container form input.url{
	padding: 2px;
	width: 300px;
}

div#container input.capture{
  font-size: 18px;
  color: #FF6600;
  font-weight: bold;
  text-decoration: none;
  width:200px;
  height:46px;
}

div img{
	border: 0;
}
.error {
	font-size: 80%;
	padding: 6px 18px;
	color: red;
	background-color: #ffff55;
	line-height:1.4;

}
.example {
	font-size: 90%;
	color: darkgreen;
	line-height:1.4;
}
/* set millions of background images */
.brbroundbox { background: url(../img/bnt.gif) repeat; }
.brbtop div { background: url(../img/btl.gif) no-repeat top left; }
.brbtop { background: url(../img/btr.gif) no-repeat top right; }
.brbbot div { background: url(../img/bbl.gif) no-repeat bottom left; }
.brbbot { background: url(../img/bbr.gif) no-repeat bottom right; }
.frbroundbox { background: url(../img/fnt.gif) repeat; }
.frbtop div { background: url(../img/ftl.gif) no-repeat top left; }
.frbtop { background: url(../img/ftr.gif) no-repeat top right; }
.frbbot div { background: url(../img/fbl.gif) no-repeat bottom left; }
.frbbot { background: url(../img/fbr.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.frbtop div, .frbtop, .frbbot div, .frbbot, .brbtop div, .brbtop, .brbbot div, .brbbot {
height: 7px;
font-size: 1px;
}
.brbcontent { margin: 0 7px; }
.brbroundbox { width: 85%; margin: 1em auto; }
.frbcontent { margin: 0 7px; }
.frbroundbox { width: 90%; margin: 1em auto; }

