/* CATCH ALL ELEMENTS W/ TEXT*/
/* -------------------------------------------- */

* {

	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;

}


/* TOP-LEVEL BODY STUFF */
/* -------------------------------------------- */

body {
		text-align: left; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:20px

	}

body.mainpage {

		background-image:
		url('background.jpg');
		background-repeat: repeat-x;
		text-align: center;


	}


/* GENERIC TEXT, HEADINGS ETC */
/* -------------------------------------------- */


h2 {
	color: #006699;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	border-bottom: 1px solid #999999;
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px;
	}

h3 {
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;

	}

a {
	text-decoration: none;
	}

a:link {
	color: #6699CC;
	}

a:visited {
	color: #6699CC;
	}

a:active {
	color: #6699CC;
	}

a:hover {
	color: #003366;
	}

a img, img.icon {
	border: none;
	vertical-align: middle;
}


.tips {

font-style: italic;

}

.strong {

font-weight: bold;

}

ul {
margin-top: 0px;
margin-left: 15px;
text-indent: 3px;
padding: 0px;
list-style: none url(images/arrow.gif);

}

hr {
	height: 1px;
	color: #CCCCCC;
	background: #CCCCCC;
	border: none;
	margin-top: 8px;
	margin-bottom: 8px;
}



/* FOR PHP GENERATED STUFF */
/* -------------------------------------------- */



.resource_type_heading {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

a.resource_link {
	font-weight: bold;
}

.relation_type {
	margin-top: 5px;
	margin-bottom: 3px;
}

table.resource_table {
	border-collapse: collapse;
}
.resource_table tr {
	padding: 0px;
	margin: 0px;
}
.resource_table td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}




/* GENERIC DIV TO PAD CONTENT */
/* -------------------------------------------- */

.content {
	padding: 0px 15px 0px 15px;

}





/* SPECIFIC DIVS FOR LAYOUT */
/* PIXEL-PERFECT -- FIDDLE AT YOUR PERIL! */
/* -------------------------------------------- */


/* Holds whole content area */
#container {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 930px;
	height: 800px;
	text-align: left;
	background-color: #FFFFFF;
	}

/* big orange banner at the top */
#banner {
	padding: 15px
	}

/* Creates left-hand side */
#center {
	padding: 0px;
	float: left;
	width: 530px;
	height: 640px;
	overflow: hidden;

	}

/* Holds map */
#mapcontainer {
	padding: 0px 15px 0px 15px;
	height: 640px;
	width: 500px;
	}

/* Creates right-hand side */
#right {
	padding: 0px;
	float: right;
	width: 399px;
	height: 640px;
	overflow: hidden;
	border-left: 1px dotted #999999;
	}

/* Controls right-hand iframe */
#contentframe {

	width: 100%;
	height: 100%;
	scrolling: no;
	frameborder: 0;
}








