body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background:#696969;
	background-image:url(/images/bgPage.png);
	background-repeat:repeat-x;
	margin: 0;
	text-align: center;
	color: #000000;
}
img {
	border:0;
	}
a, a:visited
	{
	text-decoration:none;
	color:#63BB4F;
	}
a:active, u
	{
	text-decoration: none;
	background: #FFFFFF;
	color:#63BB4F;
	}
a:hover, a:active, u
	{
	/*font-weight:800;*/
	color:#053B5F;
	}
h1
	{
	margin-top:1px;
	padding-left:15px;
	/*	font: 100% Arial, Verdana, Helvetica, sans-serif;*/
	font-family:  'Droid Sans', arial, serif;
	font-size:26px;
	font-weight:800;
	}
h2
	{
	margin-right:50px;
	margin-left:25px;
	color:#0070cc;
	font-size:20px;
	font-weight:800;
	}
h3
	{
	margin-top:25px;
	margin-bottom:3px;
	font-size:14px;
	font-weight:800;
	color:#333333;
	}

h4	{
	padding-top:0;
	margin-top:5px;
	color:#AAA;
	font-size:16px;
	font-weight:800;
	}	
h5
	{
	padding-top:15px;
	margin-top:5px;
	color:#4e81c9;
	font-size:12px;
	font-weight:800;
	font-style:italic;
	}
