/* mrccc.css is for all pages in 2 column format 
  use index_mrccc.css for index page which is 3 column and refers to div#text having a right margin 
   and background image in column 1 and 2 must be the same here
   and no rcol div*/

body {
	margin:0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	background-color: white;
}

#blueblock{
width: 150px;
height: 380px;
float: left;
padding: 0 0 1em 0;
font-size: 80%;
color: #333;

}

* html #blueblock{ /*IE 6 only */
w\idth: 115px; /*Box model bug: 150px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}


div#column2 {
	margin: 0;
	padding: 0;
	width: 770px;
	background-image: url(../images/lblue.jpg);
	background-position: right;
	background-repeat: repeat-y;

	
}
div#column1 {
	margin: 0;
	padding: 0;
	background-image:url(../images/lblue.GIF);
	background-repeat: repeat-y;
	background-color: #E2E2F3;
	width: 100%;
	
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


div#wrapper {
	width: 770px;
	margin:0 auto;
	padding: 0;
	text-align: center;
	border: double #0033FF;
}

div#head {
	width: 100%;
	height: 196px;
	margin:0 ;
	padding: 0;
	text-align: center;
	}
	

div#head_title {
	width: 100%;
	height: 40px;
	margin:0;
	padding: 0;
	background-color: #E2E2F3;
}


div#text {
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 140px;
	font-size:10px;
	border-top: groove #878EE9;
}

	
.title {
	font-size: 18pt;
	color: #2175bc;
	font-weight: 500;
	text-align: center;
	}

.mbig {
	color: #000000;
	font-size:10pt;
	font-weight:600;
}

.lit_blk {
	color:#000000;
	font-size:9px;
	text-align:center;
}

form.contact label.fixedwidth {
	display: block;
	width: 150px;
	float: left;
	color: #07A93C;
	font-weight:600;
	
	}

	
div#foot {
	width: 100%;
	height: 90px;
	text-align: center;
	font-size:8pt;
	background-color:#ECEAEA;
	border-top: groove #878EE9;
	
}

p {
	margin-top: 0;
	margin-left: 0;
	}

ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

