body {
background: #fff; 
margin: 0px; 
font-family: Arial, Helvetica, sans-serif;
color:#fff;
}

/*==========================================*/
/*==============END CSS Styles==============*/

a {
	color:#5C9500;
}

.title {
	font-size: 20px;
	color: #fff;
	margin-left: 5px;
	padding:5 5 5 5;
	display:inline;
	font-weight:normal;
}

.links-panel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
}

.alerts {	margin-left:220px;}

.menu{
margin-left:10px;
font-weight:bold;
color:#fff;
}

.red{
color:#FF0000;
font-size:24px;
font-weight:bold;
}

.small-red{
color:#FF0000;
font-size:16px;
font-weight:bold;
}

.copyright{
font-size:10px;
margin-right:5px;
color: #fff;
}

.links-panel:hover{
	text-decoration:underline;
}

.text {	
	font-size: 15px;
	text-align:justify;
	margin-left: 200px;
	margin-right:20px;	
	color: #fff;
}

.text a {
	color:#5c9500;
}

.bottom-links,
.bottom-links:hover,
.bottom-links:visited {
	font-size: 11px;
	color: #fff;
	font-weight:lighter;
	text-decoration:none;
}

.small-text {
	font-size: 12px;
	color: #fff;
	text-align:justify;
	margin-left: 155px;
	margin-right:20px;	
	text-decoration:underline;
}

.really-small-text {
	font-size: 11px;
	color: #fff;
	text-align:justify;
	margin-left: 155px;
	margin-right:20px;	
}

.article-pane{
font-size:10px;
text-align:left;
margin-left:20px;
margin-top:5px;
margin-right:13px;
text-align:justify;
}

.menu-text{
color:#fff;
}

.new-articles-li{
	font-size: 10px;
	font-weight:normal;
	margin-left: 10px;
	margin-right:15px;	
	font-weight:bold;
}

.new-articles-ul{	
	text-align:justify;
	margin-left: 0px;
	margin-right:40px;	
	margin-top:0px;
}

.new-articles-li {
	font-size:12px;
}

.new-articles-link {
	color:#5c9500;
}

/*==============END CSS Styles==============*/
/*==========================================*/

#main-window{
	background: url(/images/content-bg.gif) repeat-y #ffffff; 
	width: 900px;
	margin:0 auto;
}

#top-container{
	position:absolute; 
	background: #fff; 
	width:900px; 
	height:115px; 
	z-index:2; 
	top: 0px;
}

#top-left-container {
	position:relative; 
	background: url(/images/top-bg-green.gif) no-repeat #76be03; 
	width:603px; 
	height:76px; 
	z-index:2; 
	top: 39px;
	margin-left:280px;
}

#icons {
	position:relative;
	top:8px;
	margin-left:270px;
	width:350px;
	height:64px;
}


#splitter{
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
height:5px;
position:absolute;
top:150px;
width:820px;
}

#title-box{
border: 1px solid #000000;
position:absolute;
top:140px;
margin-left:0px;
background:#FFFFFF;
z-index:2;
}

#telnum{
position:absolute;
top:40px;
margin-left:290px;
z-index:2;
width:260px;
height:50px;
color:#fff;
font-weight:bold;
font-size:20px;
text-align:center;
}

#sidebar {
	position:absolute;
	top:172px;
	width:197px;
}


#latest-articles-top{
position:absolute;
top:0px;
margin-left:0px;
z-index:2;
height:42px;
width:197px;
background:url(/images/latest-articles-top.gif) #1a1a1a;
}

#latest-articles-middle{
position:absolute;
top:42px;
margin-left:0px;
background:url(/images/articles-middle.gif) repeat-y #1a1a1a;
z-index:2;
width:197px;
}

#latest-articles-bottom {
position:relative;
top:0px;
height:18px;
margin-left:0px;
background:url(/images/articles-bottom.gif) no-repeat #1a1a1a;
z-index:2;
width:200px;
}

#logo{
	position:absolute;
	top:10px;
	width:247px;
	height:96px;
	z-index:10;
}

#banner{
	position:absolute; 
	width:554px; 
	height:60px; 
	z-index:1; 
	border: 1px none #000000; 
	left:225px;
	top:20px;
}

#crossbar{
	position:absolute; 
	width:800px; 
	height:5px; 
	z-index:1; 
	top: 155px; 
	background-color: #ffffff; 
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;	
}

#menu{
	position:absolute;
	width:900px;
	height:43px;
	z-index:2;
	top: 115px;
	background:url(/images/menu-bg.gif) no-repeat;
	margin-left: 0px;
}

#bottom-bar{
background:url(/images/footer-bg.gif) no-repeat #1a1a1a; 
color:#fff;
height:35px;
}