/* mac hide\*/
html, body {height:100%}
/* end hide */

body {
       font-family: verdana, arial , helvetica, sans-serif;
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;
	background: #8ab3d1 url(images/bg-tile.png) repeat-x;
	color: black;
	padding-top:5px;
}

#outer{
	height:100%;
	min-height:100%;
	width:758px;
        color: #000;
	text-align:left;
	margin:auto;
	position:relative;
        background-color: #fff;
}
 

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:626px;
}


#header{
	position:absolute;
	top:0;
	left:-1px;
	width:760px;
	height:140px;
	background: url(images/amlw.jpg);
	overflow:hidden;
	color: #A9C8DF;
	z-index:100;
}



#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	padding-top:142px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
        padding-left:2px;
}

#left p {padding-left:4px;
          padding-right:2px;
          }


#left ul { 
             list-style-type: none;

}

#left li {  
         font-size: small;    
}

.leftmenut  { 
           margin-bottom: -15px;
           margin-top: -7px;
           color: #006ea6;
}



#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	padding-top:145px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#right ul { 
             list-style-type: none;

}

#right li { 
            text-align: center;
             padding: 0px 5px 10px 0;
 }

#footer {
	width:760px;
	clear:both;
	height:50px;
	border-bottom:1px dashed #A9C8DF;
	background-color: #8ab3d1;
	color: #A9C8DF;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
          }

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:498px;
	float:right;
	padding-top:142px;
	padding-bottom:32px;/* needed to make room for footer */
}

#centrecontent p {padding-left:5px;
                   padding-right: 5px;}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

a {
	padding: .75pt;
	margin: 0pt;
	border-collapse: collapse;
}

a:link {
        color: #5e9908;               
	text-decoration: none; 
	background-color: transparent;
}

a:visited {
	color: #f84c00;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: black;
	text-decoration: none;
	background-color: #ACCCFF;
	border: .75pt solid #A9C8DF;
	margin: 0pt;
	padding: 0pt;
}

a:active {
	color: #000000;
	text-decoration: none;
	background-color: #3366FF;
	border: .75pt solid #A9C8DF;
	margin: 0pt;
	padding: 0pt;
}


.entry-head  {
        margin: 0pt 0pt 0pt 0pt;
        padding: 4px;
        font-size: large;
        font-weight: bold;
        float: left; 
        /* display: inline; */
        color: #006ea6;
}

.entry-data {
        font-size: small;
        font-weight: bold;
        color: #5e9908;    
        margin: 0pt 0pt 0pt 0pt;
        padding: .1em;
        float: right;
        /* display: inline; */
        vertical-align: text-bottom;
        /* height: auto; */
}


.entry-text {
        border-top: .75pt dashed #999;
        padding: .1em;
        margin: 1em;
        float: none;
        clear: both;
        color: black;
        font-weight: normal;
        text-align: justify;
}

.entry-footer {
        border-top: 0.75pt dashed #999;
        border-bottom: 1.5pt solid #999;
        margin: 1em;
        padding: .1em;
        text-align: left;
        
}

p.hometit { 
       text-align: center; 
       font-weight: bold;
       font-size: large;              
 }


#mainpageintro { 
        padding: .2em;         
 }

#topicpageintro { 
        padding: .2em;         
 }

#postpage
 { 
        padding: .3em;
 }

.phead  {
        margin: 0pt 0pt 0pt 0pt;
        padding: 4px;
        font-size: large;
        font-weight: bold;
        float: left; 
        /* display: inline; */
        color: #006ea6;
}

.pdata {
        font-size: small;
        font-weight: bold;
        font-family: verdana, arial, helvetica, sans-serif;
        color: #5e9908;    
        margin: 0pt 0pt 0pt 0pt;
        padding: .1em;
        float: right;
        /* display: inline; */
        vertical-align: text-bottom;
        /* height: auto; */
}


.ptext {
         font-family: verdana, arial, helvetica, sans-serif;
        border-top: .75pt dashed #999;
        padding: .1em;
        margin: 1em;
        float: none;
        clear: both;
        color: black;
        font-weight: normal;
        text-align: justify;
}

.pfooter {
        border-top: 0.75pt dashed #999;
        border-bottom: 1.5pt solid #999;
        margin: 1em;
        padding: .1em;
        text-align: left;
        
}

pre {
      width: 410px;
      white-space: pre;
      margin-left: 5%;
      font-family: 'andale mono','Courier New', Monaco, monospace;
      font-size: 1.25em;
      background: #cdf;
      border: 1px solid #679;
      color: black;
      font-size: 0.9em;
      padding: 0.5em;
      margin: 1em;
      overflow: auto;
}