@import url('screen.css');
@import url('navigation.css');
@import url('headers.css');

/* ** Reset some styles (based on Eric Meyer's CSS Reset) ** */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, 
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline:none; 
	font-size: 100%;
	vertical-align: baseline;
}
*:focus { outline:none; } /* remember to define focus styles! */
ol, ul { list-style: none; }
/*table { border-collapse: separate; border-spacing: 0; }*/ /* tables still need 'cellspacing="0"' in the markup */
caption, th, td { text-align: left;font-weight: normal; }
blockquote, q { quotes: none; }

/* ** Set some base styles (based on YUI base.css) ** */
body { margin:0; padding:0; font: 14px "Times New Roman"; color: #000; background:#585145; }

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

h1, h2, h3, h5, h6 { margin: 0 0 12px 0; }
h4 { margin:0 0 6px 0; }
h5 a { line-height:20px; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
strong { font-weight:bold; }
h3 { font-size: 18px; font-weight: normal; line-height: 18px;}
#secondary h3, #secondary h4, #secondary h5, #secondary h6, #secondary strong { font-weight: bold; }
#secondary h3.cufon, #secondary h4.cufon, #secondary h5.cufon, #secondary h6.cufon { font-weight: normal; }
html\:abbr, abbr, acronym { border-bottom: 1px dotted #000; cursor: help; }
em { font-style: italic; }
ul, ol, dl { margin: 12px; }
blockquote { margin:0 0 12px 0; font-style:italic; }

ol, ul, dl { margin-left: 24px; }
ol { list-style: decimal outside; }
ul { list-style: disc outside; }
dl dd { margin-left: 12px; }
/*th, td { border: 1px solid #000; padding: 6px; }*/
th { font-weight: bold; text-align: center; }
caption { margin-bottom: 6px; text-align: center; }
p, fieldset, table { padding-bottom: 15px; }
sup { font-size: 75%; vertical-align: text-top; }

div#page input { border:1px solid #727272; height:15px; }

a:focus { outline:none; }

.clearer { clear:both; margin:0; height:0px; line-height:0; }
.clear { overflow:hidden; width:100%; }
.left { float:left; }
.right { float:right; }
.invisible {display:none;}

/*For Press Release headers (H4)*/
.center { text-align:center; }

/* Hide the accessibility links */
div#skip_links, a#utility_navigation, a#navigation, a#content { display: none; }
