body, div, a, td, p, li {
	font-family:tahoma, verdana, arial;
	color: black;
	font-size: 12px;
}

#topNav {
	position: absolute;
	left: 200px;
	top: 0px;
	width: 584px;
	height: 14px;
	background-color:#e0e0e0;
	text-align:right;
	padding: 8px;
}
span#callNow {
	font-weight: bold;
	color: #D00000;
}
#topNav a {
	color: gray;
	font-weight: bold;
	text-decoration:none;
}
#topNav a:hover,
#topNav a.selected {
	color: black;
	text-decoration: underline;
}

#logoPane {
	position: absolute;
	left: 0px;
	top: 30px;
}

#slogan {
	position: absolute;
	left: 600px;
	top: 30px;
	height: 120px;
	width: 170px;

	font-family: "Times New Roman", Times, serif;
	background-color: #9DBADA;
	padding: 15px;
	vertical-align: top;
	font-size: 18px;
	line-height : 18px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	color: white;

}
#leftNav {
	position: absolute;
	top: 220px;
	left: 0px;
	width: 200px;
	z-index: 1;
	vertical-align: top;
	overflow: hidden;
	background-color: #e0e0e0;
	padding-bottom: 70px;
}
#leftPane {
	background-color: #e0e0e0;
}
#leftNav a {
	display: block;
	padding: 6px 0px 8px 8px;
	border-bottom: 1px dotted gray;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	background-color: #d0d0d0;
}
#leftNav a.selected,
#leftNav a:hover {
	background: #B0D2F5;
}
#leftNav a.sub {
	padding: 3px 0px 3px 16px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	background-color:#e0e0e0;
}
#leftNav a.subSelected,
#leftNav a.subSelected:hover {
	padding: 3px 0px 3px 16px;
	background: #B0D2F5;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

#navHeader {
	position: absolute;
	left: 0px;
	top: 180px;
	width: 184px;
	height: 24px;

	background-color: #828AA2;
	font-size: 14px;
	padding: 8px;
	margin: 0px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}
#actions {
	position: absolute;
	left: 200px;
	top: 180px;
	width: 590px;
	height: 30px;
	background-color: #B2B2D3;
	padding: 5px;
	text-align: right;
	color: #9E0000;
	font-weight: bold;
	font-size: 16px;
}
#actions a {
	font-size: 16px;
}
#mainContent {
	position: absolute;
	left: 0px;
	top: 220px;
	width: 585px;

	background-image: url(img/bg.gif);
	padding: 15px 0px 0px 215px;
	font-size: 12px;
	vertical-align: top;
	color: #4C516E;
}
#mainContent p,
#mainContent li,
#mainContent a {
	color: #4C516E;
}
#mainContent h2 {
	font-size: 17px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #4C516E;
}
#printable h2 {
	font-size: 17px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#rightPane {
	width: 200px;
	vertical-align:top;
	padding: 0px 0px 10px 10px;
	border-left: 1px solid #D3C6AB;
}
#rightPane h2 {
	background-color: #B29AA2;
	margin: 0;
	padding: 4px;
	text-align: center;
	font-size: 20px;
}

#footer {
	height: 60px;
	padding: 10px 0px 0px 5px;
	font-size: 10px;
	color: gray;
}
#footer a {
	color: #505050;
	font-size: 10px;
	text-decoration: none;
}
#printable #footer {
	padding: 10px 0px 0px 0px;
	font-size: 10px;
	color: #000000;
}

.infoBox {
	background-color: #E6DECF;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 8px;
	font-weight: bold;
}
.infoBox .sgnt {
	text-align: right;
	font-style : italic;
	font-weight: normal;
}

h1 {
	font-size: 22px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#docHeader {
	border-bottom: 1px solid #D3C6AB;
	width: 100%;
}
.note,
.note a {
	font-size: 10px;
	color: gray;
	vertical-align: top;
}
#printable .note,
#printable .note a {
	font-size: 10px;
	color: black;
	vertical-align: top;
}
#docActions {
	font-size: 10px;
	vertical-align: bottom;
	text-align: right;
	padding-bottom: 2px;
	white-space: nowrap;
}
#docActions a {
	font-size: 10px;
	color: gray;
	text-decoration: none;
}
hr {
	color: #D3C6AB;
	background-color: #D3C6AB;
	height: 1px;	
	width: 585px;
}
#printable hr {
	color: #000000;
	background-color: #000000;
	height: 1px;	
	width: 100%;
}

.formTable {
	width: 100%;
	margin: 0 0 10px 0;
	border: 0;
	background-color: #828AA2;
}

.label {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding: 3px;
	background-color: white;
	width: 160px;
}
.labelOptional {
	color: black;
	font-size: 12px;
	text-align: right;
	white-space: nowrap;
	padding: 3px;
	background-color: white;
}
.labelHL {
	color: red;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding: 3px;
	background-color: white;
	width: 30%;
}
.halfLeft {
	width: 170px;
	text-align: right;
}

.halfRight {
	text-align: left;
}
.halfLeft input {
	margin: 3px 0 0 5px;
}
.halfRight input {
	margin: 3px 3px 0 0;
}

.labelWide {
	color: black;
	font-size: 12px;
	padding: 5px;
	background-color: white;
}

.questionWide {
	color: black;
	font-size: 12px;
	padding: 5px;
	background-color: white;
	text-align: left;
}
.questionWide div {
	margin: -5px 0 0 0;
	padding: 0 5px 0 0;
	text-align: right;
}

.questionWide input {
	margin: 0 0 -2px 5px;
}


#errorMsg {
	font-size: 9px;
}
.input,
.inputR {
	padding: 1px;
	background-color: white;
	width: 194px;
}
.inputWide {
	padding: 0 0 10px 0;
	background-color: white;
}

.input input,
.input textarea {
	border: 1px solid #A0A0A0;
	padding: 1px;
	background-color: #E0E0E0;
	width: 190px;
}
.input select {
	padding: 1px;
	background-color: #E0E0E0;
	width: 194px;
}

th {
	color: white;
	font-size: 14px;
}
form {
	margin: 0px;
}

.info {
	color: gray;
	margin-bottom: 10px;
}
/* FAQ */
p.q {
	font-weight: bold;
	margin-bottom: 0;
}
p.a {
	margin-top: 0;
}
