


body {
	width: 98%;
	font-family: sans-serif;
                margin: 1%;
                background-color: #efefef;
}

a { 
	color:#1f2569; 
	text-decoration:underline; 
}

a:hover {
              background-color: #1f2569;
              color: #ffffff;
}

#content {
	float: none;
	clear: both;
	display: block;
                max-width: 100%;
  background-color: #efefef;

}

#content img { 
  color: #000000;
 }

.leftblock {
	float: left;
	clear: left;
                width: 24%;
   margin-left: .2em;
}

.rightblock {
	float: right;
	clear: right;
               width: 24%;
margin-right: .2em;
}

.centerblock {
                clear:none;
                display: block;
	width: 50%;
                margin: .5em auto;
                position: relative; 
}

.box{
	border: .2em solid #1f2569;
	margin: .5em 0;
}

.aheader{
	background-color:#1f2569;
	text-align: center;
	color: #ffffff;
	padding: 1.5%;
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;
}


/*JS MENU STUFF*/
.mC h5 {
	color:#1f2569; 
	cursor:pointer;
	margin:.625em .313em .313em .313em;
	padding:0 0 0 1.5em;
	text-indent:-1em;
	font-size:1.025em; }

.mC ul {
	display:none; 
	margin-bottom:.625em; 
}

.mC li {
	margin-left:2.4em; 
	display:block;
	font-size:.95em; 
                padding: .2em;
}

.mC a {
	font-size:1em;
                text-decoration: none;
}

img.arrow {
	  width:.7em;
	  height:.7em;
	  }
h5.noarrow{
	padding:0 0 0 1.6em;
	text-indent:0em;
	}

.mC a:hover { 
  background-color: #1f2569;
  color: #FFFFFF;
}

/* end JS menu stuff */

.box .aheader p {
	margin: 0;
	padding-bottom:.5em;
	text-align:center;
	font-size:smaller
}

.date{
	color:#5F1A0A;
	font-family: monospace; 
}


#sitenav { 
  text-align: center;
  margin: .2em;
 }

#sitenav a { 
  text-decoration: none;
 }

#sitenav li { 
  padding: .1em;
}

#news  li{ 
  padding: .5em;
  font-size: 1.01em;
 }

/* Header Stuff */

#cxcheader a img { 
  border: 0;
 }

#cxcheader {
	background:#641a0a url(/incl/rcw108_800.jpg)
                          repeat-x center left;   
	margin: auto;
/*                padding: .2em;*/
 	clear: both;
	display: block;
	overflow: hidden;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}

#cxcheader img { 
  color: #ffffff;
  font-size: 2.5em;
  font-style: italic;
 }


#cxcheaderleft {  
	float: left;
	clear: left;
                width: 24%;
               margin-left: .2em;
}

#cxcheaderright { 
	float: right;
	clear: right;
               margin-right: .2em;
 }

#cxcheaderright a { 
  color: #ffffff;
  font-weight: bold;
  display: block;
  padding: .5em;
  margin: .3em .1em;
  border: .2em solid #ffffff
}

#cxcheaderleft a:hover { 
               text-decoration: none;
                background: transparent;
 }

#cxcheaderright ul { 
  clear: right;
  margin:0em;
  padding:0em;
 }

#cxcheaderright li {  
  list-style:none;
  float:right;
  padding: .6em .4em .0em .4em;
}

#cxcheaderright ul li a { 
               text-decoration: none;
                background-color: #41110a;
 }


#cxcheaderright ul li a:hover { 
                background-color: #1f2569;
}

/* End Header Stuff */


/* Footer Stuff */


#cxcfooter {
	background:#2a150f url(/incl/cxcfooterbackground.png) 
                       repeat center left;
	float: none;
/*	padding: .5em;*/
	clear: both;
	overflow: hidden;
                position: relative; 
 	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
}

#cxcfooter img { 
  color: #ffffff;
  font-size: 1.5em;
  font-style: italic;
 }

#cxcfooter ul li {
	text-align:center;
	width:20%;
	float:left;
	display: block;
	padding: .5em 0 .5em 0;
}

#cxcfooter a {
	color:white;
	text-decoration:underline;
}

#cxcfooterleft {
	max-width: 25%;
	padding: 1em;
	float: left;
	clear: left;
                margin-left: .2em;
}	

#cxcfooterright {
                max-width: 75%;
	float: right;
	clear: right;
                margin-right: .2em;
}


#cxcfooterright p {
	color: white;
	font-size:90%;
	padding: 1%;
	clear: both;
}


/* hide stuff that will show up when printing */

.printOnly { 
 display: none;
 }
