body 
{
	font-family:Arial, Helvetica, sans-serif;
    color: #2E3030;
}
table
{
    padding: 0 0 0 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: .75em;
    color:#024A96;
	font-weight:bold;
}
h1
{
    color: #1D278B;
    margin: 0px;
    font-size: 1.6em;
}

h2
{
	margin: 0px;
	font-size: 16px;
}
.pageBorder /* -- Added on 9-24-2009 Per Bill's Request. -- */
{
    border:solid 2px #024A96;
    margin-right: auto;
    margin-left: auto;
    width: 857px;
}
.pageContainer
{
    margin-right: auto;
    margin-left: auto;
    width: 857px;
}
.header
{
    background-image: url('../images/LCBNA-Top.jpg');
    background-repeat: no-repeat;
    height: 250px;
}
.header1
{
    background-image: url('../images/headerl.png');
    background-repeat: no-repeat;
    height: 340px;
}
.menu
{
    height: 38px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #FFE737;
    background-image: url('../images/menuBG.gif');
    background-repeat: repeat-x;
}
.menu p
{
    
}
.menu a
{
    padding-top: 11px;
    font-size: .8em;
    display: block;
    float: left;
    width: 115px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
	white-space:nowrap;
}
.menu a:hover
{
    text-decoration: underline;
}
.floatClear
{
    clear: both;
    line-height: .1em;
}

.sidebar
{
    float: right;
    width: 242px;
    margin-top: -65px;
    margin-right: 20px;
	 padding: 0px;
    background-color:#fec43e;
	padding-bottom:20px;

}

.sidebar h2{
	color: #024A96;
	padding:20px 20px 0px 20px;
	font-weight:bold;
	font-size:16px;
}

.sidebar ul, li {
	color: #024A96;
	font-size:12px;
	font-weight:bold;
}

.sidebarHeader{
	font-size:22px;
	font-weight:bold;
	color:#024A96;
	padding:15px 0 0 0;
	text-align:center;
}

.topTab
{
/*    background-image: url('../images/infoTab.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 45px;*/
    margin: 0px;
	padding:0px;
	height:0px;
	font-size:0px;
	line-height:0px;
}
.form
{
   
}

.question{background-color:#FEC43E;}

.inputBox
{
    width: 101px;
}
.dropdownBig
{
    width: 219px;
    font-size:7pt;
}
.dropdownSmall
{
    width: 107px;
}
.submitBtn
{
	background-color:#024A96;
	border: solid 1px #024A96;
	background-position: center;
	width: 160px;
	margin-left: 25px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.submitBtn:hover
{
	background-color: #0260aa;
}

.content
{
    width: 475px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
}

.content p
{
    font-size: .8em;
}

.content li
{
    font-size: .8em;
}

.footer
{
	height: auto;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #FFE737;
	background-image: url('../images/footerBG.gif');
	background-repeat: repeat-x;
	background-color: #272ab5;
	margin-top: 45px;
	padding-bottom:20px
}
.footerNav
{
	text-align: center;
}
.footerNav a
{
	padding-top: 5px;
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	white-space:nowrap;
}
.footerNav a:hover
{
    text-decoration: underline;
}

.footerText
{
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

.qButton {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/bg-button.gif) no-repeat scroll 0 0;
color:#49729A;
cursor:pointer;
font-size:14px;
font-weight:bold;
height:80px;
line-height:15px;
text-align:center;
width:200px;
margin:20px 20px 0px 20px;

}

.qButton .padding {
padding:12px;
}


