html { font-size: 100%; /* IE hack */ }
body { font-size: 0.75em; }
table { font-size: 100%; /* IE hack */ }


body{
	text-align:center;
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family:Verdana,arial,helvetica,sans-serif;
	color:#006;
	background-color:#fff;
	margin:10px;
}
h1{
	font-size:x-large;
	padding:2px 8px 8px 8px;
	margin:0;
}
h2{
	font-size: 16px;
	color: silver;
	color: silver;
}
h3{
	font-size:14px;
}
h4{
	background-color:#eee;
	color:#306;
	font-size:small;
	width:560px;
	border:none;
}
h5{
	font-size:medium;
	color: silver;
	padding:0;
	margin:0;
}
a:link,
a:visited {
	color:#033C;
}
a:hover{
	color:#C00;
}
#titleBar{
	background-color:white;
	border:1px solid #006;
	float:left;
	width:538px;
}

#logo{
	background-color:white;
	width:208px;
	padding-left:2px;
}
#pgHdr img{
	float:left;
	padding-right:10px;
}
.hdrExt{
	color:black;
	font-weight:normal;
}
.input, select{
	font-family:monospace;
	color:#006;
}
.button{
	width:150px;
}
.button2{
	width:250px;
}
.inputXSmall{
	width:25px;
	font-family:monospace;
	color:#006;
}
.inputlabel{
	color: #006;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
.inputSmall{
	width:80px;
	font-family:monospace;
	color:#006;
}
.inputCredcard{
	width:130px;
	font-family:monospace;
	color:#006;
}
.inputEmail{
	width:220px;
	font-family:monospace;
	color:#006;	
}
.inputSmall4{
	width:40px;
	font-family:monospace;
	color:#006;
	display:inline;
}
.inputNorm{
	width:150px;
	font-family:monospace;
	color:#006;
}
.inputMedium{
	width:250px;
	font-family:monospace;
	color:#006;
}
.inputLarge{
	width:300px;
	font-family:monospace;
	color:#006;
}
.note{
	font-size: x-small;
	padding-left: 20px;
}
.radio {
	display:inline;
}
.checkbox{
	display:inline;
}
select{
	font-family:monospace;
	color:#006;	
}
.dob{
	font-family:monospace;
	color:#006;	
}
.information{
	color:#666666;
}
#footer{
	background-color: #EFEBEF;
	padding: 5px 10px 0 10px;
	width: 760px;
	border: 1px none #EFEBEF;
}
#footer input{
	display: inline;
}
#prev{
	float:left;
}
#nxt{
	float:right;
}
.borderAll {
	BORDER-RIGHT: #006 1px solid; 
	BORDER-TOP: #006 1px solid; 
	BORDER-LEFT: #006 1px solid; 
	BORDER-BOTTOM: #006 1px solid;
}
.submit{
	float: right;
}
#pagecontainer
{
	width:720px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#appheader
{
	background-image:url(images/header-divider.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
#formsplash
{
	background-color: #E5E5E5;
	background-image: url(images/splash-bg.gif);
	background-repeat: repeat-x;
	padding: 8px;
}
.splash
{
float:left;
width:100%;
background: url(images/top-right-edge.gif) top right no-repeat;
}
.splash h2
{
color:#006;
padding:5px 5px 5px 9px;
}
.splashheading
{
margin:0;
background: url(images/left-edge.gif) top left no-repeat;
padding:10px 10px 2px 10px;
border-bottom:1px dotted #C7CADB;
}
.splashtext
{
margin:0;
padding:0 0 0 9px;
background: url(images/left-edge.gif) bottom left no-repeat;
}
.splashtext em
{
display:block;
padding: 10px 10px 10px 0;
font-style:normal;
margin:0;
background: url(images/top-right-edge.gif) bottom right no-repeat;
}
.splashtext img
{
border:1px solid #C7CADB;
}
.splashtext span
{
font-size:x-small;
display:block;
margin-top:7px;
}
#popupapp h1, #popupapp h2{
	padding:0;
	margin:0;
}
#popupapp h3
{
	background-image: url(images/h3-bg.gif);
	background-repeat: repeat-x;
	padding:4px 4px 6px 4px;
	clear:both;
	margin:14px 0;
	border-bottom:1px solid #E0E2EB;
}
/*#popupapp h3.standard{
	background:none;
	border:none;
	padding:0;
	margin:0;
	font-size:130%;
	font-weight:normal;
}*/


input, select, textarea
{
font-size:100%;
}
div.submit
{
	background-image: url(images/submit-area-bg.gif);
	background-repeat: repeat-x;
	width:100%;
	padding:8px;
	border-bottom:1px solid #C6C9DB;
	text-align:right;
}
input.button
{
	background-color: #006;
	background-image: url(images/button-bg.gif);
	background-repeat: repeat-x;
	font-weight:bold;
	color:#fff;
	padding:1px !important;
	border:1px solid black;
	font-size:1.2em;
	width:auto !important;
}
.column2{
	width: 150px;
	float: left;
	margin-left : 2px;
}
.column{
	float: left;
	width:32%
}
.forcebreak
{
clear:left;
padding:0 !important;
margin:0 !important;
border:1px solid white;
}
.row{
	clear: after;
	padding-top: 4px;
	padding-bottom: 4px;
}
.row input,
.row textarea
{
width:14em;
}
#popupapp input,
#popupapp select,
#popupapp textarea
{
font-family:arial,helvetica,sans-serif;
border:1px solid #61699A;
}
#popupapp input:focus,
#popupapp select:focus,
#popupapp textarea:focus
{
font-family:arial,helvetica,sans-serif;
background-image: url(images/submit-area-bg.gif);
background-repeat: repeat-x;
color:#006;
border:1px solid black;
}
.redbox{
	border:1px solid #ff0000;
	padding:3;
	font-weight: bold;
	margin-right : 2px;
	clear: both;
}
.column_autospan {
float: left;
width: 32%;
}

.close{
	float : right;
}
.highlight-box{
border:1px solid #E0E2EB;
padding:0 16px;
}
img#popup-header{
	margin:10px 0;
}
