/* CSS Document */

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/Background.png);
	background-repeat: repeat-x;
	background-color: #dbd2a8;
}

.BackgroundImage
{
	position: relative;
	text-align: center;
	background-image: url(images/Background.png);
	background-repeat: no-repeat;
	width:953px;
	margin-left: auto;
	margin-right: auto;
}


.Background
{
	position: relative;
	top: 5px;
	width: 953px;
	background-color: #dbd2a8;
	margin-left: auto;
	margin-right: auto;
}
.Header
{
	height: 166px;
}
.Page
{
	min-height: 60%;
	position: relative;
	top: 5px;
	border-top: 2px solid white;
	background-color: #dbd2a8;
	width: 953px;
	margin-left: auto;
	margin-right: auto;
}

.Menu
{
	position: absolute;
	left: 18px;
	width: 264px;
	height: 463px;
	z-index: 4;
}


.Navigation
{
	position: relative;
	text-align: left;
	width: 264px;
	height: 44px;
}


#list-menu {
width: 250px;
padding-top: 0px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#list-menu li {
	margin: 10px 0px 0px 0px;
	}

#list-menu a {
	display: block;
	width: 250px;
	height: 25px;
	padding: 10px 2px 2px 10px;
	border: 2px solid #ffffff;
	background: #5f433a;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:hover {
	display: block;
	width: 250px;
	height: 25px;
	padding: 10px 2px 2px 10px;
	border: 2px solid #ffffff;
	background: #e51b24;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}

.Content
{
	padding: 0px 15px 0px 0px;
	padding-bottom: 73px; /* Height of the footer */
	padding-left: 166px;
	background-repeat: no-repeat;
	text-align: left;
	z-index: 3;
}
.ContentBody
{
	margin-top: 0px;
	padding: 10px 10px 10px 130px;
	background:#FFF;
}
.Footer
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 73px; /* Height of the footer */
	background-image: url(../../images/2009/SRF_pagebottom2.png);
	background-repeat: no-repeat;
	z-index: 3;
}

/* other non-essential CSS */#menu p, #header h1
{
	margin: 0;
}

#footer p
{
	margin: 0;
	padding: 10px;
}

.SectionHeader
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #043d00;
}

.PageInstructions
{
	display: block;
	font-size: 12px;
	color: #145791;
	margin-bottom: 12px;
}

H1
{
	display: block;
	color: #5f433a;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 24px;
}

H2, h2 a, h2 a:hover
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #e51b24;
	text-decoration:none;
}

H3
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	
}
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #145791;
	line-height: 25px;
	text-decoration: underline;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #995f2e;
	line-height: 25px;
	text-decoration: underline;
}
a.nav
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 25px;
	text-decoration: underline;
}

a.nav:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	font-weight: bold;
	color: #D87E25;
	line-height: 25px;
	text-decoration: underline;
}


.Note
{
	color: Gray;
	font-size: 9pt;
	font-style: italic;
	display: block;
	padding-bottom: 3px;
}


div.infobox
{
	position: relative;
	left: 0px;
	width: 250px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background: #b34214;
	padding: 2px 5px 2px 5px;
	border: 1px solid #b34214;
}


image
{
	border: none;
}


/* Generic Styles */
.Hidden
{
	visibility: hidden;
}


