/* overrides */
body{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/media_lib/images/background.gif);
	background-repeat: repeat-y;
}
td, span, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	padding-right: 20px;
}
img{
	padding: 0;
	margin: 0;
	border: 0;
}
a:link, a:active, a:visited, .a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8B6923;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

/* Header */
#header{
	height: 115px;
	background-image: url(/media_lib/images/topbnr_back.gif);
}
#header img{
	float: left;
}

/* Site Layout */
#main_layout{
	position: absolute;
	top: 115px;
}
/* Left Nav */
#snav_left{
	position: absolute;
	width: 82px;
}
#snav_right{
	background-image: url(/media_lib/images/snav_tile.gif);
	position: absolute;
	left: 82px;
	height : 273px;
	width: 125px;
	background-color: #DFAC34;
}
#snav_right ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#snav_right_in
{
	margin-top:6px;
	background-color: #E9C776;
	width: 124px;
}

#snav_right_in img
{
	padding-left:5px;
	padding-top:5px;
}

/* Main content area */
#content_layout{
	left: 207px;
	position: absolute;
	width: 539px;
	float: left;
	background-color: white;
}
#content_layout_header{
	float: left;
}
#homepage_header{
	float: left;
}
#content_layout_footer{
	float: left;
}
#content{
	width: 511px;
	position: relative;
	padding: 0;
	margin-left:25px;
	/*margin-top: 25px;*/
	margin-top:0;
}
#homepage_bg{
	left: 207px;
	position: absolute;
	width: 539px;
	background-color: white;
}

#homepage_bg_en{
	background-color: white;
	background-image:url(/media_lib/images/hpg_back_2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#content_right{
	position: absolute;
	left: 746px;
}

/* classes */
.hpgsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.para1 {
	margin-top: 24px;
}
.hpg {
	font-size: 12px;
	padding-right: 24px;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003685;
	padding-bottom: 2px;
}
.subnav {
	color: #8B6923;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right:25px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #8B6923;
	border-bottom: 1px solid #8B6923;
}
.subnav a{
	padding: 3px;
}
.error{
	color: red;
	font-weight: bold;
	display: block;
	text-align:center;
}
.mriFooter {
	text-align: center;
	background-color: #ffffff;
	font-size: 20px;
}


