@charset "utf-8";
/* CSS Document */

/* Width and Allignment declarations on body and #wrapper will allow the content to be properly centred in older browsers */

/*****************/
/* COMMON STYLES */
/*****************/

html, body {
	margin:0;
	padding:0;
	height: 100%; /* Moving footer */
}

body {
	min-width: 955px;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: small;
	background-color:#eee;
}

p {
	line-height: 1.4; /* Default is 1.2, 1 being the font height and .2 being the space */
}

h1 {
	font-size: 130%;
	font-weight: bold;
}

h2 {
	font-size: 110%;
	font-weight: bold;
}

img {
	border: 0;
}

a {
	text-decoration:none;
}

/*****************/
/* TABLE STYLES **/
/*****************/

tr, th, td, table {
	padding:0;
	margin:0;
}

table {
	width: 95%;
	text-align:left;
	font-size:x-small;
	font-family:Verdana, Geneva, sans-serif;
}

th {
	background-color:#bdcced;
	padding-left: 10px;
	padding-right: 10px
}

td {
	padding-left: 10px;
	padding-right: 10px;
	width: 33%;
}

#stripedtable {
}

/*****************/
/*** DIV STYLES **/
/*****************/

#wrapper {
	width: 955px;
	min-height: 100%; /* Moving footer */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
}

#wrapper2 {
	width: 955px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
}

#container {
	height: 100%;
	padding-bottom: 50px; /* Moving footer */
	
}

#content {
	padding-right: 5px;
	padding-bottom: 50px;
	float: right;
	width: 790px;
}

#footer {
	position:absolute; /* Moving footer */
	bottom:0; /* Moving footer */
	height: 50px;
	width: 100%;
	background-image:url(../images/footer.jpg);
	text-align:center;
	font-size:x-small;
	border-top: #CCC solid 1px;
}

#footer2 {
	position:absolute; /* Moving footer */
	bottom:0; /* Moving footer */
	height: 50px;
	width: 100%;
	background-image:url(../images/footer.jpg);
	text-align:center;
	font-size:small;
	border-top: #CCC solid 1px;
}

#content #footer {
	margin-left: -160px;
}

/*****************/
/**** BANNER *****/
/*****************/

#banner {
	height: 120px;
	background-image: url(../images/banner_2b.jpg);
	background-repeat: no-repeat;
}

#banner .printbanner {
	display:none;
}

#banner #search {
	position:absolute;
	left:550px;
	top:78px;
	float:left;
}

/*****************/
/*** NAVIGATION **/
/*****************/

#navigation {
	float: left;
	width: 150px;
}

#navigation ul {
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navigation a {
	display: block;
	padding: 3px;
	color:#000;
	background-color: #dbe3f6;
	border-bottom: 1px solid #FFF;
}

#navbar a:hover,
	.home #navbar #home a,
	.news #navbar #news a,
	.report #navbar #report a,
	.showcase #navbar #showcase a,
	.guidance #navbar #guidance a,
	.links #navbar #links a,
	.archive #navbar #archive a {
	background-color:#bdcced;
}

#navigation li img {
	margin-left: 100px;
}

/*****************/
/*** CSS TOOLS ***/
/*****************/

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.clearboth {
	clear: both;
}

.imgRight {
	float:right;
}

.imgLeft {
	float:left;
}

.imgPad {
	float:right;
	padding: 5px;
}
