/* RSN Associates CSS */

* { margin: 0; padding: 0; }

html { }

body { color: #464646; margin: 0px auto; background: #FFF; }

a { color: #880129; text-decoration: underline; }
a:hover { color: #1f2556; text-decoration: none; }
p { display: block; padding: 10px 0px; }
h1, h2,h3 { display: block;}
			  
/* h1 { font-size: 1em;}	 */
h2 { font-size: 1.2em;}	
h3 { font-size: 1.2em; color: #0000ff;}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

img.left { margin: 15px 10px 10px 0px }
img.right { margin: 0px 0px 10px 10px }
img.center { display: block; margin: 0px auto; }

/* Header */
#header,
#footer,
#main { font: 0.9em/1.3em verdana; margin: 0px auto; display: block; width: 798px; clear: both; }

#header {font: 0.4em/0.8em verdana; margin-top: 2px }
#header h1 { font-size: 1em; height: 60px; background: url(images/rsnlogo.jpg) no-repeat top left; overflow: hidden; margin-bottom: 1px; }
#header ul#navtab { display: block; width: 798px; height: 33px; list-style: none; }
#header ul#navtab li { display: block; float: left; }
#header ul#navtab li a { display: block; width: 98px; line-height: 30px; text-align: center; font-size: 2em; color: #ffffff; text-decoration: none; background: #0000ff; border-right: #fff solid 2px;  }
#header ul#navtab li a.last { border-right: 0px none; }
#header ul#navtab li a:hover { color: #777; background: #ffff00; }  	
				  
.tagline {font: 2em verdana;  text-align: right; font-weight: bold; margin-right: 0px; color: #000000;}

/* Main main */
#main #right { float: right; text-align: justify; width: 563px; padding-left: 2px; margin-top: 5px; margin-bottom: 1px; border-bottom: 1px solid #0000ff; }
#main #last { float: right; text-align: justify; width: 563px; padding-left: 2px; margin-top: 5px; margin-bottom: 1px; border-bottom: 0px none;}
#main #right img#mainimage { padding: 3px; border: 1px solid #cecece; width: 555px; margin-bottom: 3px; }   
#main #right img#minorimage { float: right; padding: 3px; border: 1px solid #cecece; width: 125px; margin-left: 3px; margin-bottom: 3px; } 
#main #left { font: 0.8em/1.4em verdana,helvetica,arial,sans-serif; float: left; width: 220px; padding-top: 5px; padding-right: 1px; background-color: #ffffff;}
  
#main #left .feature { background-color: #ffffcc; border: 1px solid #cecece; padding: 10px; margin-bottom: 3px; }
#main #left .feature h1 { border-bottom: 0px;  padding-bottom: 5px; }
#main #left .feature h2 { padding-top: 5px; }
#main #left .feature p { }	   
#main #left .feature ul { margin-left: 15px;  list-style-type: disc;}	 

/*Footer*/		
#footer { font-size: 0.5em; padding: 10px; margin-top: 5px; text-align: center; color: blue; height: 20px; border-top: 2px solid; margin-bottom: 5px; }

/* End */



