/* default styles */
body {
	font: normal normal 12px Arial, sans-serif;
	color: #000000;
}
a {
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
	line-height: 1.5em;
}

h2 {
	font-size: 1.4em;
	line-height: 1em;
	letter-spacing: -0.7px;
}
h2.blue {
	color: #1e5862;
}
h3 {
	font-size: 1.1em;
	line-height: 1em;

}
h4 {
	font-size: 1em;
	line-height: 1em;

}
h4 a {
	text-decoration: none;
	font-weight: bold;
	padding: 3px 17px 3px 1px;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
}

#content-green .content, #content-blue .content{
	/*float: left;
	margin: 0 0 20px 0;
	background-color: #fff;
	background-repeat: repeat-x;
	border: 5px solid #fff;*/
	width: 100%;  
	margin-left: 0px;
}
/*#content-blue {
	float: left;
	margin: 0 0 20px 0;
	background-color: #fff;
	background-repeat: repeat-x;
	border: 5px solid #fff;
	width: 100%;  
	margin-left: 0px;
}	*/

div.hr {
	border-top: 1px dotted #9b693d;
	margin: 0 0 10px 0;
}
div.hr hr {
	display: none;
}


img.left {
	border: 1px solid #857457;
	float: left;
	margin: 3px 3px 0 0;
}
img.right {
	border: 1px solid #857457;
	float: right;
	margin: 0 0 3px 3px;
}
.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

.block {
display: block;
clear: both;
}


.date {
float: left;
padding: 0 3px 0 0;
}

#header, #leftcol, #rightcol, #main-menu, #main-title, .utility, .breadcrumbComponent {
display: none;	
visibility: hidden;
}  

#ctrcol, #main {
width: 100%;
min-height: 1px;
}
#content {
width: 100%;
/*padding: 0px 10px;*/

}

body, #wrapper {
background: #fff;
}


#footer{
display: none;	
visibility: hidden;
}


