/* CSS Document */
body {
	background-color: #686565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;	
	color: #535151;
}
form {
	font-size: 0.75em;
}
h1 {
	font-size: 1.0em;	
	font-weight: bold;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 0.85em;
	margin: 0.5em 0 0.5em 0;	
}
img {
	border: none;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
li {
	font-size: 0.75em;
}
ul.list li {
	margin: 0;
	line-height: 130%;	
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #363434;
	margin-top: 0.1em;
	margin-bottom: 1em;
	background-color: inherit;
}
ol, ul {
	margin-top: 0em;
}
/* Class */
.breadcrumbs {
	font-size: 65%;	
	font-weight: bold;
	color: white;
	border: 5px solid white; 
	margin: 0 0 0px 0; 
	padding: 1px 2em;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: none;
}

.fieldname {
	font-size: 0.95em; 
	font-weight: bold;
}
.imageleft {
	float: left;
	margin: 0 1em 0.5em 0;
}
.imageright {
	float: right;
	margin: 0 0 0.5em 1em;
}
.innerbox {
	float: right;
	margin: 0 0 0.5em 1em;
	padding: 0.5em 1em; 
	font-size: 1em; 
	width: 200px;
}
.leftmenu {
	font-size: 0.75em;
	color: white; 
	padding: 0.3em 0.3em 0.3em 1em; 
	font-weight: bold;
	text-decoration: none;
	border-left: 5px solid white;
	border-right: 5px solid white;
	clear: both;
}
ul.leftmenu {
	font-size: 0.75em;
}
.leftmenu a:link, .leftmenu a:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: block;
}
.small, .small a:link, .small a:visited, .small a:hover, .small a:active {
	font-size: smaller;
}
.whitecontainer {
	background-color: white; 
	padding: 5px 5px 4px 5px; 
	margin-bottom: 5px; 
}
/* IDs class */
#footer {
	margin-top: 0px; 
	text-align: center;
	padding: 0.5em;
	font-size: 0.6em;
	color: white;
	font-weight: bold;
	border: 5px solid white;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: white;
}
div#outer {
	font-size: medium;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}
/* Used only in the table p=whatwedo */
table#tableWhatWeDo {
	border: 2px solid white;
}
table#tableWhatWeDo tr td {
	border: 3px solid white;
}
