/* news_screen.css - Rev 2004-06-13 TGH */
/* serif should use --> font-family: Times New Roman, Times, serif; */
/* sans-serif should use --> font-family: verdana, arial, helvetica, sans-serif; */
/* attributes should be listed in alphabetical order */

/* base color: H148 S128 L128 */

body, html {
	background-color: #E8F0F8; /* H148 S128 L240 */
	color: #14151C;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	}

A {
	color: #272939;
	text-decoration : underline;
	}
A:active {
	color: #000000;
	}
A:hover {
	color: #000000;
	}
A:link {
	}
A:visited {
	color: #3A262D;
	}

/* the following are used to set the layout and colors of a light-blue 2-column 4-panel style */	

#Wrap {
	margin:0 auto;
	width 100%;
	}

#Banner {
	background-color: #88B1D8;	/* H148 S128 L176 */
	color: #272939;
	font-size: small;
	padding: 2px;
	}
#Banner A {
	font-weight: bold;
	text-decoration : none;
	}
#Banner A:active {
	color: #000000;
	}
#Banner A:hover {
	color: #000000;
	}
#Banner A:link {
	}
#Banner A:visited {
	color: #3A262D;
	}
	
#SideBar {
	background-color: #88B1D8;	/* H148 S128 L176 */
	color: #272939;
	float: right;
	font-size: small;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration : none;
	width: 20%;
	}
#SideBar A {
	text-decoration : none;
	}
#SideBar A:active {
	color: #000000;
	}
#SideBar A:hover {
	color: #000000;
	}
#SideBar A:link {
	}
#SideBar A:visited {
	color: #3A262D;
	}
.SideBarHeader {
	border-bottom: thin solid #D1D3DF;
	font-size: small;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.SideBarBlock {
	background-color: #A0C1E0;	/* H148 S128 L192 */
	font-size: smaller;
	margin-top: 0;
	margin-bottom: 6pt;
	padding: 0;
	}
.SideBarBlock P {
	border-bottom: thin dotted #D1D3DF;
	margin-bottom: 0pt;
	margin-left: 6pt;
	margin-top: 0pt;
}
	
#Content {
	float: left;
	padding: 2px;
	width: 75%;
	}

#Footer {
	background-color: #88B1D8;	/* H148 S128 L176 */
	clear: both;
	color: #272939;
	font-size : small;
	margin-top: 9pt;
	padding-left: 3pt;
	padding-right: 3pt;
	text-align: center;
	vertical-align: middle; 
	}




