body {
background: #b8b8b8; 
margin: 0px; 
font-family: Arial, Helvetica, sans-serif;
color:#000077;
}

/*==========================================*/
/*==============END CSS Styles==============*/

.title {
	font-size: 28px;
	color: #000099;
	margin-left: 25px;
	margin-right:15px;
	font-weight:normal;
	margin-bottom:-5px;
	margin-top:20px;
}

.text {	
	font-size: 13px;
	color: #000077;
	text-align:justify;
	margin-left: 15px;
	margin-right:15px;	
}

.article-pane{
	font-size:10px;
	text-align:left;
	margin-left:5px;
	margin-right:20px;
	text-align:justify;
	color:#000077;
}


.new-articles-homepage{
font-weight:bold;
color:#CC0000;
}

.new-articles-link{
font-weight:bold;
color:#CC0000;
}

.new-articles-li{
	font-size: 10px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold
}

.new-articles-ul{	
	text-align:justify;
	margin-left: 40px;
	margin-right:10px;	
	margin-top:0px;
}

.spacer{ color:#FFFFFF; }

.designedby{
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
}

.red{
color:#FF0000;
}

.section-link-text {	
	font-size: 15px;
	font-weight:bold;
	color: #334497;
	text-align:justify;
}

.article-link-text {	
	font-size: 14px;
	font-weight:bold;
	color: #334497;
	text-align:justify;
	text-decoration:underline;
}

.list-text{ 
	margin-top:10px;
	margin-left: 15px;
	margin-right:10px;	
}

.small-text {
	font-size: 11px;
	text-align:justify;
	margin-right:180px;	
	margin-left: 10px;	
}

.really-small-text {
	font-size: 11px;
	color: #334497;
	text-align:justify;
	margin-right:170px;	
}

.ad-display{
margin-left:-20px;
}

/*==============Form Styles=================*/

.formfield{
color:#000066;
background-color:#FFFFFF;
font-size:12px;
}

.button{
background-color:#FFFFFF;
color:#000066;
}

/*==============END CSS Styles==============*/
/*==========================================*/

#main-window{ 
/*	width:90%;*/
	width:794px;
	margin:auto;
	margin-top:0px;
	background-image:url(/images/page-bground.gif);
	background-repeat:repeat-y;
}

#ad-window{	
	width: 162px;
	margin-left:641px;
	top:155px;
	position:absolute;
	z-index:100;
	text-align:center;
	background-image:url(/images/ad-bground.gif);
	background-repeat:repeat-y;
}

#ad-window-bottom{	
	width: 169px;
	position:relative;
	z-index:1000;
	height:25px;
	background-image:url(/images/ad-bottom.gif);
	background-repeat:no-repeat;
}

#ad-container{	
	width: 120px;
	margin-left:812px;
	top:100px;
	position:absolute;
	z-index:100;
	height:100px;
	padding:5px;
	background-color:#009933;
}

#logo{
	position:absolute;
	width:798px;
	z-index:3;
	top: 0px;
}

#banner{
	position:absolute; 
	width:468px; 
	height:60px; 
	z-index:100; 
	border: 1px solid #334497;
	background-color:#FFFFFF;
	top:17px;
	margin-left:295px;
}

#crossbar{
	position:relative; 
	width:560px; 
	height:3px; 
	z-index:1;
	top:28px; 
	left:155px;
	background-color: #334497; 
}

#menu{
	position:absolute;
	z-index:10;
	top: 5px;
}

#bottom-bar{
	position:absolute;
	width:794px;
	height:25px;
	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;
}

#content-window{
	position:relative;
	z-index:10;
	width:632px;
}
