body {
	background-image: url(../images/Background.gif);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color: #FFFFFF;
}

/* Title */

#titleBlock {
	position: absolute;
	top: 5px;
	left: 0px;
}

	#RSLogo {
		position: absolute;
		top: 0px;
		left: 100px;
		width: 100px;
	}

	#title {
		position: absolute;
		top: 0px;
		left: 210px;
		width: 550px;
		height: 40px;
		vertical-align: middle;
		font-family: "arial black", arial, sans-serif;
	  	font-size: 30px;
	  	font-weight: bolder;
	  	letter-spacing: 2px;
	  	line-height: 40px;
	  	color: #DC143C;
	}

/* Page */

#page {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 770px;
}

	/* Navigation Bar */

	#navbar {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 160px;
		height: 1000px;
	    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	    font-size: 12px;
	    font-weight: bold;
	    border-right: 1px solid #666;
	    padding: 0;
	    margin-bottom: 1px;
	    background-color: #036;
	}

	#navbar ul {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}

	#navbar ul li {
	    margin: 0;
	    border-top: 1px solid #003;
	}

	#navbar ul li a {
	    display: block;
	    padding: 2px 2px 2px 0.5em;
	    border-left: 10px solid #369;
	    border-right: 1px solid #69c;
	    border-bottom: 1px solid #369;
	    background-color: #036;
	    color: #fff;
	    text-decoration: none;
	}

	#navbar ul li a:hover {
	    border-left: 10px solid #036;
	    border-right: 1px solid #69c;
	    border-bottom: 1px solid #369;
	    background-color: #69f;
	    color: #fff;
	}

		/* Downloadable files */

		#files {
			position: relative;
			top: 20px;
		}

		#files td {
			text-align: left;
			font-family: "Trebuchet MS", Verdana, sans-serif;
			font-size: 8pt;
			background-color: #036;
			vertical-align: middle;
		}

		#files td a {
			color: #fff;
			text-decoration: none;
		}

		#files td a:hover {
			text-decoration: underline;
		}

		#getAcrobatReader {
			position: relative;
			top: 20px;
			left: 22px;
		}

		/* XHTML compliance icon */
		#xhtmlIcon {
			position: relative;
			top: 230px;
			left: 35px;
		}

	/* Content */

	#content {
		position: absolute;
		top: 0px;
		left: 180px;
		width: 580px;
	}

/* General */

p {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #00008B;
	font-size: 10pt;
}

.contentTitle {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bolder;
	text-decoration: underline;
	color: #DC143C;
	font-size: 16pt;
}

.subTitle {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	color: #DC143C;
	font-size: 12pt;
}

.imageTitle {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #00008B;
	font-size: 10pt;
	font-style: italic;
	text-decoration: underline;
}

td {
	text-align: centre;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #00008B;
	font-size: 10pt;
	background-color: #FFFFF0;
	vertical-align: top;
	background: transparent;
}

li {
	text-align: centre;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #00008B;
	font-size: 10pt;
}

.tableTitle {
	text-align: left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	color: #00008B;
	font-size: 10pt;
	background-color: #DCDCDC;
	vertical-align: top;
}

.tableOpaque {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #00008B;
	font-size: 10pt;
	background-color: #FFFFF0;
	vertical-align: top;
}

.tableOpaqueLeft {
	text-align: left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #00008B;
	font-size: 10pt;
	background-color: #FFFFF0;
	vertical-align: top;
}
