
/* Layout Stylesheet */ 

body {
 margin:20px;
 background: #919BC9;
 color:  #919BC9;
 text-align:center;
 padding:0;
 font: 12px/170% Verdana, Geneva, Arial, Helvetica, sans-serif;
 }



#outer {
 text-align:left;
 width:800px;
 margin:auto;
 border:solid #000000;	
 border-width:3px 3px 3px 3px;
 }

#hdr {
 height:190px;
 background:#ffffff;
 color: #333333;
 padding: 15px;
 background-image: url("http://www.alpine-english.com/aes/images/aes_800.jpg");
 background-repeat: no-repeat;
 border:solid #000000;	
 border-width:0px 0px 1px 0px;
 }


#bar {
 height:25px;
 background: #555555;
 color: #ffffff;
 text-align: right;
 }

#bodyblock {
 position:relative;
 float:left;
 width:800px;
 background: #555555;
 color: #333333;
 padding:0;
 }

#l-col {
 float:left;
 background:  #555555;
 color:  #ffffff;
 width:200px;

}

 a.left:link {text-decoration: none; color: #ffffff;}
 a.left:visited {text-decoration: none; color: #cccccc;}
 a.left:hover {text-decoration: underline; color: #ffffff;}
 a.left:active {text-decoration: underline; color: #ffffff;} 

#cont {
 width:589px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 padding:5px;
 float:right;
 border:solid #000000;	
 border-width:1px 0px 1px 1px;
 }

#ftr {
 float:left;
 height:25px;
 width:800px;
 background: #555555;
 color:  #ffffff;
 }

p.justify {
 color=#000000;
 text-align: justify;
 text-justify: auto;
 }

/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss_box {
	 width: 150px;
	 background-color: #777777;
}

.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss_items {
       list-style:none;
       margin:0;
       padding:0;
}

.rss_item  {
  font-size: x-small;
  margin-bottom: 1em;;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration: none; color: #ffffff; font-weight: bold;
	}

.rss_item a:hover { 
	text-decoration: underline; color: #ffffff;
	}
	
.rss_date {
	font-size: xx-small;
	}