/* styling the main content files from the data direcotory inside the iframe */



body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF7DF;
	line-height: 1.3em;
	margin-top: 20px;
}

h1
{
	font-size: 16px;
    border-left: 3px solid #f57900;
    padding: 2px 2px 5px 6px;
}
	
h2 {
	font-size: 13px;
	font-weight: bold;
}
p.ga {
	line-height: 1.5em;
}

/* links on the content page are not underlined on hover */
.contentpage a:link, a:visited {
	text-decoration: none;
	color: #3366FF;
}

.contentpage a:hover {
	text-decoration: none;
	color: #f57900;
}

/* in page links and links in address lists are underlined on hover */
p.links a:link, a:visited {
	text-decoration: none;
	color: #3366FF;
}
p.links a:hover {
	text-decoration: underline;
	color: #f57900;
}
ul.addresses li {
	margin-top: 10px;
}
ul.addresses a:link, a:visited {
	text-decoration: none;
	color: #3366FF;
}
ul.addresses a:hover {
	text-decoration: underline;
	color: #f57900;
}
span.seperator {
	color: #f57900;
}
/* popup message box */
div#popup
{
	position: relative;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -600px;
	padding: 1px;
	border: 1px solid #f57900;
	text-align: left;
}
div#popup div {
	padding: 5px 5px 2px 5px;
	border: 1px solid #f57900;	
}
p.closePopup {
	text-align: center;
}

/* in page navigation block with back and home images */
table.navigation {
	margin-top: 20px;
	width: 100%;
}

table.navigation img {
	border-style: none;
}

/* read more About on main page */
table.readmore {
	margin-top: 0px;
	width: 100%;
}
table.readmore a:link, a:visited {
	text-decoration: none;
	color: #3366FF;
}

table.readmore a:hover {
	text-decoration: none;
	color: #f57900;
}
img.picture {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #f57900;
	padding: 10px;
}
img.image_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 5px 0 5px 10px;
}

