/*
	Initialize css to defaults
*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start of site styling */
body {
    font-family: Trebuchet MS, Times New Roman;
    font-size: 10pt;
	background-color: #E5E5D0;
    color: #666666;
	overflow:scroll;
    margin: 10pt;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	height:100%;
}

p {
    font-family: Trebuchet MS, Times New Roman;
    font-size: 10pt;
    line-height: 15pt;
    color: #666666;
	padding: 5px 5px 5px 5px;
}

table {
	height:100%;
}

tbody {
	height:100%;
}

tr {
	height: 100%;
}

td { 
    font-family: Trebuchet MS, Times New Roman;
    font-size: 10pt;
    line-height: 15pt;
    color: #666666;
	height:100%;
}

ol {
	list-style-position: outside;
	list-style-type:decimal;
	margin-left: 3em;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2em;
}

	
.contentholder {
	width:800px;
}

.content {
	width:800px;
	border:1px solid #999999;
}

table.newstable {
	height:100%;
	vertical-align:top;
}

td.newstd {
	background: #f0f0f0; 
	padding: 5px;
	font-size: 9pt;
	width: 157px;
	height:100%;
	vertical-align:top;
}

td.news {
	height:100%;
	width:100%;
	vertical-align:top;
}

td.adobedl {
	text-align:center;
	height:80px;
}

/* default anchor */
a {
    font-family: Trebuchet MS, Times New Roman;
    color: #003300;
    text-decoration: underline;
}
a:link {
    color: #003300;
    text-decoration: underline;
}
a:visited {
    color: #003300;
    text-decoration: underline;
}
a:active {
    color: #539053;
    text-decoration: underline;
}
a:hover {
    color:#539053;
    text-decoration: underline;
}

a.gray {
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    color: #333333;
    text-decoration: none;
}
a.gray:link {
    color: #333333;
    text-decoration: none;
}
a.gray:visited {
    color: #333333;
    text-decoration: none;
}
a.gray:active {
    color: #333333;
    text-decoration: underline;
}
a.gray:hover {
    color:#333333;
    text-decoration: underline;
}

.menurow {
	background-color:#003300;
	height:25px;
}

.menurow td{
	white-space:nowrap;
	border-right: solid 1px;
	padding:2px 5px 0 5px;
}

.menurow a {
	color:#f0f0f0;
	text-decoration:none;
}

.menurow a:hover {
	text-decoration: underline;
}

/*
FONT.copyright {
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #666666;
    line-height: 12px;
}
*/

h1 {
    font-family: Verdana, Arial;
    font-size: 11pt;
    font-weight: bold;
    color: #006600;
    line-height: 16pt;
}

h2 {
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #666666;
    line-height: 14pt;
}

.sidebar {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #666666;
    line-height: 10pt;
}




