/* CSS Document */



html {
height: 100%;
}



body {
background-color:  #000000;
background-image:url(images/layout/rvr-bgnd.jpg);
background-repeat: repeat-x;
background-attachment:fixed;
margin:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-bottom: 0px;
}


td{
text-align: center;
}	




/*/////////////////////////////////TEXT STYLES//////////////////////////*/

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}


a {
color: #000000;
}

a:link {
text-decoration: underline;
}



a:visited {
text-decoration: underline;
color: #333333;
}


a:hover {
text-decoration: none;
color: #333333;
}

a:active {
text-decoration: underline;
color: #000000;
}


h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}


h2{
font-family:"Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
font-style:normal;
text-decoration:underline;
color:#000000;}




/*//////////////DIV STYLES///////////////////////*/

#news{
font-family:"Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
font-style:normal;
text-decoration:underline;
color:#000000;}
	


#lside{
	width: 8px;
	background-image: url(images/layout/frame-left.jpg); 
	background-repeat: repeat-y;
	height: 100%;
	}
	
		
#rside{
	width: 8px;
	background-image: url(images/layout/frame-right.jpg); 
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
	}		
	
#main{
	width: 768 px;
	height: 100%;
	background-color:#FFFFFF;
	vertical-align: text-top;
	text-align: left;
	top: 0px;
	}

#mainContent{
	height: auto;
	vertical-align: text-top;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	width: 700 px;
	}	
	
#content{
	background-color:#FFFFFF;
	vertical-align: text-top;
	height: auto;
	}
		
#shell {
	height: 100%;
	vertical-align: text-top;
	background-color:#FFFFFF;
	}
#shell2{
	vertical-align: text-top;
	height: auto;
	background-color:#FFFFFF;
	}

#header-top{
	margin-top: 0 px;
	top: 0px;
	height: 150 px;
	width: 784 px;
	background-image:url(images/layout/header-top.jpg);
	background-repeat:no-repeat;
	text-align: left;
	vertical-align: top;
}

#header-foot{
	margin-top: 0 px;
	top: 0px;
	height: 88 px;
	width: 784 px;
	background-image:url(images/layout/header-foot.jpg);
	background-repeat:no-repeat;
	text-align: right;
	vertical-align:top;
}


#titleImage{
	height: auto;
	vertical-align: text-top;
	padding-left: 0px;
	padding-right: 0px;
	}	


#mid{
	vertical-align: text-top;
	height: auto;
	width: 500px;
	}			

#footer{
	padding-top: 10px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8c8c8c;
	height: 35px;
	background-repeat: no-repeat;
	background-position:top;
	vertical-align: top;
	text-align: center;
	}	