﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	/* background-color: #abc; */
}
#container {
	width: 800px; /* 800 */
	margin: 0px auto;
	background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
    margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-repeat:no-repeat;
	background-position:center;
}

#navigation img { margin:0px; }
#navigation a
    {
    vertical-align: middle;
    font-size:11px;
    width:64px;
    height:40px;
    margin:0px;
    display:block;
    float:left;
    padding:5px;
    color:white;
    border:thin #96AAE2 outset;
    text-decoration:none;
    }
#navigation
	{
	background:url('../images/bannerbackground.jpg') repeat-y;
	font-family:arial, tahoma;
    font-size:12px;
    margin:0px;
	padding:0px;
	width: 780px;
	vertical-align: middle;
	text-align: center;
	font-size: medium;
	font-weight:bold;
	overflow: hidden;
	}

#column_l {
	width: 550px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
#column_r {
	width: 193px;
	margin: 0;
	right:10px;
	float: right;
	background-color: #eef;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	color:#000;
	background-color: white;
	background-repeat:no-repeat;
	background-position:center top;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
    overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0px 10px;
}
/* Styles for Content */
h1 {
	color: #09297F;
	font-size: 2.0em;
}
h2 {
	color: #09297F;
	font-size: 1.75em;
}
h3 {
	color: #09297F;
	font-size: 1.5em;
}
h4 {
	margin: 0px;
    padding-bottom: 5px;
    color: #09297F;
	font-size: 1.25em;
}
h5 {
	color: #09297F;
	font-size: 0.75em;
}
h6 {
	color: #09297F;
	font-size: 0.5em;
}
big {
	color: #09297F;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #000;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.blue1 {background-color:#08277D}
.blue2 {background-color:#3E5DB3}
.blue3 {background-color:#6685DB}
.blue4 {background-color:#96AAE2}
.tan1 {background-color:#ECE9D8}
.tan2 {background-color:#DBD7B5}
.grey {background-color:#BFDBFF}

input, textarea, select {
  background-color:#C2CFF9
}


.hidden { display: none; margin-bottom:20px;}
.unhidden { display: block; margin-bottom:20px; background-image:url('../images/faqA.gif'); background-repeat:no-repeat;background-position:top left;padding-left:20px;}
#faqcontent li { list-style-image:url('../images/faqQ.gif'); padding-left:10px; padding-bottom:10px;}

table{width: 100%; margin:0; padding:0; border-collapse: collapse; font-size: smaller;}
td{font-size: small; text-align: left; vertical-align: top; padding: 0; }
.subject{width: 50%;}

.button
	{
	font-size:small;
	font-weight:bold;
	vertical-align:middle;
	height:100%;
	background-image: url('buttoncell.jpg');
	color:white;
	text-decoration:none;
	border:thin #96AAE2 outset;
	}

