body {
	font: 10pt Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px;
}
html, body {
	min-height: 100%;
	margin-bottom: 1px;
}


/* holder styles */



#holder {
	width: 800px;
	text-align: left;
	margin: 0 auto 0 auto;
}

/* header styles */
#header {
	background: url(images/rcc_logo.gif) no-repeat;
	height: 58px;
}

#horzspace {
	height: 4px;
	background-color: #8A2020;
}

/* main column */
#content {
	line-height: 15pt;
	margin: 0px 0px 0px 182px;
	padding: 0px 0px 0px 30px;
}
#content p {
	line-height: 15pt;
}

#imagebanner {
	}

#main_nav {
	background-color: #8A2020;
	margin: 0px 0px 0px 182px;
	padding: 6px 0px 0px 30px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	height: 18px;
	font-size: 9pt;
}

#main_nav a:link { 
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#main_nav a:visited { 
	color: #7A94A7;
	text-decoration: none;
}
#main_nav a:hover, #nav a:active, #nav a:focus {  
	color: #B8CDC5;
}





/* second column styles */
#leftcol {
	float: left;
	width: 182px;
	}
#rightcol p {
	color: #4D4D4F;
}

/* footer styles */
#footer {
	padding: 3px 0px 0px 212px;
	background-color: #8a2020;
	height: 12pt;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
}


/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

h1 {
	font-size: 18pt;
	color: #577A8E;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
}
h2 {
	color: #577A8E;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
}
h3 {
	color: #577A8E;
	font-size: 12pt;
	font-style: italic;

}

h4 {
	color: #577A8E;
	font-size: 11pt;
	font-style: bold;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

 /* Colors
 
15% Grey DCDDDE
35% Grey B1B3B6
50% Grey 939598
65% Grey 77787B
85% Grey 4D4D4F

Red 8A2020
Dark Blue 577A8E
Blue 7A94A7
Light Blue B8CDC5 
  */