/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable
	border:1px solid #000;
	padding:.5em;*/
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other
	margin-bottom:1em;*/
	margin: 0px;
}


/* END OF YAHOO STUFF*/

h1, h2, h3, h4, h5, h6 {
/*	font-family: "Palatino Linotype", Garamond, Verdana, Arial, Helvetica, sans-serif; */
}
h2, h3 {
	margin-bottom:5px;
}
body, td, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}
a{
	text-decoration: none;
	color: #196597;
}
a:link{
	color: #196597;
}
a:visited{
	color: #196597;
}
a:hover{
	color: #3090c7;
	text-decoration: underline;
}
.menubar {
	color: White;
	background-color: #196597;
	border-top: 1px Solid White;
	font-size:12px;
}

.menubar a{
	text-decoration: none;
}
.menubar a:link{
	color: White;
}
.menubar a:visited{
	color: White;
}
.menubar a:hover{
	color: #bfb11e;
}
.clickpath {
	color: #9fd6f6;
	background-color: #3090c7;
	border-top: 1px Solid White;
	border-bottom: 1px Solid White;
	font-size:10px;
}
.clickpath a{
	text-decoration: none;
}
.clickpath a:link{
	color: #9fd6f6;
}

.clickpath a:visited{
	color: #9fd6f6;
}
.clickpath a:hover{
	color: White;
}
.leftmenu{
	padding-top: 10px;	
}
.leftmenu td {
	font-size:13px;
	font-weight:bold;
	padding-left: 15px;	
	padding-right: 0px;	
	padding-top: 5px;	
}

a:link{
	color: #196597;
}

a:visited{
	color: #196597;
}
a:hover{
	color: #3090c7;
}

.bottom a{
	text-decoration: none;
	color: White;
}
.bottom a:link{
	color: White;
}
.bottom a:visited{
	color: White;
}
.bottom a:hover{
	color: #bfb11e;
}
.content {
	padding-left:35px;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:20px;
	/*background-color:#FFFCEE;*/
	background-color:#fbf8ef;
}
td.element {
	vertical-align: top;
}
/* NOT USED 

.titeltxt {
	font-weight: bold;
}
h1, h2, h3 {
	color: #006d34;
}
.pagetitle {
	color: #006d34;
	font-size: 190%;
	font-style: Italic;	
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.newstitle {
	color: #900000;
	font-size: 190%;
	font-style: Italic;	
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.error, .asterix {
	color: Red;
}
.dataTableHeadingRow { background-color: #b8b19e; }
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; height: 20px; color: #ffffff; font-weight: bold; }
.dataTableRow { 
	background-color: White; 
	height:20px;
}
.dataTableTd { 
	border-bottom: 1px Solid #b8b19e ;
}
.dataTableRowOver { 
	background-color: #f4f2e5; 
	height:20px;	
	cursor: pointer; 
	cursor: hand; 
}
.message {
	color: red;
	border-width:1px;
	border-color:#C9C9C9;
	border-style:solid;
	width: 100%;
	padding: 2 2 2 2; 
}

div.scroll {
	width: 540px;
	height: 300px;
	overflow:auto;
	background-color: White;
	padding: 5 10 10 10;
}
table.nextprev {
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
}
td.nextprev {
	border:1px;
	border-color: white;
	border-style:solid;
	vertical-align: middle;
}
.nextprevactive {
	color: #900000;
	font-weight:bold;
}

*/
.leftmenu a, a.news {
	text-decoration: none;
	color: Black;
}
.leftmenu a:link, a:link.news{
	color: Black;
	text-decoration: none;
}
.leftmenu a:visited, a:link.news{
	color: Black;
	text-decoration: none;
}
.leftmenu a:hover, a:hover.news{
	color: White;
	text-decoration: none;
}
