

/* --- SPECIFIC ELEMENTS --- */
#page{
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('/global/images/bg_page_tile.gif');
	background-repeat: y;
}

#content{
	display: inline;
	text-align: left;
	width: 520px;
	margin: 0;
	margin-right: 60px;
	margin-top: 16px;
	margin-bottom: 46px;
	padding: 0;
	float: right;
}

#content img{
	margin-bottom:19px;
}

#textcontent{
	margin: 0 14px;
}

#footer{
	background-image: url('/global/images/bg_footer_tile.gif');
	background-repeat: x;
	clear: both;
	margin-left: 31px;
	margin-right: auto;
	text-align: left;
	width: 689px;
}

#footertext{
	padding: 12px 8px 0px 8px;
}

.navigation{
	float: left;
	margin-left: 32px;
	margin-top: 16px;
	display: inline;
	padding: 0 0 46px 0;
	width: 167px;
}

.subnav{
	margin-bottom: 19px;
}

.top{
	float: right;
	padding-top: 16px;
}


/* --- TYPOGRAPHY --- */
blockquote {
	font-family: arial, helvetica, sans-serif; 
	color:#000;
	font-size: 120%;
	margin: 0 16px 20px 16px;
	clear: left;
}

h1 {    
	color:#000;
	font-family: arial, helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
	margin: 6px 0;
	clear: both;
}

h2 {
	clear: both;
	color:#777;
	font-size: 100%;
	font-weight: bold;
	margin: -3px 0 4px 0;
	text-transform: uppercase;
}

h3 {
	color:#000;
	font-family: arial, helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 14px 0 4px 0;
	clear: left;
}

p{
	margin: 0 0 12px 0;
}

.caption{
	padding:8px 16px 16px 16px;
}


/* --- GENERIC STYLES --- */
* {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

body {
	font-size: 70%;
	line-height: 180%;
	color: #555;
	margin:0;
	padding-bottom: 20px;
	background-color: #fff;
	background-image: url('/global/images/bg_tile.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

html {
	height:100%;
}

abbr,acronym,.help {
	border-bottom: 1px dotted #710000;
	color: #710000;
	cursor: help;	
}

a:visited
{
	text-decoration:none; 
	color:#DE2110;
}

a:link
{
  text-decoration:none; 
  color:#DE2110;
}

a:hover
{
  text-decoration:underline; 
  color:#000;
}

a img {
	border: none;
}

address {
	font-weight: normal; 
	font-style: normal;
	color: #000;
	margin: 10px;
	margin-top: 0;
	padding-top: 0;
}
	
applet {
	align: top;
}

fieldset{
	border: solid 1px #D7D5D4;
}

div.hr {
	background: #fff url('/global/images/hr.gif') repeat-x scroll center;
	border: 0;
	height: 1px;
	margin: 35px 0 8px 0;
}

div.hr hr {
	display: none;
}

img {
	margin: 0;
	padding: 0;
}

ol, ul{
	margin:0;
	margin-left: 26px;
	margin-bottom: 8px;
	padding:0;
}

li{
	margin-bottom: 4px;
}

ol ul{
	margin-left: 16px;
}


/* --- T A B L E S --- */
table{
	border:0;
	padding:0;
}

table,tr,td,th{
	font-size: 100%;
}

table.download{
	line-height: 140%;
}

table.download br{
	line-height: 80%;
}

table.download th {
	color:#000;
	font-family: arial, helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	line-height: 190%;
}

table.download td {
	font-size: 100%;
	vertical-align: top;
}

	
/* --- FORMS --- */
button {
	background-color: #ffa200;
	color: #c62a01;
}

input
{
	background-color:#FFFFFF; 
	color:#000000;
}

select
{
	background-color:#FFFFFF; 
	color:#000000;
}

textarea{
	background-color:#FFFFFF; color:#000000;
	border-bottom:#000000 1px inset;
	border-left:#000000 1px inset;
	border-right:#000000 1px inset;
	border-top:#000000 1px inset;
}

input.textbox{	 
	border-bottom:#000000 1px inset;
	border-left:#000000 1px inset;
	border-right:#000000 1px inset;
	border-top:#000000 1px inset; 
	background-color:#FFFFFF; 
	color:#000000; 
}

input.checkbox{
	background-color:#FFFFFF; 
	color:#000000;
}

table.newslist td
{
	font-size: 100%;
	vertical-align: top;
	text-align: left;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.displayInPrintOnly{
	display:none;
}

.hideInPrint{
	display:block;
}
*.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* style for print goes here */

@media print{  
 
body { 
	padding: 0px; margin: 0px;
	margin-top: 0px; margin-bottom: 0px;
	background-color: #FFFFFF; width: 759px;
}

.displayInPrintOnly{
	display:block;
}

.hideInPrint{
	display:none;
}

#footer, #imgHeader {
	display:none;
}
.navigation, .download{
	display:none;
}

#content{	
	width: 620px;
	margin: 0px;
	float: left;
}


#textcontent{
	width: 620px;
	margin: 0px;
	float: left;
	clear: all;
	border-top:1px solid #000;
} 
	

	

H1, H2, H3, H4, H5, H6	{ page-break-after: avoid; page-break-inside: avoid; }
BLOCKQUOTE, PRE			{ page-break-inside: avoid; }
UL, OL, DL				{ page-break-before: avoid; }  

  
}

/* end style for print goes here */