/* layout */
#skiplinks
{
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#contentcarrier
{
	width: 790px;
	margin: 10px 0px 10px 10px;
}

.pageheader
{ 
	font-size: 130%; 
	font-weight: bold; 
	margin-top: 2px;
	margin-bottom: 20px; 
}

#maincontent
{
	width: 580px;
	float: left;
}

#rightnavigation
{
/*	margin-left: 580px;  
	padding-left: 20px; */

	margin-left: 20px; 
	width: 190px;
	float: right;
	clear: right; 
}

#guidelines 
{
	clear: both;
}

#footer
{
	padding-top: 10px;
	padding-bottom: 10px;
}



/* content */

#intro 
{
	margin-bottom: 10px;
}
#intro p
{
	margin: 0;
}
#intro p.first
{
	margin-bottom: 10px;
}
#intro ul
{
	margin-top: 0;
	margin-bottom: 0;
}
#news 
{
	text-align:center; 
	margin-bottom:20px; 
}
#news p 
{
	margin: 5px 0px 0px 0px; 
}
form 
{
	margin: 0px; 
}

#frmCheckUrl
{
	margin: 5px;
	margin-left: 80px;
}

input#editURL 
{
	width: 250px; 
} 

input#btnGo 
{
	width: 120px; 
}

.errorMessage 
{
	color: red; 
}

fieldset 
{
	border: 0; margin: 0; padding: 0;
}

.screenReader 
{
	position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; 
}

.buttonExpand 
{
	cursor: pointer; cursor: hand; 
}


/* issues selection: overwrite for online tool */

.conclusionselection .group .settings,
.conclusionselection .conclusion .type
{
	display: none;
}

.conclusionselection .conclusion .name
{
	width: 527px; /* fix for IE //auto */
}


/* right navigation */

#rightnavigation ul.menulinks 
{
	list-style-type: none;
	margin: 0 0 25px;
	padding: 0;		
}

#rightnavigation ul.menulinks li,
#rightnavigation h3
{
	margin: 0 0 7px;
			
}

#placelink
{
	margin: 25px 0 10px;
}

#placelink p
{
	margin: 5px 0;
}

#placelink textarea
{
	background-color: #DCDCDC; 
	border: 1px solid #DCDCDC;
}

#bookmark
{
	margin: 10px 0;
}

#testimonials p
{
	margin: 0;
}

#testimonials p.user
{
	margin-bottom: 15px;
}
