@charset "utf-8";

body  {
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

#container {
	width: 90%;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0;
	text-align: left; 
	vertical-align: middle;
	padding: 20px;
	height:100%;
} 

#mainContent { 
	margin: 0;
	height: 100%;
	min-height: 600px;
} 

#header {
	padding: 0;  
	background-image: url(images/RC-logo-100px.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right center;

} 


#headerTitle h1 {
	margin: 0; 
	padding: 10px 0 0 0;
	font-weight:lighter;
	font-size:30pt;
	letter-spacing: .1em;
}

#headerSubtitle {
	margin: 0;
	padding: 0;
	font-size: 18pt;
	padding-bottom: 10px;
}

#headerSubtitle span {
	padding-right: 1em;
}

#headerNav {
	width:100%;
	margin: 10px 0 10px 0;
	/* border-bottom: 1px solid #121212; */
}

.divButton {
	background-color: #FFFFFF;
	/* border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	*/
	width: 100px;
	height: 35px;		/* make sure to keep height and line-height the same so the text verical aligns */
	line-height: 35px;	/* make sure to keep height and line-height the same so the text verical aligns */
	text-align: center;
	cursor: pointer;
	float: left;
	border-right: 1px solid #666666;
}

.divButton:hover {
	color: #FFF;
	background-color: #999999;
	text-decoration:underline;
}

.divButton:link {
	color: inherit;
	background-color: inherit;
	text-decoration:none;
}




/***************************** FOOTER ************************************/
#footer { 
	padding: 0; 
	background: inherit;
	text-align: center;
} 

.aFooter {
	font-size:12px;
	padding:0 .5em 0 .5em;
}

#footerContactInfo {
	Padding-top:.5em;
}

.footerNumbers {
	margin:0 .5em 0 .5em;
}

.footerAddress {
	margin:0 .5em 0 .5em;
}

#footerLicense {
	font-size:10pt;
	padding-top: 1em;
}

#copyright {
padding-top:.5em;
font-size:10pt;
}



/***************************** MISC ************************************/
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearRightBorder {
	border-right: none;
}

blockquote {
	margin-bottom:5px;
	margin-top:0;
}

li {
	margin:5px;
}

