/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
/*	background: #fff url(no_text_STAT_logo.png) no-repeat bottom right;*/ 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h1 { 
	font: 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 10px; 
	color: #7D775C;
	}
h2 { 
	font: 1.15em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #7D775C;
	}
h3 { 
	font: 1.05em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 5px; 
	color: #555753;
	}	
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
acronym {
	border-bottom: none;
	}
abbr {
	border-bottom: none;
	}
/* specific spans*/
#superscript {
              font-size: small;
	            vertical-align: super;
              }
/* specific divs */
#container { 
              background: transparent url(no_text_STAT_logo.gif) no-repeat top left; 
	            padding: 5px 160px 0 160px;  
	            margin: 0; 
	            position: relative;
	}
#page_header{
              margin-bottom: 15px;
              }
#main_section{
              margin-bottom: 40px;
              }
#page_footer{
              text-align: right;
              font-size: 90%
              }
#menu_list {
	margin-left: 600px; 
	position: absolute; 
	top: 0; 
	right: 20px;
	}
#menu_list li {
	line-height: 2.5ex; 
	/*background: transparent url(?.gif) no-repeat top center;*/ 
	display: block; 
	padding-top: 10px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
#menu_list li a:link {
	color: #98D2A7;
	}
#menu_list li a:visited {
	color: #81C893;
	}
#links_list li{
              line-height: 2.5ex; 
	            display: block; 
	            padding-top: 5px; 
	            margin-bottom: 5px;
	            list-style-type: none;
              }

