@import "box.css";
@import "box2.css";

html, body{
	height: 100%;
}

body{
	color: #000;
	font-size: 80%;
	line-height: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0 0 0 0;
}

td, select, input, textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
}

.date{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-bottom: 4px;
}

h2{
	font-size: 11pt;
	font-weight: bold;
}

form{
	margin: 0px;
}

p{
	margin: 0px;
}

.pres{
	background-color: #FF8000;
	color: #000000;
	height: 50px;
	font-size: 12pt;
	padding-left: 20px;
	font-weight: normal;
	font-weight: bold;
}

#searchbox{
	padding: 7px;
	width: 700px;
}

#home-searchbox{
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;	
	text-align: center;
	border: solid 1px #FF8000;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFD8B0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.plink{
	cursor: pointer;
	font-size: 13pt;
}

/*
.button
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	background-color: #7777FF;
	color: #FFFFFF;
}
*/

.button{
	text-align: center;
}

#add td{
	font-size: 9pt;
}



#add{
	height: auto !important; 
	height: 100%; 
	min-height: 100%; 
}

.link{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.keyword{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.item{
	margin: 0px;
	margin-bottom: 12px;
	border-bottom: solid 1px #C9C9E4; 
	border-right: solid 1px #C9C9E4;
}

.item p{
	margin: 0px;
}

.desc{
	padding-bottom: 7px;
	padding-top: 4px;
}

/* Page */

#container {
}

#content {
	padding: 10px;
	padding-bottom: 10px;
	width: 95%;
	margin: 0 auto;
}
#footer {
	bottom: 0;
	clear: both;
	text-align: center;
	padding-top: 30px;
}

#left-col{
	width: 160px;
	float: left;
	/*background-color: #FFFFFF;*/
}

#center{
	padding-left: 10px;
	margin-left: 160px;
}

#home-center{
	text-align: center;
}

#home-center div{
	/*text-align: left;*/
}

#search-content{
}

#soptions{
	margin: 0px;
	font-size: 9pt;
}

#page{
	width: 100%;
}

#resultbar{
	margin-bottom: 24px;
	margin-top: 10px;
	background-color: #FF8000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

#resultbar h1{
	text-align:left; 
	float:left; 
	padding-left: 5px;
	font-size: 9pt;
	margin: 0px;
}

#resultbar h2{
	display:inline; 
	text-align: right; 
	padding-right: 5px;
	font-size: 8pt;
}

#resultbar span{
	color: white;
}

#nav{
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav a{
	color: #000000;
}

#nav_selected{
	color: red;
}

#terms h1{
	font-size: 10pt;
	margin-top: 17px;
}

#terms li{
	margin-top: 3px;
	list-style-type: decimal;
}

#form-elms li{
	list-style-type: none;
	padding: 3px;
}

#form h1{
	font-size: 10pt;
	margin-left: 17px;
	margin-top: 30px;
}