*
	{
		margin : 0 auto;
	}

html, body 
	{
		margin: 0; 
		height: 100%; 
		width: 100%; 
	}
body 
	{
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-family: Verdana, sans-serif;
		background-color: #DCE6F5;
		background-image:url(images/RI_logo_bg.jpg);
	}


h1 
	{
		font-size: 18px;
		color: #042c67;
		padding-bottom: 4px;
		font-weight:600;
	}

h2
	{
		font-size:14px;
		color: #042c67;
		padding-bottom: 2px;
		font-weight:600;
	}
p, ul, ol
	{
		font-size: 11px;
		padding-left: 10px;
		color:#334489;
	}
	


a:link, a:visited 
	{
		color: #334489;
		text-decoration: underline;
	}

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

.nav h1
	{
		font-size:11px;
		color: #fff;
		padding-bottom: 2px;
		letter-spacing:.2px;
		border-bottom: none;
	}
.nav p 
	{
		font-size: 12px;
		padding-left: 4px;
		color:#fff;
white-space:pre-line;
	}


.nav a:visited, .nav a:link 

	{
		text-decoration: none;
		color:#003366;
		white-space:pre-line;
	}

.nav a:hover 
	{
		color:#990000;
		text-decoration:underline;
	}

#footer 
	{
		font-size: 10px;
		color: #6792D6 ! important;
		text-align:right;
	}
#footer a:link, #footer a:visited 
	{
		text-decoration: none;
		color: #6792D6;
	}

#footer a:hover 
	{
		color: #003366;
		text-decoration:none;
	}


#topleft
	{
		background-image:url(images/bg-top-left.jpg);
		background-position:top;
		background-repeat:repeat-x;
		}
#topright
	{
		background-image:url(images/bg-top-right.jpg);
		background-position:top;
		background-repeat:repeat-x;
		}
#nav
	{
		background-image:url(images/rotary_02.jpg);
		background-position:top;
		background-repeat:no-repeat;
		}
		
