/* RB_stylesheet.css */
/* Latest Update 2-9-2005 by Roger Baxter */

body { 
	background-color: #FFFF99;
	background-image: url("../images/RB_bkgrd.jpg");
	}

div.page_box {
	text-align: center;
	border: 0px solid red;
	}

div.centered_box {
	width: 700px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid blue;
	}
	
div.bottom_cover {
	width: 700px;
	height: 450px;
	background-image: url("../images/RB_bkgrd.jpg");
	border: 0px solid green;
	}

div.footer {
	width: 700px;
	height: 80px;
	text-align: center;
	font-family: Helvetica, Ariel, sans-serif;
	font-size: 12px;
	font-weight: light;
	padding: 10px;
	border: 0px solid red;
	}


div.section_tabs {
	position: absolute;
	color: white;
	left: 50px;
	top: 115px;
	width: 700px;
	height: 35px;
	z-index: 8;
	background-color: transparent;
	border: 0px solid blue;
	}


div.section_tab {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 175px;
	height: 35px;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	line-height: 12px;
	z-index: 9;
	border: 0px solid black;
	}



div.mainpagebox1 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 450px;
	width: 700px;
	background-color: #FFFFAA;
	border: 8px solid #996633;
	}


div.mainpagebox2 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 450px;
	width: 700px;
	background-color: #FFFFAA;
	border: 8px solid #006600;
	}


div.mainpagebox3 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 450px;
	width: 700px;
	background-color: #FFFFAA;
	border: 8px solid #993333;
	}


div.mainpagebox4 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 450px;
	width: 700px;
	background-color: #FFFFAA;
	border: 8px solid #660099;
	}


div.pageboxtitle {
	position: absolute;
	left: 2px;
	top: 2px;
	height: 50px;
	width: 680px;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	background-color: #FFFFAA;
	border: 0px solid green;
	}	


div.pageboxleft {
	position: absolute;
	left: 2px;
	top: 52px;
	height: 380px;
	width: 230px;
	text-align: justify;
	background-color: #FFFFAA;
	border: 0px solid black;
	}	


div.pageboxcenter {
	position: absolute;
	left: 242px;
	top: 52px;
	height: 370px;
	width: 200px;
	text-align: justify;
	background-color: #FFFFCC;
	border: 0px solid blue;
	}	


div.pageboxright {
	position: absolute;
	left: 452px;
	top: 52px;
	height: 380px;
	width: 230px;
	text-align: justify;
	background-color: #FFFFAA;
	border: 0px solid red;
	}	


h1 {font-family: Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	line-height: 36px;
	white-space: normal;
	}		


h2 {font-family: Verdana, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	line-height: 48px;
	white-space: normal;
	padding-top: 110px;
	}		


h4 {font-family: Helvetica, Ariel, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}		


h5 {font-family: Helvetica, Ariel, sans-serif;
	font-size: 10px;
	font-weight: light;
	text-align: center;
	}		


p {font-family: Helvetica, Ariel, sans-serif;
	font-size: 12px;
	font-weight: light;
	line-height: 14px;
	}		


p.matt {font-family: Helvetica, Ariel, sans-serif;
	font-size: 12px;
	font-weight: light;
	line-height: 14px;
	text-align: justify;	
	}		

p.hist {
	text-align: center;	
	}

a:link {
	color: #993333;
	text-decoration: none;
	}

a:hover {
	color: #330000;
	text-decoration: underline;
	}

a:active {
	color: #330000;
	text-decoration: underline;
	background-color: #FFCC00;
	}

a:visited {
	color: #666666;
	text-decoration: none;
	}

