@charset "utf-8";
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: #000000;
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: url(http://www.mra-net.org/prc/images/bg_grid.jpg);
}
#wrapper {
	background: url(http://www.mra-net.org/prc/images/website_pagebottom_prc2.jpg) no-repeat center bottom;
	margin: 0px auto 15px;
	width: 780px;
	position: relative;
	padding-bottom: 15px;
}
 #container {
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(http://www.mra-net.org/PRC/Images/website_bg_prc2.jpg);
} 

 #containerProv {
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 10px;
	padding-left: 0px;
	/*background-image: url(http://www.mra-net.org/PRC/Images/website_bg_prc.jpg);*/
} 
#prc_rt {
	top: 0px;
	right: 0px;
}

 #header {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
	background-image: url(http://www.mra-net.org/PRC/Images/prc_header_wash.gif);
	background-repeat: repeat-x;
	background-position: top;
} 
#pgHdr {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: #333333;
}
.login {
	clear: left;
	float: none;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 300px;
	position: relative;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#bump {
	padding-left: 10px;
}

 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 25px 1px 0px;
	font: normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
}

 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	font: normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 0px;
}
 #sidebar1 h3 {
	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: 5px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold normal 18px "Times New Roman", Times, serif;
	color: #000000;
}
 #mainContent h2, #mainContentProv h2 {
	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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold normal 18px "Times New Roman", Times, serif;
	color: #333333;
}
 #mainContent h3 {
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bolder normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
 #mainContent_homepage h3 {
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bolder normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.important {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc3333;
}
 #menu {
	float: left; /* since this element is floated, a width must be given */
	height: 320px;
	width: 100px;
	clear: none;
}
#container #header .login {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	top: 50px;
	
}

 #mainContentProv {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
} 
 #mainContent {
	margin: 0 275px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
} 
 #mainContent_homepage {
	margin: 0 275px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
} 
 #mainContent h1, #mainContentProv h1, #plegend {
	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: 5px 0 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold normal 24px "Times New Roman", Times, serif;
	color: #cc3333;
}
 #mainContent_homepage 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: 5px 0 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold normal 24px "Times New Roman", Times, serif;
	color: #cc3333;
}
a:link {
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
}
#provNote {
	background-color:#333333; 
	color:#FFFFFF; 
	padding:10px;
}
a:visited {
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
 #mainContent h2 {
	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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold normal 18px "Times New Roman", Times, serif;
	color: #333333;
}
 #mainContent_homepage h2 {
	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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold normal 18px "Times New Roman", Times, serif;
	color: #333333;
}
 #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(http://www.mra-net.org/prc/images/website_bg_br.jpg) no-repeat right top;
	font: normal 10px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
} 
 #footerProv {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#FFFFFF;
	font: normal 10px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
} 

 #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 */
}
.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;
}
.home_page { /* this class can be used to float an element left in your page */
	margin-left: 15px;
}
.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;
}

#container .overhang {
	position: relative;
	left: 329px;
	top: 0;
}
#container .logo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 177px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.table_bottomborder {
	border-bottom: thin dotted #999999;
}

