* {
	margin:0 auto;
	padding:0;
}

/* 
	 Bordeaux BF0B34 
	 Blue 
*/

td { vertical-align:top; }

a:link, a:visited { color: #2375BF; text-decoration:none } 
a:active, a:hover { color: #2375BF; text-decoration:underline }

h1, h2, p { margin: 0.6em 0em 0.6em 0em; }

h4 { font-size:1em; color:#0D436F }

p.p_references {
	margin-top:15px;
}

.author {
	text-transform:none; font-size:11px; font-style:italic;
}

ul.standard { margin:5px 0px 5px 5px; padding: 5px 0px 0px 5px; list-style-type:none;}
ul.standard li { background: url(../img/reddot.gif ) no-repeat 0px 4px; padding: 0px 0px 0px 12px; }

ul.spacy1 { margin:5px 0px 5px 5px; padding: 5px 0px 0px 5px; list-style-type:none;}
ul.spacy1 li { background: url(../img/reddot.gif ) no-repeat 0px 4px; padding: 0px 0px 2px 12px; }

ul.spacy2 { margin:5px 0px 5px 5px; padding: 5px 0px 0px 5px; list-style-type:none;}
ul.spacy2 li { background: url(../img/reddot.gif ) no-repeat 0px 4px; padding: 0px 0px 10px 12px; }

img { border:none; }

img.png {
	behavior: url(inc/iepngfix.htc);
	height:145px; /* one of the places to change overall height */
	width:133px;
	margin:0;
	padding:0;
	float:left;
}

img.lowerleft {
	width:87px; 
	height:87px;
	border-style: solid;
	border-color:#dddddd;
}

div#image_reference {
	width:100px;
	height:100px;
	border-style: solid;
  border-color:#dddddd;
	float:left; 
	margin-right:5px;
	margin-bottom:2px;
	vertical-align:top;
}

div.scroll {
	padding-right:10px; 
	float:left; 
	width:362px; 
	height:230px; 
	overflow:auto; 
	border: none;
}

h1 {
	color:#BF0B34;
	font-size:1.3em;
	font-weight:bold;
	line-height:140%;
}

h3 {
	color:#BF0B34;
	font-size:1.1em;
	font-weight:bold;
	line-height:140%;
}

body {
	color:#02243d;
	behavior: url(csshover.htc);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -289px 0px 0px -484px; 
	width:968px;
	height:566px; /* one of the places to change overall height */
	border:1px solid #969696;
}

#header {
	width:928px;
	height:145px; /* one of the places to change overall height: header section */
	border:1px solid #8e9da8;
	margin-top:20px;
}
#logo {
	width:264px;
	height:145px; /* one of the places to change overall height: header section */
	float:left;
	background-image:url(../img/logo_8.png);
}

#logo_empty {
	width:264px;
	height:145px; /* one of the places to change overall height: header section */
	float:left;
}

#header_right {
	width:664px;
	height:145px; /* one of the places to change overall height: header section */
	float:left;
}

#header a img {
	border:none;
}
#menucontainer {
	width:930px;
	background-color:#02243d;
	z-index:200;
}

#menu {
	width: 100%;
	float: left;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:133px;
	float:left;
}
#menu a, #menu h2 {
	font:normal 0.7em Verdana, arial, helvetica, sans-serif;
	display: block;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #455e70 #8e9da8 #476f85 #15344b;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color: #fff;
	background: #02243d;
	text-transform: uppercase;
	
}
#menu h2:hover {
	border-color:#e25e3e;
	background-color:#BF0B34;
}

#menu a {
	color: #FFFFFF;
	background: #ff690b;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color:#ffaf7d #ffaf7d #ffaf7d #ffaf7d;
	border-top:none;
}

#menu a.firstpage {
	color: #ffffff;
	background: #02243d;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #455e70 #8e9da8 #476f85 #15344b;
}

