@charset "utf-8";
/* CSS Document */

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	background-image: url();
	background-repeat: repeat;
	background-position: top left;
}

a:link, a:active, a:visited {font-weight:bold; color: #004f75; text-decoration: none;}
a:hover {color: #000000;}

h1 {color: #000000; font-size: 17pt; font-family: Impact, Verdana, Arial, Helvetica, sans-serif; margin-bottom: 3px; text-transform: uppercase;}
h2, h3, h4, h5 {color: #bf273b; font-size: 11px; margin: 0px;}

.step {font-weight: bold; color: #43698f; font-size: 12px; margin: 0px; font-style: italic;}

hr {border: 1px solid #B0E2FF; margin-top: 0px; margin-bottom: 10px;}

td {vertical-align:top;}



/* Container for the layout. */
.container {
	background-color: #FFFFFF;
	border: 0px solid crimson;
	width: 630px;
	margin: 10px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
}

/* Banner */
.banner {
	background-color: #6699FF;
	height: 122px;
	padding: 0px;
	background-image: url(images/layout/banner.gif);
	background-position: top left;
	background-repeat: norepeat;
	border: 2px solid #000000;
	border-bottom: 1px solid #000000;
	
}

/* Navigation */
.navigation {
	background-color: #cccccc;
	height: 37px;
	padding: 0px;
	border: 2px solid #000000;
	border-bottom: 0px;
	border-top: 0px;
	background-image: url(images/layout/navbar.gif);
	background-position: top left;
	background-repeat: repeat-x;

}

/* Content */
.content {
	background-color: #FFFFFF;
	border: 2px solid #000000;
	border-bottom: 0px;
	border-top: 0px;
	padding: 20px;
	padding-bottom: 10px;

}

/* Footer */
.footer {
	background-color: #0090cb;
	border: 2px solid #000000;
	border-top: 1px solid black;
	padding: 5px;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.schedule {
	width: 300px;
	padding: 20px;
	background-color: #82CFFD;
	border-top: 0px solid #cccccc;
	text-align: justify;
}

.stepBox {
	background-color: #FFFFFF;
	padding: 10px;
    width:300px;
    border:3px solid #e7f8b9;
	border-right: 5px solid #e7f8b9;
	border-bottom: 5px solid #e7f8b9;
	margin-bottom: 50px;
	font-size: xx-small;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top right;
    -moz-border-radius: 15px 15px 15px 15px;
}

.FAQalt1 {
	background-color: #e7e7e7;
	padding: 10px;
	padding-bottom: 3px;
}
.FAQalt2 {
	background-color: transparent;
	padding: 10px;
	padding-bottom: 3px;
}


.infoTable {
	vertical-align: top;
	text-align: left;
	border: 0px;
	padding: 10px;
	line-height: 6px;
}