﻿#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 990px;
}

#header {
	font-size:larger;
    height: 100px;
}

#side-a {
	float: left;
	width: 320px;
}

#side-b {
	float: right;
	width: 320px;
}

#content { 
	float: left;
	width: 320px;
}

#footer 
{
    margin: 50px 0px 0px 0px;
	clear: both;
}

.WhiteHeading
{ 
	font-size: 12pt;
	font-family: 'arial';
	background-color:#28386b;
	color:white;
}
.SpecialHeading
{ 
	font-size: 12pt;
	font-family: 'arial';
	font-weight: bold; 
	color:#0f1e57;
}
.LinkDummy
{
	font-size: 8pt;
	font-family: 'arial';
	color: #091b56;
	text-decoration: none
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 19em; /* ems so it will grow */
	background: url('Images/sbbody-r.gif') no-repeat bottom right;
	font-size: 100%;
}
.sideboxbig {
	margin: 0 auto; /* center for now */
	width: 39.4em; /* ems so it will grow */
	background: url('Images/sbbody-r.gif') no-repeat right bottom;
	font-size: 100%;
}
.boxhead {
	background: url('Images/sbhead-r.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url('Images/sbhead-l.gif') no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.0em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url('Images/sbbody-l.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	font-size: 10pt;
	line-height: 9pt;
}

.boxbody a:link{color:#5c3626;cursor:pointer;text-decoration: none}
.boxbody a:visited{color:#5c3626;cursor:pointer;text-decoration: none}
.boxbody a:hover{color:#f6883d;cursor:pointer;text-decoration: none}


.note {
	font-size: 9pt;
	color:Maroon;
}

.footnote {
	font-size:8pt;
	color:Navy;
}

.headnote 
{
	font-size:9pt;
	line-height:9pt;
}

.alertbox {
	background:yellow;
	border-style:solid;
	border-width:thin;
	border-color:Red;
}

.plainbox {
	background:white;
	border-style:solid;
	border-width:thin;
	border-color:white;
}
