/* Globally set default font size to 1em and all margins and borders to 0 */
* {
/*border: thin solid #ccc;*/
margin: 0;
padding:0;
font-family: verdana, helvetica, sans-serif;
font-size: 14px;
}

p
{
	text-align: justify;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a:active, a:visited
{
	 /* color: #5E8E3E; */
	color: #500;
	text-decoration: underline;
}

a:link
{
	color: #00f;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

body
{
	background: #ebf3f6 url('/welcome.files/gradient1.jpg') repeat-x;
/*	background: #000034 url('/welcome.files/bgr_body.jpg') repeat-x; */
/*	background: #006599 url('/welcome.files/bgr_body1.jpg') repeat-x; */
	background-attachment: fixed;
	background-position: top;
	margin: 0;
} 

.nav_block
{
	background-color: #555;
	width: 104px;
	position: fixed;
	top: 2px;
	left: 2px;
	border-left: #555 solid 2px
	border-top: #555 solid 2px
	/* left: 88px; */
	 z-index: 0; 
}


.nav_items
{
	width: 103px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	/* text-transform: uppercase; */
	margin-left: 0px;
}

.nav_items2
{
	width: 103px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	/* text-transform: uppercase; */
	margin-left: 0px;
}

.nav_bottom
{
	width: 103px;
	height:6px;
	background: #dcdcdc url('/welcome.files/button_bottom.png') no-repeat;
	margin-left: 0px;
}

.nav_top
{
	width: 103px;
	height:6px;
	background: #dcdcdc url('/welcome.files/button_top.png') no-repeat;
	margin-left: 0px;
}

.nav_items a:link, .nav_items a:visited
{
color: #454;
text-decoration: none;
}

.nav_items a:hover
{
background: #dcdcdc url('/welcome.files/dark_button.png') repeat-y;
color: #000;
}

.printer_friendly
{
	background-color: #fff;

	margin: 10px;
	
	font-family: Palatino, "Times New Roman", Times, Serif;
	font-size: 11pt;
	line-height: 18pt;

}

.bg
{
	 background: #fff url('/welcome.files/fire_bg1.jpg') ;
     }

.content
{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	position: absolute;
	top: 0px;
	/* left: 185px; */
	left: 100px;
	background-color: #fff;

	border: #555 solid 3px ;
	border-top:0;
	width: 900px;
    min-height: 476px;
	padding: 4px 10px 10px 10px;
}

.caption
{
        font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11pt;
	line-height: 16pt;
        background-color: #fff;
}

.italic_block
{
   
	/* font-family: Palatino, Times New Roman, Times, Serif; */
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-style: italic;
	font-weight: bold;
	background-color: #fff;

}

.red_text
{
	/* font-family: Palatino, Times New Roman, Times, Serif; */
	/*font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, Sans-serif;*/
	font-size: 10pt;
	line-height: 12pt;
	/* font-weight: bold; */
	color:red;;
	background-color: #fff;

}

.navigation_link
{
	display: block;
	padding: 3px 3px;
	text-decoration: none;
	background: #dcdcdc url('/welcome.files/light_button.png') repeat-y;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.navigation_current
{
	color: red;
	text-decoration: none;
	/* z-index: 3; */
}
.header
{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.date
{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.list_link
{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.left_col {
width: 450px;
float: left;
}

.right_col {
width: 450px;
float: right;
}

.user_alert {
text-align: center;
color: blue;
}
a[target *="_blank"] {
   padding-right: 16px;
   background: transparent url(/welcome.files/Icon_External_Link.png) no-repeat center right;
}


a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(/welcome.files/icon_pdf.gif) no-repeat center right;
}

.new{font-size:75%;font-weight:300;;background:#fff09e;color:black;text-decoration:none}

td.indexHLT:hover {background-color: #F0F0F0; color: black;}
/*
img {border-color:#fff; border-width: 0px solid;} 
*/
