div.green-line
{
	background-color:#87ad70;
	margin-top:15px;
}

div.about-container
{
	margin-top:15px;
}

div.about-container-left
{
	float:left;
	border-right:1px solid #7eabca;
	width:350px;
	margin-top:50px;
}

div.about-container-right
{
	float:right;
	padding:8px;
	width:218px;
}

div.select-region
{
	font-size:0.9em;
}

div.accordion_headings
{
	background-color:#FF9900;
	color:white;
	padding:5px;
	cursor:pointer;
	margin-bottom:8px;
	background-image:url(/images/structure/ws.gif);
	background-repeat:no-repeat;
	background-position:6px 6px;
	padding-left:10px;
}

div.header-left
{
	float:left;
	width:20px;
}

div.header-right
{
	float:right;
	width:280px;
	height:15px;
}

div.about-item
{
	border-bottom:1px solid #7eabca;
	padding:8px 8px 0 8px;
}

div.about-item-content
{
	padding:0px 8px 8px 8px;
}

div.about-item-content span
{
	color:#333333;
	font-weight:bold;
}

div.about-header
{
	padding:15px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.4em;
	color:white;
}

div.useful-links
{
	background-color:#b2b2b2;
	width:160px;
	padding:10px 10px 10px 10px;
	color:white;
	font-style:italic;
	border-top:2px solid white;
	font-size:0.9em;
	border-bottom:2px solid white;
}

div.useful-links ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	border-bottom:1px solid #696967;

}

div.useful-links li
{
	border-top:1px solid #696967;
	padding-top:4px;
	padding-bottom:4px;
	background-image:url(/images/info/info-bullet.gif);
	background-position:right;
	background-repeat:no-repeat;
}

div.useful-links li a
{
	color:white;
}

div.useful-links li a:hover
{
	color:#696967;
}
div.grey-spacer
{
	background-color:#b2b2b2;
	width:180px;
	position:relative;
	bottom:2px;
}

div.about-instructions
{
	float:left;
	position:relative;
	top:40px;
	font-family:"Times New Roman", Times, serif;
	color:#269edb;
	font-size:1.5em;
	font-style:italic;
	line-height:1.2em;
}

div.about-search
{
	height:32px;
	color:white;
	font-weight:bold;
	width:584px;
	border:1px solid #3D6589;
	padding:2px;
	position:relative;
	top:10px;
}

div.about-search-left
{
	background-color:#3D6589;
	width:337px;
	float:left;
	padding-left:10px;
	height:32px;
}

div.about-search-right
{
	background-color:#3D6589;
	width:225px;
	float:right;
	padding-left:10px;
	height:32px;
	text-align:center;
}

select.about-dropdown
{
	font-size:1em;
	width:140px;
}

