@charset "utf-8";
h1, h2, h3, h4, h5, h6, p, span, em, span {
	margin: 0;
	padding: 0;
	color: #781B39;
	font-weight: bold;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #006;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	line-height: normal;
}
.rrtc_top #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.rrtc_top #header {
	height: 162px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/NEWaltbanner.png);
	position: relative;
	background-color: #2F5655;
} 
.rrtc_top #header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
.rrtc_top #header li {
	float: left;
}
.rrtc_top #header li a {
	display: block;
	padding: 4px;
	margin-left: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.rrtc_top #header li a:link, .rrtc_top #header li a:visited {
	color: #D2D2D2;
	text-decoration: none;
	background-image: url(../images/purple_80.png);
	font-family: Arial, Helvetica, sans-serif;
}
.rrtc_top #header li a.current, .rrtc_top #header li a.current:hover, .rrtc_top #header li a.current:active {
	background-image: url(../images/blue_80.png);
	border-bottom-style: none;
	cursor: default;
	color: #003;
}
.rrtc_top #header li a:hover {
	background-image: url(../images/red_80.png);
	color: #FFF;
}


.rrtc_top #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.rrtc_top #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
.rrtc_top #sidebar1 #sidealign {
	position: absolute;
	top: 0px;
}

.rrtc_top #sidebar1 #archiveBox {

}
.rrtc_top #sidebar1 #archiveBox #menuBox{

}
.rrtc_top  #sidebar1 #archiveBox #menuBox ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.rrtc_top #sidebar1 #archiveBox #menuBox ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px;
	display: block;
	font-size: 16px;
	font-weight: bolder;
	width: 225px;
}
.rrtc_top #sidebar1 #archiveBox #menuBox ul li a:link, .rrtc_top #sidebar1 #archiveBox #menuBox ul li a:visited {
	text-decoration: none;
	background-image: url(../images/purple_80.png);
	color: #D2D2D2;
}
.rrtc_top #sidebar1 #archiveBox #menuBox ul li a:hover, .rrtc_top #sidebar1 #archiveBox #menuBox ul li a:active {
	color: #FFF;
	background-image: url(../images/red_80.png);
	text-decoration: none;
}
.rrtc_top #sidebar1 #sidealign #adBox {
	width: 230px;
	background-image: url(../images/blue_80.png);
	padding-bottom: 15px;
	text-align:center;
}











.rrtc_top #mainContent {
	background-image: url(../images/blue_80.png);
	margin: 0px;
	float: right;
	width: 675px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: medium;
} 
.rrtc_top #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #781B39;
	background-image: url(../images/square-25.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left: 25px;
	margin-bottom: 10px;
	vertical-align: text-top;
	text-align: left;
}
.rrtc_top #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #009;
	background-image: url(../images/square-25.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 30px;
	font-size: 1.1em;
	font-style: italic;
}

.rrtc_top #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #009;
	background-image: url(../images/square-25.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-left: 30px;
	font-style: italic;
	margin-bottom: 20px;
	text-align: left;
}
.rrtc_top #mainContent h4 {
	font-weight: bolder;
	font-size: 24px;
	text-align: center;
}

.rrtc_top #mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-left: 90px;
	margin-top: -20px;
	margin-bottom: 15px;
	color: #006;
	font-weight: normal;
	font-style: italic;
}


.rrtc_top #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	padding-bottom: 10px;
	font-size: larger;
	font-weight: normal;
}
.rrtc_top #mainContent p em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color: #781B39;
	font-size: 24px;
}
.rrtc_top #mainContent table#tableStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006;
	margin-bottom: 15px;
	border-collapse: collapse;
}
.rrtc_top #mainContent #tableStyle1 tbody tr td {
	background-color: #9FA9C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	border: 2px solid #006;
	padding: 5px;
}
.rrtc_top #mainContent #tableStyle1 thead tr th{
	background-color: #8794B6;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border: 2px solid #006;
}
.rrtc_top #mainContent #tableStyle1 caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}
.rrtc_top #mainContent table#tableStyle2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #006;
	margin-bottom: 15px;
	border-collapse: collapse;
	font-weight: bold;
}
.rrtc_top #mainContent #tableStyle2 tbody tr td {
	background-color: #9FA9C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	border: 2px solid #006;
	padding: 5px;
}
.rrtc_top #mainContent #tableStyle2 thead tr th {
	background-color: #8794B6;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	border: 2px solid #006;
	font-size: medium;
}
.rrtc_top #mainContent #tableStyle2 caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}
.rrtc_top #mainContent ul li  {
	list-style-image: url(../images/square-25.png);
	list-style-position: outside;
	margin-left: 50px;
}
.rrtc_top #mainContent ul li #addrDiv  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}









.rrtc_top #footer {
	background-image: url(../images/blue_80.png);
	margin-top: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 0em;
	margin-left: 235px;
	margin-bottom: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
} 
.rrtc_top #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	text-align: center;
}
.rrtc_top #footer p a  {
	font-size: 1.2em;
	margin-right: 1.5em;
}
.archiveTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	display: block;
	text-align: center;
	font-weight: bolder;
	height: 28px;
	background-image: url(../images/archive-banner.png);
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #999;
}
.archiveTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	display: block;
	text-align: center;
	font-weight: bolder;
	height: 28px;
	background-image: url(../images/archive-banner2.png);
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #999;
}
.archiveTitle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	display: block;
	text-align: center;
	font-weight: bolder;
	height: 28px;
	background-image: url(../images/archive-banner3.png);
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #999;
}
.archiveTitle4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	text-align: center;
	font-weight: bolder;
	height: 20px;
	background-image: url(../images/red_80.png);
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #999;
}


.bottomSeparator {
	margin-top: 20px;
	background-image: url(../images/separatorH.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	margin-bottom: 15px;
}


.directions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}

.directions a:link , .directions a:visited{
	text-decoration: underline;
	color: #006;
}
.directions a:hover {
	color: #820000;
	text-decoration: none;
}
.initialCap {
	float: left;
	height: 64px;
	width: 62px;
}

.mainContentDiv {
	background-image: url(../images/separatorH.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	margin-bottom: 25px;
}

.moreInfo {
	font-family: Arial, Helvetica, sans-serif;
}


.moreInfo a:link , .moreInfo a:visited{
	font-weight: bold;
	color: #006;
	text-decoration: underline;
}
.moreInfo a:hover {
	color: #820000;
	text-decoration: none;
}
.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.roundedTop {
	-moz-border-radius-topleft:10px;
 	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
 	-webkit-border-top-right-radius:10px;
}
.roundedBottom {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}
.roundedMain {
	-moz-border-radius-topleft:10px;
 	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}
.roundedTL {
	-moz-border-radius-topleft:10px;
 	-webkit-border-top-left-radius:10px;
}
.roundedBL {
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}
.roundedLeft {
	-moz-border-radius-topleft:10px;
 	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}
.rrtc_top #mainContent p.scriptQuote{
	font-size: 1em;
	color: #781B39;
}

.sidebarMore {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	margin: 5px;
	font-weight: bold;
}
.sidebarMore a:link, .sidebarMore a:visited {
	color: #009;
	text-decoration: underline;
}
.sidebarMore a:hover {
	color: #F00;
	text-decoration: none;
}

.sidebarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	display: block;
	text-align: center;
	font-weight: bolder;
	height: 20px;
	padding: 1px;
	background-image: url(../images/red_80.png);
}
.sideElement   {
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}





.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

