body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:50px 0px; 
	padding:0px;
	text-align:center;

}
#Container {
	background-image: url(../Images/TopBanner.jpg);
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	/*height:300px;*/
	z-index:1;
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px auto;
	text-align:left;
	min-height: 300px;
	max-height: 100%;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
}

#footer {
	 text-align: center;
	 position: absolute;
	 left: 5px;
	 /*width: 900;*/
	 COLOR: rgb(51,102,153);
	 padding-top: 20px;
}
#footer A {	COLOR: rgb(51,102,153);	TEXT-DECORATION: none;}
#footer A:Hover {	COLOR: rgb(51,102,153);	TEXT-DECORATION: underline;}

#Theme {
	position:absolute;
	left:700px;
	top:260px;
	width:200px;
	height:500px;
	z-index:2;
}
#Updates {
	padding: 5px;
}
#Updates p.header {
	color: rgb(196,66,47);
	font-weight: bold;
}
#Updates p.headline,span.headline {
	color: rgb(103,167,206);
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
#Updates p.date,span.date {
	color: #999999;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
}
#Updates p.article {
	font-size: 11px;
	color: #555555;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
#Updates p.articleMore {
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
}

#Updates p.articleMore a {
	color: rgb(168,188,142);
	text-decoration: none;
}

#Updates p.articleMore a:hover {
	text-decoration: underline;
}

#ThemeMenu {
	position:absolute;
	left:713px;
	top:275px;
	width:173px;
	/*height:426px;*/
	z-index:3;
}
#ThemeMenu {
	background-image: url(../Images/ThemesBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#ThemeMenu a{
	color: rgb(51,102,153);
	text-decoration: none;
}

#ThemeMenu a:hover{
	text-decoration: underline;
}
#Search {
	position:absolute;
	left:132px;
	top:13px;
	width:275px;
	height:23px;
	z-index:2;
}
#Nav {
	position:absolute;
	left:127px;
	top:240px;
	width:800px;
	height:28px;
	z-index:2;
}
#Nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
#Nav ul li {
	display: inline;
}
#Nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: rgb(14,63,111);
	/*padding: .5em .8em;*/
	padding: 12px .5em .8em .5em;
	background-image: url(../Images/spacer.jpg);
}
#Nav ul li a:hover {
	color:#FFFFFF;
	/*background-image: none;
	background-image: url(../Images/NavBack.jpg);*/
}
#NavSubREE {
	position:absolute;
	left:196px;
	top:262px;
	width:219px;
	height:164px;
	z-index:7;
	visibility: visible;
}

.articletitle {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: rgb(103,167,206);
}
