

/* Layout Stylesheet */ 
body{
 margin: 10;
 padding:0; 
 background:#fffff;
 color: #333333;
 }	 
	 
#left{
 position:absolute;
 top:190px;
 left:10;
 width:140px;
 z-index:3;
 background:#c0c0c0;
 color: #333333;}

#right{
 position:absolute;
 top:190px;
 right:10;
 width:190px;
 z-index:2;
 background:#c0c0c0;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#ffffff;
 color: #333333;
 height:80%;}

#banner{
 height:134px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#ffffff;
 color: #333333; 
 margin:0;
  }

#middle{
 margin:0 192px 0 142px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 }

#footer {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }

#mu {
	background: #adc8f5;
	text-align: center;
	border-color: #73c1f7;
}

#ms {
	background: #ffffff;
	border-color: #ffffff;
	text-align: center;
}

#mtu {
	background: #4284fc;
	text-align: center;
	border-color: #4284fc;
}

#mts {
	background: #73c1f7;
	border-color: #73c1f7;
	text-align: center;
}

H1 {font-family: sans-serif; font-size: 20px; color: black; margin-left: 5%}
H2, H3, H4 {font-family: sans-serif; font-size: 16px; color: black; margin-left: 5%}
P {font: arial, helvetica; font-family: sans-serif; margin-left: 5%; margin-right: 15%; text-align: left; wrap: virtual}
p.normal {font-size: 12px; font-weight: normal}
p.emphasis { font-size: 12px; font-weight: bold}
p.quote {font: courier; font-size: 10px; font-family: sans-serif; margin-left=10%; text-align: left; font-weight:normal}
p.quotesource {text-align: right; font-size: 10px; font-weight: bold}
P.ADDRESS {font-weight: bold; line-height: 5%}
P.TABBRIGHT {font-weight: bold; text-align: center}
P.TABDARK {text-align: center}
li {font: arial, helvetica; font-family: sans-serif; font-size: 12px; margin-left: 10%; margin-right: 15%; text-align: left}
li.normal {font-weight: normal}
li.emphasis {font-weight: bold}
table.presentation {}
table.contact {margin-left: 10%; margin-right: 10%; width: 100%}
