body, tbody{
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	color:#3333333;
	font-size : 87%;
	color: #333333;
	line-height: 1.3;
	word-break:break-all; /* IE overflow bug */
}

h1{
	font-size : 125%;
}

h2{
	font-size : 110%;
	font-weight : normal;
}
h3{
	font-size : 100%;
	font-weight : normal;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.navi:visited {
	color: #0000FF;
	text-decoration: underline;
}
a.navi:hover {
	color: #FF0000;
	text-decoration: underline;
}

img {
	border:0;
}

p {
	margin: 0;
	padding: 4px 0;
}


div#mainheader {
	padding: 20px;
	text-align: center;
}

div#maincontent {
	text-align: center;
}


div#footer{
	clear:both;
	border-top: solid #CCCCCC 1px; 
    margin-top: 10px;
	text-align:center;
}


div#header {
	margin: 4px 0 0 0;
	padding:0;
}

div#header h1{
	margin: 4px 0;
	padding: 0;
}

div#header form{
	position: relative;
	left: 200px;
	top: -20px;
	margin: -14px 0;
/*
	position: absolute;
	left: 200px;
	top: 10px;
	margin: 4px 0;
*/
	padding: 0;
}


div#contentheader{
	margin: 0;
	padding:8px;
	text-align:left;
}

div#contentheader h2 {
	margin: 0 0 14px 0;
	padding: 2px;
	border-top: solid #3366CC 1px;
	background-color: #E5ECF9;
}
div#contentheader h2 a {
	color: #990000;
	text-decoration: underline;
}
div#contentheader h2 a:visited {
	color: #990000;
	text-decoration: underline;
}
div#contentheader h2 a:hover {
	color: #FF0000;
	text-decoration: underline;
}

div#floatwrapper{
	margin: 0;
	padding: 0;
/*	width: 49%; */
/*	float:left; */
}

body#full div#floatwrapper{
	width: 95%;
	float:left;
}


div#floatcontent{
	margin: 0;
	padding: 0 4px 0 8px;
}


div#floatcontent h3 {
	margin: 0 0;
	padding: 4px 6px;
	border: solid 1px #CCCCFF;
	background-color: #E0E0EE;
}

div#floatcontent h3 span{
	font-size: 80%;
}

div#floatcontent h3 b{
	font-size: 90%;
}

div#floatcontent ul {
	list-style: none;
	margin: 4px 0;
	padding: 0px;
}
div#floatcontent ul strong {
	padding: 0px;
	text-decoration: bold;
}

div#floatcontent li {
	margin: 2px 0 8px 0;
	padding: 4px;
}
div#floatcontent li a{
	font-size: 110%;
}

div#floatcontent .desc{
	padding: 0 2px;
	margin: 0;
	font-size: 80%;
	color: #666666;
}
div#floatcontent .desc strong {
	color: #333333;
}

div#floatcontent .url {
	padding: 0 2px;
	margin: 0;
	font-size: 80%;
	color: #009900;
}

div#floatcontent p {
	margin: 6px 0;
	padding: 0 0 0 10px;
}


div#bookmarkoftheday {
	margin: 6px 0 0 0;
	padding: 6px 4px;
	border: solid 1px #CCCCFF;
	background-color: #F0F0FF;
}


/* fieldset */

fieldset{
	margin: 0px 10px 0 2px;
	padding: 0px 8px 4px 8px;
}

fieldset legend{
	margin: 2px 4px 0 2px;
	padding: 0 2px;
	color: #333333;
	font-weight: bold;
}
fieldset div{
	overflow: hidden;
	font-size: 12px;
	height: 16px;
	color: #666666;
	margin: 2px 0;
}
fieldset div a{
	font-size: 120%;
}
