@import url("menu.css");

/* this is all to do with getting the full height of the page in the wrapper */
html, body { }

body {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", serif;
	font-family: Georgia, serif;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	*/
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	text-align: center;
	line-height: 140%;
	letter-spacing: 0.5px;
	background-color: #DBD8C6;
}

/*  ############# STANDARD LINK REMOVAL AND STANDARD HTML ELEMENTS ########### */

A:link {text-decoration: none; color: #FFFFCC;}
A:visited {text-decoration: none; color: #FFFFCC;}
A:active {text-decoration: none; color: #FFFFCC;}
A:hover {text-decoration: underline; color: #FFFFCC;}

li {margin-bottom: 10px;}

hr { color: WHITE; }

/* ########## MAIN LAYOUT ELEMENTS ########## */


#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	border: thin solid green;
	background-color: #7FA26C;
	min-height: 100%;
	height: auto; /* for full height of page */
	overflow: auto; /* leave this; it's for full height; if it causes scrollbars then use overflow: hidden */
}

#header {
	width: 960px;
	height: 141px;
	background-color: gray;
	overflow: hidden;
}

#logo {
	padding-top: 0px;
	margin-left: 0px;
}

#breadcrumbs {
	float: right;
}

#left {
	float: left;
	width: 200px;
	background-color: #7FA26C;
}


#content {
	float: left;
	width: 760px;
	background-color: #7FA26C;
	font-size: 15px;
}

#content IMG { margin: 10px; border: none;}

.contentheading, .componentheading {
	font-size: 24px;
	padding-bottom: 20px;
}

.inside {
	padding:10px;
}

#footer {
	clear: both;
	font-size: 11px;
}

#jflanguageselection {
	float: left;
	margin-left: 18px;
}

.searchsbox {
	margin-top: 100px;
	margin-left: 18px;
}
.searchsbox input {
	border: thin solid #CCCCCC;	
}

.contentpane table td { padding: 5px; }