html { min-height:100%; margin-bottom:1px; } /* add scrollbar to short pages */ 

body 
{
	background-image: url(images/multi236.jpg);
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align:center;/* center layout in ie5 and 5.5. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container
{position: relative;
width: 900px;
margin: 0px auto;
text-align: left;
background-color: #ffffff;
background-image: url(images/bk_container.gif);
}

#header{ 
 height:97px; 
 width:100%; 
 margin:0; 
 padding:0;
 background-color: #2129a5; 
 } 
 
#leftcol
{
	float: left;
	width: 228px;
	margin: 0px;
	padding: 0px;
	background-color: #36529c;
	}
#centercol
{
	float: left;
	width: 645px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 5px;
	background-color: #ffffff;
		}

#footer
{
clear:both; 
	background-color: #d5dbe1;
	padding: 1px;
	text-align: center;
	color: #000000;
}
div.fix {
        clear: both;
        height: 1px;
        overflow: hidden;
		}
		

/* paragraph, heading and image styles */

h1
{
margin-top: 20px;
font-size: 20px;
color: navy;
font-family: Papyrus, Arial, Helvetica, sans-serif;
}

h2
{
font-size: 16px;
color: navy;
font-family: Papyrus, Arial, Helvetica, sans-serif;
}
h2.plain
{
font-size: 16px;
color: navy;
font-family: Arial, Helvetica, sans-serif;
}
h5
{
font-family: Arial, Helvetica, sans-serif;
color: Navy;
font-size: 12px;
}

p
{
font-size: 12px;
padding-left: 5px;
}
p.blue
{
color: navy;
}
p.home
{
line-height: 150%;
}
p.caption
{
color: #a18470;
font-family: "Times New Roman", Times, serif;
font-size: 13px;
}
.maroon
{
color: maroon;
}
.bluelt
{
color: #0070C0;
}
.green
{
color: #325c34;
}
#centercol a
{
color: Navy;
}
#centercol a:hover, a:visited
{
color: #551a8b;
}
img.right{
	float: right;
	padding: 0px;
	margin: 10px;
}
.left
{
float: left;
padding: 0px 10px 10px 10px;
}
a img {
border: none;
}
ul.none
{
list-style-type: none;
padding-bottom: 0px;
padding-top: 10px;
}
li.none{
padding-bottom: 5px;
}
li.centercol
{
font-size: 12px;
}
a.centercol
{
font-size: 12px;
text-decoration: none;
font-weight: bold;
}
a.centercol:hover
{
font-size: 12px;
text-decoration: underline;
}

/*navigation*/

#navcontainer { width: 175px; }

#navcontainer ul
{
background-color: transparent;
margin-top: 14px;
margin-left: 0;
padding-left: 0;
width: 175px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

#navcontainer a
{
	display: block;
	padding: 0px;
	width: 175px;
	height: 21px;
	padding-top: 8px;
	background-color: #36529c;
	
}

#navcontainer a:link, #navlist a:visited
{
width: 175px;
background: #a3a3a3 url(images/bk_nav.gif);
background-repeat: no-repeat;
color: #191870;
font-weight: bold;
text-decoration: none;
}

#navcontainer a:hover
{
width: 175px;
background: #a3a3a3 url(images/bk_navover.gif);
background-repeat: no-repeat;
font-weight: bold;
color: #191870;
}

/*end navigation*/

/*-----------Q and A styling-------------*/
.blue
{
color: #00245e;
font-size: 14px;
font-weight: bold;
}

.red
{
color: #9a3b22;
font-size: 14px;
font-weight: bold;
}
.order{
vertical-align:bottom;
}
