html, body {
	margin: 0;
	padding: 0;
	height:100%;
	background-color: #363636;
}

h1, h2, h3 {
	font-family: Geneva, Arial, sans-serif;
	font-weight: normal;
	color: #aaaaaa;
}

h1 {
	font-size: 30pt;
	text-align: left;
	letter-spacing: -1pt;
	color: #b6c931;
	margin: 0;
}

h2 {
font-family: Geneva, Arial, sans-serif;
	font-size: 12pt;
	text-align: left;
	color: #ffffff;
	line-height: 150%;
	margin: 0;
}

h3 {
	font-size: 16pt;
	text-align: left;
	letter-spacing: -1pt;
	color: #333333;
	margin-bottom: -28px;
}

p {
	font-family: Geneva, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #cccccc;
	line-height: 150%;
	margin: 0;
}

ul {
	font-family: Geneva, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #000000;
	line-height: 130%;
	margin-left: 0.75em;
	padding-left: 0.75em;
}

hr {
	width: 100%;
	border: none;
	background-color: #13b5ea;
	color: #13b5ea;
	height: 1px;
}

img {border:none;}

/* Form Stuff */

label {
	float: left;
	width: 8em;
	margin-right: 3em;
}

input {
	background-color: #626262;
	border: 1px solid #949494;
	color: #bfbfbf;
	padding: 0.2em;
	font-family: Geneva, Arial, sans-serif;
	font-size: 9pt;
	width: 200px;
	margin-right: 5px;
}

textarea {
	background-color: #eaeaea;
	border: 1px solid #999999;
	padding: 0.2em;
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
	width: 400px;
}

select {
	border: 1px solid #000000;
}

input.btn {
	color: #ffffff;
	background-color: #0a94c1;
	border: 1px solid #30bce9;
	width: 75px;
}

/* Links and Colours */

a.blue:link {color: #13b5ea}
a.blue:active {color: #13b5ea}
a.blue:visited {color: #13b5ea}
a.blue:hover {color: #666666}

a.white:link {color: #666666; text-decoration:none;}
a.white:active {color: #666666; text-decoration:none;}
a.white:visited {color: #666666; text-decoration:none;}
a.white:hover {color: #ffffff; text-decoration:none;}

.blue {color: #13b5ea}
.news {color: #000000; font-size: 12px; font-family: Geneva, Arial, sans-serif; font-weight: bold}
.white-text {
	font-family: Geneva, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #ffffff;
	line-height: 150%;
	margin: 0;
}

.white-footer {
	font-family: Geneva, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: #ffffff;
	line-height: 150%;
	margin: 0;
}


/* Header */

#header {
	margin-left: auto;
	margin-right: auto;
	width: 812px;
	background-image: url('images/RC_News_header.png');
	height: 80px;
}

/* Content */

#content-top {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/RC_News_divtop.png');
	width: 812px;
	height: 20px;
}

#content-full {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background: url('images/RC_News_repeat.png');
	background-repeat:repeat-y;
	width: 612px;
	padding-left:100px;
	padding-top:0;
	padding-right:100px;
	padding-bottom:0;
}

#content-bottom {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/RC_News_divbott.png');
	width: 812px;
	height: 59px;
}

#fix {
	clear: both;
	width: 900px;
}

/* Footer */

#footer-wrap  {
	clear : both;
	width : 100%;
	height : 170px;
	margin-top:17px;
	position:relative;
	background : #383838 url('images/footer_back.jpg');
	background-repeat: repeat-x;
} 

#footer {
	width : 900px;
	padding-top:10px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}

#footer p {
	font-family: Geneva, Arial, sans-serif;
	font-size: 7pt;
	text-align: left;
	color: #666666;
	line-height: 150%;
	margin: 0;
}

/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:900px;
		height:350px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:130px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:900px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/btn_next.png) no-repeat 0 0;	
		}	