#menu a.firstpage_current {
	background-color: #BF0B34;
	/* The following is really bizarre. Once we set #e25e3e for border-bottom, IE7 positions the flyout 
	for the submenu items below the next menu items to the right. This doesn't happen with other colors, like #e25e3f */
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #e25e3e #8e9da8 #e25e3f #ffff00;
}

#menu a:hover, #menu a.firstpage:hover {
	color: #FFFFFF;
	background:#BF0B34;
	border-bottom: solid 1px #e25e3e;
}

#menu li {position: relative;}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
}
div#menu ul ul {
	display: none;
}
div#menu ul li:hover ul
{display: block;}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#content {
	width:929px;
	height:360px;  /* one of the places to change overall height: lower section */
	border-bottom:1px solid #8e9da8;
	border-right:1px solid #8e9da8;
	border-top:none;

}

#lside {
	width:263px;
	height:360px; /* one of the places to change overall height: lower section  */
	background-color:#85a9c9;
	float:left;
}
#lsidet {
	width:192px;
	height:132px;
	font-size:1.1em;
	text-transform:uppercase;
	padding:20px;
	padding-top:33px;
	color:#FFFFFF;
}
#lsidei {
	width:263px;
	height:176px;
	
}
.lsideb {
	height:88px;
	float:left;
}
#container {
	width:525px;
	height:359px; /* one of the places to change overall height: lower section */
	border-bottom:0px solid #9facb5;
	float:left;
}

#text {
	height:360px;
	width:374px; /* 414 */
	padding-left:130px; /* 30 */ 
	padding-right:10px;
	font-size:0.7em;
	overflow:auto;
	font-weight:normal;
	line-height:120%;
	clear:both;
}

#rightside {
	width: 133px;
	background:#dbe5ef;
	float:right;
	height:360px; /* one of the places to change overall height: lower section */
	border-bottom:0px solid #80919F;
}

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

#rightside a, #rightside h1, #rightside h2 {
	font: normal 0.7em/1.4em Verdana, Arial, helvetica, sans-serif;
	display: block;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color:#abc3da;
	margin: 0;
	padding: 2px 3px;
	text-transform: uppercase;
}

/* This is necessary for the MRN logo, because just a.imglink doesn't work */
#rightside a.imglink {
	border:none;
}

#rightside h1 {
	color: #BF0B34;
}

#rightside h2 {
	color: #BF0B34
;
	border-width:0px 0px 1px 0px;
	border-bottom:1px solid #FFFFFF;
}

#rightside a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

#rightside a:hover {
	color: #BF0B34;
}

#rightside a.rlink {
	text-transform: uppercase;
	color: #BF0B34;
	text-decoration: none;
}

#rightside ul li {float: left; width: 100%;}
#rightside ul li a {height: 1%;}

form {
	margin:0px; padding:0px;
}

input, select, textarea {
	border:solid 1px #cccccc; background-color:#f6f6f6; width:250px;height:16px; margin-bottom:3px; font-family: Arial,Helvetica; font-size: 1.1em;
}

input.submit {
	border: 1px outset; background-color:#d3d3d3; width:150px; font-size:1.1em; height:20px; 
}

input.checkbox {
	background-color:#ffffff; width:18px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
}

#js_clock { font-size:10px; padding:2px 0px 0px 0px; float:left; }

#js_clock2 { font-size:10px; padding:2px 0px 0px 0px; float:left; }

.clock_city { font-size:10px; font-style:normal; padding:2px 3px 0px 19px; float:left; }

.temperature { font-size:10px; font-style:normal; padding:2px 3px 0px 5px; float:left; }

.exchange_rate { font-size:10px; font-style:normal; padding:2px 3px 0px 19px; float:left; }

b, strong { color: #0D436F }

hr { border:none; border-bottom: solid 1px #cccccc; height:0px; }

.noflash {
  padding:10px;
  margin:10px;
  border: 1px solid #555555;
  background-color: #f8f8f8;
  text-align:center;
  width:330px;
}

