body {
background: #c9c9c9; 
margin: 0px; 
font-family: Arial, Helvetica, sans-serif;
color: #007700;
}

/*==========================================*/
/*==============END CSS Styles==============*/

.title {
	font-size: 28px;
	color: #007700;
	margin-left: 15px;
	margin-right:15px;
	font-weight:normal;
	margin-bottom:-5px;
	margin-top:20px;
}

.new-articles-li{
	font-size: 10px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
}

.new-articles-ul{	
	text-align:justify;
	margin-left: 20px;
	margin-right:170px;	
	margin-top:0px;
}

.spacer{ color:#FFFFFF; }

.designedby{
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
	margin-right:100px;	
}

.copyright{
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
	margin-right:170px;	
}

.menu{
margin-left:10px;
font-weight:bold;
}

.red{
color:#FF0000;
}

.small-red{
color:#FF0000;
font-weight:bold;
}

.links-panel:hover{
	text-decoration:underline;
}

.links-panel{
color:#ffffff;
text-align:right;
font-size:12px;
text-decoration:none;
font-weight: bold;
margin-left:10px;
}

.green-blue{
color:#40b3ff;
}

.text {	
	font-size: 13px;
	color: #1b6216;
	text-align:justify;
	margin-left: 15px;
	margin-right:185px;	
	margin-bottom:0px;
}



.section-link-text {	
	font-size: 15px;
	font-weight:bold;
	color: #005500;
	text-align:justify;
}

.article-link-text {	
	font-size: 14px;
	font-weight:bold;
	color: #005500;
	text-align:justify;
	text-decoration:underline;
}

.list-text{ 
	margin-top:10px;
	margin-left: 15px;
	margin-right:170px;	
}

.bottom-links,
.bottom-links:hover,
.bottom-links:visited {
	font-size: 11px;
	color: #660000;
	font-weight:lighter;
	text-decoration:none;
}

.small-text {
	font-size: 10px;
	color: #228733;
	text-align:justify;
	margin-left: 15px;
	margin-right:170px;	
}

.really-small-text {
	font-size: 11px;
	color: #334497;
	text-align:justify;
	margin-right:170px;	
}

form{
margin-bottom:0px;	
margin-right:50px;	
}

.login-table{
color:#00FF66;
margin:0px;
font-size:10px;
margin-right:115px;
}

.login-field{
font-size:10px;
width:125px;
}

.table-title{margin-bottom:-10px;}

.errors{
color:#FF0000;
font-size:9px;
}


.welcome-image{
margin-bottom:-5px;
margin-left:-8px;
}

/*User System Styles*/
.username{
color:#0055ff;
font-weight:bold;
}

.loggedin-text{
font-size:14px;
font-weight:bold;
margin-left:10px;
padding-top:10px;
color:#0000aa;
vertical-align:bottom;
}

.loggedin-text-small{
font-size:10px;
font-weight:bold;
margin-left:10px;
padding-top:10px;
vertical-align:bottom;
color:#0000FF;
}

.edit-text{
color:#0000FF;
text-decoration:underline;
}

.loggedin-text{
font-size:14px;
font-weight:bold;
margin-left:10px;
padding-top:10px;
vertical-align:bottom;
}

/*==============Form Styles=================*/

.formfield{
color:#006600;
background-color:#FFFFFF;
font-size:12px;
}

.button{
background-color:#FFFFFF;
color:#000066;
}

/*==============END CSS Styles==============*/
/*==========================================*/

#main-window{ 
/*	width:90%;*/
	width:955px;
	margin:auto;
	margin-top:0px;
	background-image:url(/images/middle.gif);
	background-repeat:repeat-y;
}

#ad-window{	
	width: 163px;
	margin-left:791px;
	top:120px;
	position:absolute;
	z-index:100;
	background-image:url(/images/ad-middle.gif);
	background-repeat:repeat-y;
}

#ad-window-bottom{	
	width: 163px;	
	position:relative;
	z-index:100;
	height:28px;
	background-image:url(/images/ad-bottom.gif);
	background-repeat:no-repeat;
}

#login-window{	
	width: 120px;
	margin-left:540px;
	top:110px;
	position:absolute;
	z-index:100;
	height:100px;
	padding:5px;
}

#logo{
	position:absolute;
	width:798px;
	z-index:3;
	top: 0px;
}

#banner{
	position:absolute; 
	width:468px; 
	height:60px; 
	z-index:4; 
	border: 1px solid #005500;
	background-color:#FFFFFF;
	top:10px;
	margin-left:300px;
}

	

#crossbar{
	position:relative; 
	width:560px; 
	height:3px; 
	z-index:1;
	top:28px; 
	left:155px;
	background-color: #334497; 
}

#menu{
	position:absolute;
	width:135px;
	z-index:4;
	top: -12px;
}

#bottom-bar{
	position:relative;
	width:100%;
	height:30px;
	background-image: url(/images/bottom.gif);
	background-repeat:no-repeat;
	z-index:6;
}

#news-letter{
	position:absolute;
	width:100%;
	height:30px;
	background-color:#006633;
	z-index:6;
	right:0px;
	top:100px;
}
