@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4c4c4c;
	text-align: justify;
}
#container {
	position: relative;
	width: 917px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#header {
	position: relative;
	width: 917px;
	height: 199px;
	padding: 0px;
	margin: 0px;
}
#logo {
	position: absolute;
	width: 917px;
	height: 199px;
	top: 0px;
	left: 0px;
	background-image: url(images/mrlLogo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	z-index: 500;
}
#headerLeft {
	position: relative;
	width: 18px;
	height: 199px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/headerBkgdLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#headerBkgd {
	position: relative;
	width: 881px;
	height: 199px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/headerBkgd.png);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
}
#headerRight {
	position: relative;
	width: 18px;
	height: 199px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/headerBkgdRight.png);
	background-repeat: no-repeat;
	background-position: right top;	
	float: right;
}
.clear {
	clear: both;	
}
h1 {
	display: none;	
}
#nav * {
	outline: 0px;	
	border: 0px;
}
#contentWrap {
	position: relative;
	width: 917px;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#contentTop {
	position: relative;
	background-image: url(images/contentTopBkgd.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 917px;	
}
#contentBtm {
	position: relative;
	background-image: url(images/contentBtmBkgd.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 917px;
}
#content {
	background-image: url(images/contentBkgd.png);
	background-repeat: repeat-y;
	background-position: center center;
	height: auto;
	width: 857px;
	padding-right: 30px;
	padding-left: 30px;
}
#content * {
	margin: 0px;
	padding: 0px;
}
#content h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F1AD28;
	margin-bottom: 25px;
	text-shadow: 1px 1px 3px #999;
	color: #008DE6;
}
#content h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F1AD28;
	margin-bottom: 5px;
	text-shadow: 1px 1px 3px #999;
	color: #008DE6;
}
#content h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-shadow: 1px 1px 3px #666;
	color: #008DE6;
}
#content h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #008DE6;
}
#content h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #008DE6;	
}
#content p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
}
#content img {
	outline: 0px;
	border: 3px solid #F1AD28;
	padding: 0px;
	float: right;
	margin-top: 00px;
	margin-right: 0px;
	margin-bottom: 00px;
	margin-left: 20px;
}
#content div.imageContainer {
	outline: 0px;
	border: none;
	padding: 0px;
	float: right;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 00px;
	margin-left: 20px;
	text-align: right;
}
#content > div.imageContainer > img {
	float: none;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#content > div.imageContainer > p {
	font-weight: bold;
}

#content img.left {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 00px;
}
#content a ,#content a:visited {
	color: #4c4c4c;
	text-decoration: underline;
}
#content a:hover, #content a:visited:hover {
	color: #F1AD28;
	text-decoration: none;
}
#content ul {
	margin: 0px;
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#content ul li {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#content ul li ul {
	margin: 0px;
	list-style-position: inside;
	list-style-type: circle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#content ul li ul li {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#content ol {
	margin: 0px;
	list-style-position: inside;
	list-style-type: decimal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#content ol li {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#content ol li ol {
	margin: 0px;
	list-style-position: inside;
	list-style-type: lower-alpha;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#content ol li ol li {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#content iframe {
	outline: 0px;
	border: 3px solid #F1AD28;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
#content p.left {
	clear: left;	
}
#content img.cert {
	outline: 0px;
	border: 0px none;
	padding: 0px;
	float: none;
	margin-top: 00px;
	margin-right: 60px;
	margin-bottom: 00px;
	margin-left: 60px;
}
#content img.cert {
	outline: 0px;
	border: 0px none;
	padding: 0px;
	float: none;
	margin-top: 00px;
	margin-right: 50px;
	margin-bottom: 00px;
	margin-left: 60px;
}
div.right {
	float: right;
	width: 330px;
	text-align: center;
}
#footer {
	position: relative;
	width: 857px;
	height: auto;
	margin: 0px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 40px;
	text-shadow: 1px 1px 3px #333;
	font-size: 12px;
	font-weight: bold;
}
#footer p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: auto;
	color: #FFF;
}
#footer p a, #footer p a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer p a:hover, #footer p a:visited:hover {
	color: #FFF;
	text-decoration: none;
}
#footer ul {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: auto;
}
#footer ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#footer ul li:first-child {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 0px;
	border-left-style: none;
}
#footer ul li a, #footer ul li a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer ul li a:hover, #footer ul li a:visited:hover {
	text-decoration: underline;
	color: #FFF;
}

/************************************/
.bold{ font-weight: bold; }