/* Stylesheet sections:
Layout Containers
	Page Header Line
		- headline text
	Main Content
		- text
		- graphics
	News Links List
		- Links List
	Footer
		- Page end text
*/

/* Layout Containers */
#header {
	padding: 0em 0em 0.5em 0.5em;
 	color: #000;
 	background: #fff;
 	overflow: hidden;
 	margin: 0.5em 0 0 0;
	border: 1em solid #810; 
	border-width: 0 0 0 0;  
}

#main_body {
	page-break-before: always;
	font: Trebuchet MS;
 	clear: both;
 	margin: 0.5em 0 0.5em 0;
 	padding: 0.5em 0.5em 0.5em 0.5em;
 	color: #000;
 	background: #fff;
 	border: 1em solid #810;
 	border-width: 0.12em 0 0 0;
}

#content {
 	float: left;
 	width: 46%;
 	margin: 0.5em 0em 0.5em 0em;
 	padding: 0.5em 0.5em 0.5em 0.5em;
 	color: #000;
 	background: #fff;
 	border: 1em solid #810;
 	border-width: 0.12em 0 0 0;

}
#news_list {
 	float: right;
   	width: 46%; 
 	margin: 0.5em 0em 0em 0em;
 	padding: 0.5em 0.5em 0.5em 0.5em;  
 	color: #000;
 	background: #fff;
 	border: 1em solid #810;
 	border-width: 0.12em 0 0 0;
}
#footer {
	font: Trebuchet MS;
	font-size: 10px;
 	clear: both;
 	margin: 0.5em 0 0.5em 0;
 	padding: 0.5em 0.5em 0.5em 0.5em;
 	color: #000;
 	background: #fff;
 	border: 1em solid #810;
 	border-width: 0.12em 0 0 0;
}
body { 	
	margin: 10;
	padding: 0;
 	color: #222;
 	font: Trebuchet MS, sans-serif;
	background: #ffebeb; 	
/*	border: 1px solid #810;  */
/* 	border-width: 0.25em 0.25em 0.25em 0.25em;  */
}


a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #808080;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #C00000;
	text-decoration: underline;
}

.page_heading {
	/*font-size: 18pt;*/
	font-family: "Trebuchet MS", sans-serif;
	font-style: normal;
	font-size: 175%;
	line-height: 25pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #990000;
}
.mainheading {
	font-family: Trebuchet MS, sans-serif;
	font-size: 150%;
	font-style: italic;
	line-height: 30pt;
	color: #990000;
	font-weight: bold;
}
.bodytext {
	font-family: Trebuchet MS, sans-serif;
	font-size: 85%;
	font-style: normal;
	line-height: 180%;
	font-weight: normal;
	font-variant: normal;
	color: #00000;
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom: 0px;
	padding-left: 0px;
}

.hyperlinktext {
	color: #000000;
	font-family: "Trebuchet MS";
	text-decoration: underline;
}

.hyperlinktext_noline {
	font-family: "Trebuchet MS";
	text-decoration: none;
}

.breadcrumb {
	font-family: "Trebuchet MS";
	font-size: 100%;
	line-height: 40px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}
.bold {
	font-weight: bold;
}

/* - Data Tables */
/* - These settings are different for PRINTING !! -- */


table {
	margin: 0 0 0.1em 0;
	background: white;
	font-family: "Trebuchet MS";
	font-size: 110%;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top: 0.1em solid black;	
	border-bottom: 0.1em solid black;	
	border-left: 0.01em dotted black;	

}

td, th {
	padding: 0.75em;
	color: #000000;
}

th {
	color: black;
	font-size: 125%;
	background: #ffffff;
	border-bottom: 0.1em solid black;	
	border-right: 0.01em dotted black;		
}

td {
	color: #000000;
	background: white;
 	vertical-align: text-top;
	border-top: 0.1em solid black;	
	border-right: 0.01em dotted black;	

}

td.text {
	text-align: left;
}
td.number {
	text-align: center;
}
