@charset "utf-8";
body  {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 99%;
	background-color: #000;
	border: medium outset #B71A23;
	font-weight: normal;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container  {
	width: 900px;
	text-align: left;
	background-color: #FFF;
	background-repeat: repeat;
	background-position: center center;
	margin-top: 0;
	margin-bottom: 0;
	border: medium ridge #BF1E2E;
	background-image: none;
	margin-right: auto;
	margin-left: auto;
} 
#header  {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	background-image: url(images/logos/header_mrp.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 280px;
	width: auto;
	border: medium ridge #BF1E2E;
	position: relative;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
} 
.banner_graphic_small {
	border: medium solid #000;
	width: 685px;

}

#header ul {
	margin:0px;
	padding:0px;
	float:left;
	list-style-type: none;
	position: absolute;
	right:6px;
	bottom:0px;
	
}
#header ul a {
	background-image: url(navigation/navbar_top.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

#header li {
	float: left;
}
#header li a   {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	line-height: 1.2em;
}

#header li a:link, #header li a:visited
{
	display:block;
	color: #FFF;
	background-color: #C9162C;
	width: 100px;
	border-right-width: thin;
	border-right-style: solid;
}
#header li a:hover {
	color:#FFF;
	background-color: #A3A1A0;
	background-position: -100px 0px;
}
#header li a.current,#header li a.current:hover,#header li a.current:active {
	color:#FFF;
	background-color: #003075;
	cursor:default;
	background-position: right 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 */
	color: #C01D2E;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 176px; /* padding keeps the content of the div away from the edges */
	color: #C01D2E;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	font-variant: normal;
	line-height: 1.5em;
}
.sidebar_p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.25em;
	color: #000;
	padding: 10px;
}

#sidebar1 ul{
	padding:0px;
	list-style:none;
	margin: 0px;
}
#sidebar1 ul li{
	margin:0;
	padding:0px;
}
#sidebar1 ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
	line-height:30px;
	margin:0;
	border-bottom:1px solid #fff;
	display:block;
	width:155px;
	padding-left:20px;
	background-image: url(navigation/nav_side.jpg);
	background-repeat: no-repeat;
}
#sidebar1 ul a:hover{
	background-position:-200px top;
	color:#FFF;
}
#sidebar1 ul a.current{
	background-position:-400px top;
	color:#FFF;
	cursor:default;
}

#mainContent  {
	background-color: #FFF;
	color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.text_main {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin-right: 15px;
	margin-left: 15px;
}
.contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: .75em;
	text-align: left;
	margin-left: 15px;
}

#footer  {
	background-color: #C9162C;
	font-size: small;
	text-align: center;
	vertical-align: middle;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
	color: #FFF;
	padding-top: 0;
	padding-bottom: 0;
} 
#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 */
	color: #000000;
}
.img_logo {
	text-align: center;
	display: inline;
	margin: 15px;
}
.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;
}
#Copyright {
	font-size: 12px;
	color: #FFF;
}
#mrprint {
	color: #C01D2E;
	font-weight: bold;
	font-size: 100%;
}
pagebody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	background-color: #FFF;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#container div ul li table  {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#container div div table tr td table tr td p b  {
	text-align: left;
}
#container div div table tr td table tr td  {
	text-align: left;
}
#mrprinttext {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.1em;
	background-color: #C9162C;
	text-align: left;
	margin-right: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 1.5em;
	border: thick outset #C9162C;
	margin-left: 10px;
	text-transform: uppercase;
}
h2 {
	font-size: 1em;
	color: #FFF;
	background-color: #C9162C;
	border: medium outset #BF1E2E;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.2em;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #C9162C;
	letter-spacing: 0.1em;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-right: 10px;
	font-size: 1em;
	margin-left: 15px;
	line-height: 1.2em;
}

white type {
	color: #FFF;
}
.mrprint_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #BF1E2E;
}
.flasingtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #C5152A;
	text-decoration: blink;
	text-align: center;
}
