﻿body
{
	background-image: url(../images/horizontal-background.jpg);
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 0.85em;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1, .h1
{
	color: #000; /*FFCF00*/
	font-size: 1.3em;
	margin: 0px;
	font-weight: bold;
}
h2, .h2
{
	color: #000;
	font-size: 1.15em;
	font-weight: bold;
}

a, a:active, a:visited
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #FFCF00;
}
a:hover
{
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #FFCF00;
}

#centre
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 995px;
	text-align: left;
	background-image: url(../images/white-background.png);
	background-repeat: repeat-y;
	background-position: 0px -200px;
}

#minimum
{
	float: right;
	width: 1px;
	height: 466px;
}
#left
{
	position: absolute;
	width: 130px;
	top: 155px;
	left: 5px;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
#left span.first
{
	font-size: 1.5em;
}
#left a
{
	color: #FFF;
}

#content
{
	top: 0px;
	left: 0px;
	width: 995px;
	position: relative;
	background-image: url(../images/full-body.png);
	background-repeat: no-repeat;
}
#content #home
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	border: 0px;
}

#text
{
	position: relative;
	top: 40px;
	left: 144px;
	width: 815px;
	text-align: justify;
	margin-bottom: 40px;
}
#buttons
{
	left: 20px;
	top: 10px;
	height: 50px;
	width: 795px;
	position: relative;
	margin-bottom: 10px;
}

#buttons a img
{
	border: 0px;
}

#minimumEnd
{
	position: relative;
	height: 1px;
	width: 100%;
	clear: right;
}
#containerBottom
{
	position: relative;
	top: 0px;
	left: 124px;
	height: 19px;
	width: 80px;
}

#footer
{
	color: #FFF;
	font-size: 0.85em;
	font-weight: bold;
	text-align: right;
	width: 940px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
#footer a
{
	color: #FFF;
}
.indented
{
	padding-left: 5px;
}

.table td, .table th
{
	padding: 0px 5px 0px 5px;
}

.noborder
{
	border: 0px;
}
.noborder:link
{
	border: 0px;
}
.noborder:visited
{
	border: 0px;
}
.noborder:active
{
	border: 0px;
}
.noborder:hover
{
	border: 0px;
}

.blue
{
	color: #00529A;
}

#membersNav	
{
	text-align:center;
	padding: 0px 10px 5px 10px;
}

#membersNav	a, #membersNav	a:link, #membersNav	a:visited, #membersNav a:active
{
	color:#FFF;
}
.minutes
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 40px;
	border: #555;
	background: white;
	width: 135px;
	padding:5px;
	float: right;
	margin-left:20px;
}


ul.minutesBlock
{
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px;
}

ul.minutesBlock li
{
	padding:2px;
}
ul.minutesBlock li:hover
{
	background:#5A79B4;
	color:#FFF;
}
ul.minutesBlock li a
{
	text-decoration: none;
	border: 0px;
}

ul.minutesBlock li a:hover	
{
	background:#5A79B4;
	color:#FFF;
}