﻿html, body
{
	margin:0;	
    padding:0;
    height:100%;
    min-height:100%;
    border:none;
    font-size:12px;
    color: #363f33;
    line-height:170%;
    font-style:normal;
    font-family:Arial, Helvetica, Sans-serif;
    text-decoration:none;      
}
select, input 
{
	 height:18px;
	 font-size:.9em;
	 vertical-align: middle;
}
input.calc 
{
	background-color:#f7f7f7;
	border-style:solid;
	border-color:#CCCCCC;
}
#menu
{
	position:fixed;
}
 /* html, body, form
{
	real browsers 
	height:100%;  /*ie6: treated as min-height
	min-height:100%; /* real browsers 
}
.tblMain
{
	height:100%;
}*/
/*#footer {
	position:absolute;
	bottom:0;  stick to bottom 
}*/
#tblContent
{		
	height:100%;	
	min-height:100%;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}
#tblContent_news
{		
	height:100%;	
	min-height:100%;
	/* background-image:url(images/bg.gif); */
	/* background-repeat:repeat-y; */
}

h1
{
    font-size:13px;
	font-weight: bold;
    color: #363f33;
    line-height:170%;
    font-style:normal;
    font-family:arial, helvetica, sans-serif;
}

hr
{
	color:#941001;
	height:1px;
	margin-top:0px;
	margin-bottom:0px;
}
h2
{
    font-size:15px;
	font-weight: bold;
    color: #363f33;
    line-height:170%;
    font-style:normal;
    font-family:Arial, Helvetica, Sans-serif;
}
#tblStaff td
{	
	padding-top:3px;
	padding-bottom:15px;
	line-height:120%;
	vertical-align:top;
}
#tblStaff TD.nospace
{
	color:#914001;
	padding-top:0px;
	padding-bottom:0px;
	line-height:100%;
}
#tblStaff .alignrt
{	
	text-align:right;
	padding-right:5px;
}
.alignrt a:link, .alignrt a:visited, .alignrt a:active
{
	 font-style:italic;
	 font-size:1.0em;
}
.underline
{
	width:200px;
	line-height:1px;
	border-top:4px solid #d7d7d7;
	border-bottom:2px solid #818181;
	margin-bottom:3px;
	padding:0;
}
.small
{
	font-size:.8em;
	line-height:100%;
	font-style:italic;
}

H5
{
	color:#914001;
	padding:0px;
	margin-top:15px;
	margin-bottom:3px;
	font-size:1.0em;
	line-height:100%;	
}
H5.margin
{
	margin-top:5px;
}

.accordionContent 
{
	color:#333333;
	padding:12px 5px 0px 12px;
	border:1px dotted #cccccc;
	font-size:12px;
	font-weight:normal;
    color: #363f33;
    line-height:130%;
    font-style:normal;
    text-decoration: none;
 }
 
.accordionHeader 
{
	color:#914001;	
	padding:0px;
	margin-bottom:3px;
	background-color:#f5f5f5;
	background-image:url(images/down.gif);
	background-repeat:no-repeat;
	background-position:right;
	cursor: hand;
}
.accordionHeader:hover
{
	text-decoration:underline;
	color:#616161;
	cursor:hand;
}
.accordionHeaderSelected 
{
	background-color:#914001;
	color:#ffffff;
	font-weight:bold;
	padding:0px;
	background-image:url(images/up.gif);
	background-repeat:no-repeat;
	background-position:right;
	cursor: hand;
}

.leftNav
{
    font-weight: normal;
    font-size: .9em;
    color: #616161;
	line-height: 112%;
    font-family: arial;
	text-decoration: none;
	padding-right:3px;
}
.leftNav:hover
{
    font-weight: normal;
    font-size: .9em;
    color: #941001;
	line-height: 112%;
    font-family: arial;
    text-decoration: none
}
#nav {
	margin: 0;
	padding: 0;	
	width: 774px;
	height: 25px;
	margin-left: 0px;	
	}
ul.list {
	margin: 0;
	padding: 0px;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: none;	
	}
ul.list li {	
    padding-left:12px;
    background: url(images/arrow_red.gif) no-repeat;
    background-position:0px 6px;
}
ul.list a:link, ul.list a:visited, ul.list a:active { 
	color: #616161;
	text-decoration:none;
	}
ul.list a:hover {
	color: #941001;
	text-decoration:none;
	}
ul.gray
{
	color:#666666;
	font-style:italic;
	list-style-type:none;
	margin:0px 0px 0px 15px;
}
.caption
{
	color:#666666;
	font-style:italic;
	text-align:center;
	margin-top:3px;
}
.caption2
{
	color:#666666;
	font-size:.8em;
	text-align:center;
	margin-top:-5px;
}
.border
{
	border:1px solid #cccccc;
	padding:3px;
	margin:30px 0px 0px 0px;
}
.border2
{
	border:1px solid #cccccc;
	padding:1px;
	margin:10px 20px 10px 0px;
}
.mainlnk
{ 
	color: #914001;
	text-decoration:none;
}
a:hover
{	
	text-decoration:underline;
}