/*  This is the local style sheet for non-thematic pages, 2 columns.  */


body {
	background: #f3f5da url(images/grad.jpg) repeat-x;
}

		
/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#f3f5da;
}

/* TOP BANNER */

#topbanner {
	background-color: #E9F16A;
}

#topbanner #hiddentitle, #hiddentitle span {
	background: url(images/banner.jpg) no-repeat;
}

/* PAGE CONTENT ATTRIBUTES */

#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #57A3D0;
}

#content h3 {
	color: #1168AB;	
}
#content h4 {
	color: #333;
}

#content h2 a:link, h3 a:link, h4 a:link, h5 a:link {
	text-decoration: none;
}
#content h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	text-decoration: none;
}	
#content h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: underline;
}
#content h2 a:active, h3 a:active, h4 a:active, h5 a:active {
	text-decoration: none;
}

#content a:hover {
	color:#1168AB;
}

#content ul li {
	background-image: url(../../trusteeship/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: .5em;
}

#content ul ul li  {
	background-image: url(../../trusteeship/images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: .8em;
}
#content #boxcol {
	float: left;
	width:100%;
overflow: auto;
}

#content .column1 {
	float: left;
	width: 25em;
	padding-right: 1.5px;
	margin-right: 0em;
	padding-top: 0px;
}
#content .column2 {
	float: left;
	width: 24.5em;
	clear: right;
	margin-right: 0px;
}

#content .col {
	float: left;
	width: 98%;
	padding-bottom: 1em;
	overflow: auto;
}

/* Form */

fieldset {
	width: 90%;
	margin-left: 3px;
	border: 1px solid #CCCCCC;
}
fieldset form {
	margin-top: 8px;
	margin-bottom: 5px;
	padding-left: 8px;
}
form input{
	margin-bottom: -5px;
	
}