.oneColElsCtr #container {
	width: 990px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.header {
	width:980px;
	padding-top:10px;
	padding-bottom:5px;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	background:#FFF;
}
.content {
	width:980px;
	padding-top:95px;
	/*
	margin-left:215px;
	width:765px;
	margin-top:2px;
	*/
	margin:0;
	background:#FFFFFF;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	}
.pTitle
	{
	position:absolute;
	width:980px;
	height:80px;
	background:url(/images/bgTitle.png);
	background-repeat:no-repeat;
	font-size:18px;
	color: #FFF;
	font-weight:800;
	font-family:Verdana, Geneva, sans-serif;
	}
.pageTitle {
	background:#002B60;
	color: #F1F1F1;
	font-size:14px;
	font-weight:800;
	margin-bottom:20px;
}
.pageContent {
	/*width:710px;*/
	padding-left:20px;
	padding-right:20px;
}
.sectionContent
	{
	padding-left:10px;
	padding-right:10px;
	}
.pageFooter
	{
	width:980px;
	/*
	margin-left:215px;
	width:765px;
	*/
	margin-top:5px;
	margin-bottom:45px;
	background:#FFFFFF;
	font-size:10px
	}
.boxHeader {
	text-align:center;
	font-weight:800;
	color: #FFFFFF;
	font-size:14px;
	background:#002B60;
	padding:10px;
}
.boxText {
	font-size:12px;
	text-align:left;
	padding:0 5px 10px 5px;
}
/* Boxes, blue background */

b.btop, b.btop b, b.bbot, b.bbot b {
    display: block;height: 10px;font-size: 1px;
    background-image:url(/images/cornersBlue.png);
    background-repeat: no-repeat
}
b.btop b {
	background-position: 100% -10px
}
b.bbot {
	background-position: 0 -20px
}
b.bbot b {
	background-position: 100% -30px
} 

/* boxes white background */
b.wtop, b.wtop b, b.wbot, b.wbot b {
    display: block;height: 10px;font-size: 1px;
    background-image:url(/images/cornersWhite.png);
    background-repeat: no-repeat
}
b.wtop b {
	background-position: 100% -10px
}
b.wbot {
	background-position: 0 -20px
}
b.wbot b {
	background-position: 100% -30px
} 
/* boxes grey background */
b.gtop, b.gtop b, b.gbot, b.gbot b {
    display: block;height: 10px;font-size: 1px;
    background-image:url(/images/cornersGrey.png);
    background-repeat: no-repeat
}
b.gtop b {
	background-position: 100% -10px
}
b.gbot {
	background-position: 0 -20px
}
b.gbot b {
	background-position: 100% -30px
}
/* boxes dark blue background */
b.dbtop, b.dbtop b, b.dbbot, b.dbbot b {
    display: block;height: 10px;font-size: 1px;
    background-image:url(/images/cornersDarkBlue.png);
    background-repeat: no-repeat
}
b.dbtop b {
	background-position: 100% -10px
}
b.dbbot {
	background-position: 0 -20px
}
b.dbbot b {
	background-position: 100% -30px
} 

/* boxes dark blue on grey background */
b.dbgtop, b.dbgtop b, b.dbgbot, b.dbgbot b {
    display: block;height: 10px;font-size: 1px;
    background-image:url(/images/cornersDarkBlueonGrey.png);
    background-repeat: no-repeat
}
b.dbgtop b {
	background-position: 100% -10px
}
b.dbgbot {
	background-position: 0 -20px
}
b.dbgbot b {
	background-position: 100% -30px
} 
/* boxes light blue on grey background */
b.lbtop, b.lbtop b, b.lbbot, b.lbbot b {
    display: block;height: 10px;font-size: 1px;
    background-image:url(/images/cornersLightBlue.png);
    background-repeat: no-repeat
}
b.lbtop b {
	background-position: 100% -10px
}
b.lbbot {
	background-position: 0 -20px
}
b.lbbot b {
	background-position: 100% -30px
} 
/* boxes light blue on grey background */
b.awtop, b.awtop b, b.awbot, b.awbot b {
    display: block;height: 10px;font-size: 1px;
    background-image:url(/images/cornersAllWhite.png);
    background-repeat: no-repeat
}
b.awtop b {
	background-position: 100% -10px
}
b.awbot {
	background-position: 0 -20px
}
b.awbot b {
	background-position: 100% -30px
} 
.liCheckmark
	{
	background-image:url(/images/checkmarkGreen.gif);
	background-repeat:no-repeat;
	margin-top:6px;
	padding-left:22px;	
	}
.sbHead
	{
	margin-top:3px;
	padding:3px 10px 3px 5px;
	background:#DEEBF0;
	font-weight:800;
	}
.sbCont
	{
    text-align:left;
	font-size:10px;
	font-weight:800;
	padding:5px 10px 5px 10px;
	background:#F0F0F0;
	}
.contHead
	{
	font-size:12px;
	margin-top:3px;
	padding:3px 10px 3px 5px;
	background:#DEEBF0;
	font-weight:800;
	}
.contCont
	{
    text-align:left;
	font-size:12px;
	padding:5px 10px 5px 10px;
	background:#F0F0F0;
	}
#floatMenuBar
	{
	font-size:11px;
	/*
	display: block;
	position: fixed;
	top:0;
	text-align: center;
	width: 100%;
	*/
	/*background: #053b5f;*/
	/*border-bottom: 2px solid #ddd;*/
	color: #999999;
	clear: both;
	padding:3px0;
	-moz-border-radius:3px;
	z-index:999;
	}
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #708fa3;
  border-right:1px solid #708fa3;
  background:#c0ced7}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #1e4e6f;
  border-right:1px solid #1e4e6f;
  background:#cfd9e0}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #cfd9e0;
  border-right:1px solid #cfd9e0;}
.spiffy4{
  border-left:1px solid #708fa3;
  border-right:1px solid #708fa3}
.spiffy5{
  border-left:1px solid #c0ced7;
  border-right:1px solid #c0ced7}
.spiffyfg{
  background:#ffffff}
.divFloatSub
	{
	font-size:12px;
	font-weight:800;
	}
/* Goggle API TABLES START*/  
.hdrSmallFont
	{
	font-size:10px;
	font-weight:800;
	background:#053B5F;
	color:#FFF;
	padding: 0;
	border-bottom:2px solid #666;
	}
.oddTableRow
	{
	background:#DDECF7;	
	text-align:center;
	}
.rowCenter
	{
	text-align:center;
	padding:0 6px 0 6px;
	}
.rowHover	
	{
	background:#E7E9F9;
	}
/* Goggle API TABLES END */  

.openAccount fieldset
	{
	display:block;
	margin:5px auto;
	padding:10px;
	width:370px;
	}
.openAccount label
	{
	font-size:9px;
	color:#999;
	text-align:left;
	width:100%;
	margin:0 0 0 5px;
	}
.openAccount input
	{
	margin-left:0;
	padding:2px;
	width:350px;	
	}
.openAccount p
	{
	display:block;
	float:left;
	width:300px;
	padding-left:5px;
	}

.form input { 
	padding: 3px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

.form input:hover, textarea:hover,
.form input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999;
	width:125px;
	padding-top:5px;
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
