/* 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 {
	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;

}
#headline_list {
 	float: right;
   	width: 46%; 
 	margin: 0.5em 0em 0em 0em;
 	padding: 0.5em 0.5em 0.5em 0.5em;  
 	color: black;
 	background: #cc0000;
 	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: #7D5151;
	text-decoration: none;
	font-style: italic;
}

a:visited {
	color: #7D5151;
	text-decoration: none;
	font-style: italic;
}

a:hover, a:active, a:focus {
	color: #C00000;
	text-decoration: underline;
	font-style: italic;
}

.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: 120%;
	font-style: italic;
	line-height: 30pt;
	color: #990000;
	font-weight: bold;
}
.bodytext {
	font-family: Trebuchet MS, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 160%;
	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: 95%;
	line-height: 35px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}
.bold {
	font-weight: bold;
}


/* - Data Tables */

.redborder {
	border:1px solid #D7181F;
	padding:5px;
}


table {
	margin: 0 0 0.1em 0;
	border: 0.025em solid white;
	background: white;
	font-family: "Trebuchet MS";
	font-size: 100%;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

td, th {
	padding: 0.75em;
	color: #000000;
	border: 0.01em solid #9A9A9A;	
}

th {
	color: white;
	font-size: 120%;
	background: #cc0000;
	border: 0.01em solid white;	
}

td {
	color: #000000;
	background: #ffebeb;
 	vertical-align: text-top;
	border-top: 0.5em solid white;	
	border-bottom: 0.1em solid white;	
	border-left: 0.1em solid white;	
	border-right: 0.1em solid white;	

}

td.text {
	text-align: left;
}
td.number {
	text-align: center;
}

