html,body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}
body{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-align: center;
	color: #333333;
	font-size: 90%;
}

p{
	margin:10px 10px;
	line-height:1.4;
}
img{
	border: 0;
}
a:link{
	color: #0000FF;
	text-decoration: none;
}
a:visited{
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}

div#container{
	text-align:left;
	margin: 0px auto;
	text-align: left;
}

div#header{
	position:relative;
}
div#header h1{
	margin:0;
	padding: 8px 0 8px 10px;
	color: #000099;
	font-size : 120%;
}
div#header a{
	color: #000099;
	text-decoration: none;
}

div#search {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 14px;
	right: 10px;
}

div#search input.textinput{
	width: 100px;
}

div#navigation{
	border-bottom: solid #B1BE93 1px;
	margin: 0 0 6px 0;
	font-size: 95%;
	padding: 5px 0 5px 8px;
    background:transparent url('../img/subbg.gif') repeat-x 0 0;
	background-color: #E7EBDE;
}
div#navigation p{
	margin: 0;
	padding: 0;
}

div#wrapper{
	float:left;
	width:99%;
}

div#content{
	padding: 0px 8px 20px 8px;
	margin-right: 250px;
}
body#nosidebar div#content{
	margin-right: 0px;
}


div#subcontent{
	float:left;
	width:250px;
	margin-left:-250px;
	border-left: dashed 1px #999999;
}

div#subcontent h2{
    background:transparent url('../img/subbgbar.gif') no-repeat;
}

div#extra{
	clear:both;
	padding: 4px 0 6px 0;
	background:#FFCC66;
	text-align: center;
}

div#footer{
	color: #999999;
	clear:both;
	padding: 4px;
	text-align: center;
}


span.url{
	color: #77AA77;
	font-size: 70%;
	padding-left: 20px;
}

.error {
	color: red;
	background-color: #ffff55;
	padding: 4px;
}




/* bar */

body#barbody
{
	overflow: hidden;
	text-align: left;
}
div#barheader
{
	position: absolute;
	top:0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 128px;
	padding: 0;
	overflow: hidden;
	background: url('../img/barbg.gif') repeat-x;
}

div#barheader h1
{
	margin:0;
	padding:4px 0 0 4px;
	
}
div#barheader div#search {
	top: 8px;
	right: 4px;
}

div#bartitlebox
{
	padding: 0;
	margin: 0 200px 0 0;
	font-size: 12px;
	position: absolute;
	top: 9px;
	left: 164px;
	height: 17px;
	overflow: hidden;
	font-weight: bold;
	line-height: 1:
	/* IE Hack begin */
	_margin: 0;
	_padding: 0 200px 0 0;
	/* IE Hack end */
}

div#barurlbox
{
	padding: 0;
	margin: 0 200px 0 0;
	position: absolute;
	font-size: 14px;
	top: 26px;
	left: 164px;
	height: 14px;
	overflow: hidden;
	line-height: 1;
	/* IE Hack begin */
	_top: 24px;
	_margin: 0;
	_padding: 0 200px 0 0;
	/* IE Hack end */
}

/* frame */

iframe#sframe
{
	position:absolute;
	top:128px;
	left:0;
	z-index:999;
}

div.subcontainer
{
	margin: 0;
	padding:2px 20px;
	position:absolute;
	top:45px;
	left:0px;
	width: 100%;
	height: 77px;
	overflow: hidden;
	font-size: 12px;
}

div.subcontainer h3
{
	font-size: 10px;
	margin: 0;
	padding: 2px 0 3px 6px;
	line-height: 1.2;
	font-weight: normal;
	color: #006600;
}

div.subcontainer ul
{
	margin: 0;
	padding: 0 0 0 10px;
	list-style:none;
}

div.subcontainer li
{
	line-height: 1.5;
	display: block;
	width: 300px;
	height: 20px;
	overflow: hidden;
	float: left;
	margin:0;
	padding: 0 0 0 4px;
}
div.subcontainer li a:visited{
	color: #992020;
}

div.hidebuttonright
{
	position:absolute;
	top: 100px;
	right:4px;
}
div.hidebuttonleft
{
	position:absolute;
	top: 100px;
	left:4px;
}
div.command
{
	font-size: 10px;
	margin: 0;
	padding: 2px 0 3px 6px;
	line-height: 1.2;
	position: absolute;
	top: 47px;
	right: 10px;
}

/* external link */

span.external a
{
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url('../img/new-window.gif') no-repeat 0 2px;
}
span.external a:visited
{
	background: url('../img/new-window-visited.gif') no-repeat 0 2px;
}

