/* CSS Document for Elite Travel Nurse */

body
{
	margin: 0px;
	background-color: #F9F9FA;
}

body, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-align: justify;
}

.title { font-size: 13px; font-weight: bold; color: #8D1D19}
.answer {  font-size: 11px; font-style: normal; text-decoration: none; font-weight: bold; color: #CC6666}
.subtitle {  font-size: 12px; font-weight: bold}
A.backtotop { font-size: 10px; font-style: normal; font-weight: bold; color: #8D1D19; text-decoration: none }
A.sidenav { color: #8D1D19; text-decoration: none }

#topLeftStretch
{
	background-image: url(/images/tile_top_left.gif);
	background-position: right;
	background-repeat: repeat-x;
}

#topRightStretch
{
	background-image: url(/images/tile_top_right.gif);
	background-position: left;
	background-repeat: repeat-x;
}

#bottomLeftStretch
{
	background-image: url(/images/tile_bottom_left.gif);
	background-position: right;
	background-repeat: repeat-x;
}

#bottomRightStretch
{
	background-image: url(/images/tile_bottom_right.gif);
	background-position: left;
	background-repeat: repeat-x;
}

#contentLeftStretch
{
	background-image: url(/images/tile_content_left.gif);
	background-position: top right;
	background-repeat: repeat-x;
}

#contentRightStretch
{
	background-image: url(/images/tile_content_right.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#contentArea
{
	background-image: url(/images/tile_content.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 760px;
}

#contentLeft
{
	width: 217px;
	padding-top: 106px;
	padding-bottom: 28px;
	text-align: center;
	vertical-align: top;
}

#contentTable
{
	background-image: url(/images/tile_divider.gif);
	background-position: top left;
	background-repeat: repeat-y;
	vertical-align: top;
}

#contentRight
{
	width: 501px;
	padding-top: 106px;
	padding-bottom: 28px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	text-align: justify;
}

#contentRight P
{
	text-align: justify;
}

#headerArea
{
	width: 760px;
	background-color: #DAE2E7;
}

#footerArea
{
	width: 760px;
}

#footerRight
{
	background-image: url(/images/footer_right.gif);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 542px;
	padding: 20px;
}
