@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003366;
	background-color: #eeeeee;
	background-image: url(_media/BackNavyToGray.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.thrColLiqHdr a:hover {
color:#d80048;
}
.thrColLiqHdr #container { 
	width: 90%;  /* this will create a container at this percent of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003366;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColLiqHdr #header { 
	padding: 0;
	margin: 0;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.thrColLiqHdr #container #header #header_left {
	padding: 0;
	margin: 0;
	width: 22%;
	background: #ffffff url(_media/fpnNavyCornerUL.gif) no-repeat top left;
	text-align:center;
}
.thrColLiqHdr #header_left img {
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 2px;
 	width:100%;
}
.thrColLiqHdr #header_left form{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 80%;
}

.thrColLiqHdr #nav_main {
	float:right;
	margin: 0;
	padding: 0;
	list-style:none;
	background: url(_media/fpnNavyNewBigBackblround.gif) no-repeat bottom left;
	padding-left: 5px;
}
.thrColLiqHdr #nav_main li {
	float: left;
	color:#FFFF00;
	margin: 0;
	padding:4px 10px 0 0;
	font-size: 80%;
}
.thrColLiqHdr #nav_main a {
	float: left;
	margin: 0;
	color:#FFFFFF;
	text-decoration:none;
	border: 0;
}
.thrColLiqHdr #nav_main a:hover {
color:#d80048;
}
.thrColLiqHdr #nav_main form {
	display:inline;
	font-size: 50%;
	padding-left:10px;
	padding-right:5px;
}

.thrColLiqHdr #title_top {
	background: #003366 url(_media/corner_tl.gif) no-repeat top left;
	width: 600px;
	padding:0;
}
.thrColLiqHdr #title_bottom {
	background: #336699;
	width: 600px;
	padding: 0;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	background:url(_media/fpnNavyNewBigBacktrround.gif) no-repeat top right;
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom:#386088 groove 1px;
}
.thrColLiqHdr #side_bottom div{
background: #c7d4d9;
margin-top:0;
margin-bottom:0;
border-left:none 0px;
border-right:#386088 groove 1px;
border-bottom:#386088 none 0px;
border-top:#386088 none 0px;
padding-right:20px;
padding-bottom:15px;
}
.thrColLiqHdr #sidebar1 ul {position: relative;}
.thrColLiqHdr #sidebar1 h3{
	margin:0;
	font-size:110%;
	font-weight:normal;
	color:#eee;
	text-decoration:none;
	text-align:center;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-style:italic;
}
.thrColLiqHdr #sidebar1 h3 a{
	margin:0;
	padding: 0;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
.thrColLiqHdr #sidebar1 a:Hover {
color:#d80048;
}

.thrColLiqHdr #nav_side {
	background:#003366 url(_media/fpnBackLRNavyToBlueGray.gif) repeat-y top left;
	list-style:none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #FFFFFF;
}
.thrColLiqHdr #nav_side li {
	color:#FFFF00;
	font-size:90%;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	margin: 0;
	text-align: center;
}

.thrColLiqHdr #nav_side a {
	margin: 0;
	color:#FFFFFF;
	text-decoration:none;
	border: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}


/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	background:url(_media/fpnNavyNewBigBacktlround.gif) no-repeat top left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 26%;
}
.thrColLiqHdr #mainContent_text {
	background-color: #ffffff;
	color: #003366;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #FFFFFF;
	background-image: url(_media/FPNBackBlueToWhite.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding:20px 20px 20px 0px;
	font-size:100%;
}
.thrColLiqHdr #ad_skyscraper {
	padding:70px 0 10px 10px;
	margin:0;
}
.thrColLiqHdr #mainContent_text #ad_skyscraper img {padding:0;margin:0;}
.thrColLiqHdr #mainContent_text #ad_skyscraper p {padding: 0; margin:0; text-align:center;}
.thrColLiqHdr #mainContent_text #ad_skyscraper a {padding:0;margin:0;font-size:60%;color:#999999;
font-weight:lighter; text-decoration:none; font-style:italic;}
.thrColLiqHdr #mainContent_text #ad_skyscraper a:hover {color:#d80048;}

.thrColLiqHdr #ad_banner,#ad_bottom{padding:10px 5px 5px 5px;margin:0 0 0 0;}
.thrColLiqHdr #ad_banner img,#ad_bottom img {padding:0;margin:0;}
.thrColLiqHdr #ad_banner p,#ad_bottom p {padding: 0; margin:0; text-align:right;}
.thrColLiqHdr #ad_banner a,#ad_bottom a {padding:0;margin:0;color:#999999;font-size:60%;
font-weight:lighter; text-decoration:none; font-style:italic; text-align:right;}
.thrColLiqHdr #ad_banner a:hover,#ad_bottom a:hover {color:#d80048;}
.thrColLiqHdr #ad_bottom a,#ad_bottom p  {text-align:left;}

.thrColLiqHdr #ad_box {}
.thrColLiqHdr #ad_box {
	margin: 10px 0 40px 165px;
}

.thrColLiqHdr #mainContent_text h1 {font-size:130%;}
.thrColLiqHdr #mainContent_text h2 {font-size:120%;}
.thrColLiqHdr #mainContent_text h3 {font-size:110%;}
.thrColLiqHdr #mainContent_text h4,p,a {font-size:100%;}
.thrColLiqHdr #mainContent_text h5 {font-size:90%;}
.thrColLiqHdr #mainContent_text h6 {font-size:80%;}


.thrColLiqHdr #mainContent_text a {text-decoration:none; color: #3333ff; font-style: normal;}
.thrColLiqHdr #mainContent_text a:hover {color:#d80048;}

.thrColLiqHdr #mainContent_text table {border:none;padding:0;margin:0;}
.thrColLiqHdr #mainContent_text td {padding:0;margin: 0;width:50%;vertical-align:text-top;}

.thrColLiqHdr #mainContent_text dt a {color:#660066;text-decoration: underline;}
.thrColLiqHdr #mainContent_text dl {padding:20px 10px 0px 10px;margin: 0;}
.thrColLiqHdr #mainContent_text dt {padding: 10px 0 0 0;margin: 0;font-size:90%;font-weight: bold;}
.thrColLiqHdr #mainContent_text dd {font-size:70%;}

.thrColLiqHdr #mainContent_text #aka ul {
	padding-top: 15px;
}


.thrColLiqHdr #mainContent_text #aka ul li {
	font-size: 85%;
	font-style: italic;
	list-style-type: circle;
}
.thrColLiqHdr #mainContent_text ol {
	display:block;
	text-align:left;
}
.thrColLiqHdr #mainContent_text ol li {padding-top: 15px;list-style:upper-roman;color:#003366;font-weight:bold;}
.thrColLiqHdr #mainContent_text ol ol li {padding-top: 0px;font-weight:normal;list-style:upper-alpha;}
.thrColLiqHdr #mainContent_text ol ol ol li {list-style:decimal;}
.thrColLiqHdr #mainContent_text ol ol ol ol li {list-style:lower-alpha;}
.thrColLiqHdr #mainContent_text ol ol ol ol ol li {list-style:lower-roman;}

.thrColLiqHdr #def_left {float: left;width: 35%;padding:25px 10px 0 0; margin: 0;}
.thrColLiqHdr #def_right {width: 35%;padding:25px 0 0 10px; margin: 0;}

.thrColLiqHdr #toc_chap {padding: 25px 0 0 0;}
.thrColLiqHdr #toc_chap ul {padding-bottom: 10px;}
.thrColLiqHdr #toc_chap ul li {color:#660066;font-weight:bold; list-style:none;}
.thrColLiqHdr #toc_chap ul li a {color:#660066;font-style:italic;}

.thrColLiqHdr #toc_chap ul ul li a {color: #3333ff;font-style:normal;}
.thrColLiqHdr #toc_chap ul li em {font-size:90%;font-weight:normal;font-style:normal;color:#003366;}
.thrColLiqHdr #toc_chap ul li em a{font-style:italic;color:#003366;}
.thrColLiqHdr #toc_chap ul ul li{color:#003366;font-weight:normal;list-style: circle;}



.thrColLiqHdr #footer {
	padding: 0 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eeeeee;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
} 

.thrColLiqHdr #footer a {color:#386088; text-decoration:none;}
.thrColLiqHdr #footer a:hover {color:#d80048;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.TitleMedWhite {
	color:#ffffff;
	font-size: 110%;
	font-weight:normal;
	font-variant:normal;
	font-style:normal;
	margin:0;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	display:block;
	text-align:center;
}
.TitleMedWhite em{
	font-size:65%;
	font-decoration:none;
	display:block;
	padding-top:5px;
	text-align:center;
	font-style:italic;
}
.LRRoundBox {
float: left;
color:#003366;
background: url(_media/fpnrounded3dslice_02.gif) top right no-repeat;
}
.LRRoundBox_desc {
margin: 0;
padding: 15px 15px 0 15px;
background: url(_media/fpnrounded3dslice_01.gif) top left no-repeat;
}
.LRRoundBox_link {
margin: 0;
padding: 0 0 0 15px;
background: url(_media/fpnrounded3dslice_01.gif) bottom left no-repeat;
}
.LRRoundBox_link em {
display:block;
padding: 0 15px 15px 0;
font-style: normal;
background: url(_media/fpnrounded3dslice_02.gif) bottom right no-repeat;
}

.LRRoundBox a{
font-size:100%;
color:#e70;
}

.TBRoundBox {
width: 568px;
margin: 40px 10px 15px 40px;
background: url(_media/fpnRounded3DtbBottomWide.png) bottom left no-repeat;
}
.TBRoundBox h3{
margin:0;
padding:15px 10px 5px 15px;
font-size:100%;
color:#fff;
text-align:center;
border-bottom:0px solid #fff;
background: url(_media/fpnRounded3DtbTopWide.png) top left no-repeat;
}
.TBRoundBox ul{
margin:0;
padding: 14px 10px 14px 10px;
list-style: none;
}
.TBRoundBox ul li{
	margin: 0 0 6px;
	padding:0;
}
.TBRoundBox form{
margin:0;
padding: 14px 15px 10px 15px;
}
.TBRoundBox select{
margin-bottom: 3px;
width: 530px;
}

input:focus,select:focus{
background-color:#FFFF00;
}

.CutOutBox {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size:85%;
	color:#003366;
	background: #fff;
	border:none 0px;
}

.CutOutBox h3{
	margin: 0;
	padding: 12px;
	font-weight:normal;
	color:#336699;
	background: #386088 url(_media/FPNBlueGrayRound_02.gif) no-repeat top right;
}
.CutOutBox p,.CutOutBox ul{
	background: #cce5ff url(_media/fpnBackLRBlueToGray.gif) repeat-y top left;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
.CutOutBox ul li{
	margin: 1px 0 0 0px;
	list-style: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 18px;
	text-decoration:none;
	color:#003366;
	font-weight:bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7d4d9;
}
.CutOutBox #selected {background-image:url(_media/fpnBackLRPurpleToGray.gif);}

.CutOutBox ul li a{
	margin: 0 0 0 0px;
	list-style: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight:normal;
	text-decoration:none;
	color:#003366;
}
.forPrint{display:none;}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 5px 10px 5px 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
}
.TBRoundBox p{
margin: 0px;
padding: 15px 15px 30px 20px;
}

.umls div {align: center;}
.umls table{
	width: 80%;
	border-collapse: collapse;
	border: 1px solid black;
	font-size: 80%;
	margin: 0;
}
.umls h3{
	font-size: 90%;
	padding: 0;
}
.umls th{
	color: white;
	font-weight: bold;
	background-color: #386088;
	text-align: center;
}

.umls td{
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	border-bottom-width: 1px;
	padding: 2px 2px 2px 2px;
}
.col1{
	background-color: #eeeeee;
	width: 15%;
	font-weight: bold;
}
.umls th a{
	color: white;}


