
body {
	margin:0;
	padding:0;

	min-height: 99%
	height: 100%;

	color: black;
	background-color: white;
	margin:0px;
	padding: 0px;

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;

}

hr { clear: both; display: none; }



div {
	margin:0px;
	padding: 0px;
	border: 0px;
}

img {	border:0;	}

p {
	margin: 0px;
	padding:4px;
	padding-left:4px;
}

a, a:visited {
	color: #104E8B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: red;
}



h1, h6 { background-color: #996699; color: #000000; padding: 0.25em; margin: 0px; }

h2 { text-align: right; border-bottom: solid 1px #ff0000; margin-top: 0px;}

/********************** HEADER **********************/

div#header {
	height: 90px;

	text-align: center;
	background-color: white;
	background-image: url('header.gif');
	background-repeat: no-repeat;
	}


div#box_search {
	position: absolute;
	top: 20px;
	right: 10px;
	text-align: right;
	}

/********************** MAIN BOX **********************/

div#left {
	float:left;
	width: 180px;
	}

div#right {
	float:right;
	width: 180px;
	}

div#middle {
	margin:0 180px;
	}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	background:transparent;
	}

.copy { text-align:center; font-size:80% }



















.item-title, .item-text {

	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	padding:1px;
	width:94%;
}
.item-title {
	margin-top: 10px;
	font-weight: bold;
	padding-left: 10px;
	height: 16px;
	color: #000000;
}
.item-text {
	padding-left: 18px;
	font-weight: normal;
	color: #333333;
}

a .item-text, a:visited .item-text {
	color: #999999;
}


.item-title {

	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #999999;

	background: white url('html/ico_art.gif') 0 8px no-repeat;
}
















/********************** FOOTER **********************/

div#footer {
	margin-top: 20px;

	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;

	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	}














input {
	border-width: 1px;
	border-color: #104E8B;
	}
	
input:focus, textarea:focus {
    background-color: #fff;
    border: 1px solid #99f;
}
