@charset "UTF-8";
/* CSS Document */

body {
	font: 90% arial, helvetica, serif;
	color: #00674E;
	background: url(images/AYPALbkgd01.gif) repeat-x fixed;
	text-align: left;
	margin: 0;
	}		

a, a:link { 
     color: #009966;
     text-decoration: none;
	font-weight: bold; }

a:hover { border-bottom: 1px dotted; }

img, a img { 
		border: 0px; 
		text-decoration: none;
		}

#container {
     position: absolute center;
     top: 0;
     width: 900px; /* real width */
     margin: auto;
     background-color: #FFFFFF;
     padding-bottom: 10px;
}

#header {
     position: fixed;
     height: 275px;
     top:0;
     z-index: 2;
     }
     
#header a, #header a img { border: 0;}

          
#navigation {
     position: fixed;
     top: 200px;
     width: 260px;
     border-style: none;
     border: none;
     z-index: 1;
     }

			.arrowlistmenu{
			width: 240px;
			padding-top: 75px;
			}
			
			.arrowlistmenu .menuheader{
			font: bold 1em Arial;
			height: 35px;
			color: white;
			background: black;
			text-transform: uppercase;
			cursor: hand;
			cursor: pointer;
			border: none;
			}
						
			.arrowlistmenu ul{
			list-style-type: none;
			margin: 0;
			text-align: right;
			text-indent: 30px;
			padding: 6px;
			}
			
			.arrowlistmenu ul li{
			padding: 0 0 2px 0;
			text-decoration: none;
			}
			
			.arrowlistmenu ul li a{
			color: #FF3300;
			display: block;
			padding-right: 10px;
			text-decoration: none;
			border: 0px;
			line-height: 1.25em;
			font-weight: bold;
			font-size: 90%;
			}
			
			.arrowlistmenu ul li a:visited{
			color: #FF6633;
			text-decoration: none;
			}
			
			.arrowlistmenu ul li a:hover{
			color: #003333; 
			text-decoration: none;
			}

			.arrowlistmenu ul li a:active{
			color: #FF3300;
			text-decoration: none;
			}

#content {
     position: relative;
     top: 300px;
     float: right;
     width: 600px;
     padding: 0 10px 0 10px;
     z-index: 0;
     }

	p {
		padding: 0 10px 0 10px;
		line-height: 1.25;
		margin-top: 0.25em;}
		
	p + p { margin-top: 0em; } 

	p.date { display:none; }

	p.quote {
		background-image: url(images/icon_02.gif);
		background-position: top;
		background-repeat: no-repeat;
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 1.5em;
		font-weight: normal;
		font-style: italic;
		text-align: center;
		color: #f9704b;	
		}
	
	p:first-line {
		font-weight: bold;
		}

	h1, h2, h4 {
	     letter-spacing: .03em;
	     font-weight: bold;
          }
	
	h1 {
		font-size: 1.75em;
		color: #f05b26;
		padding: 0 10px 0 10px;
		text-transform: uppercase;
		}	

	h2 {
		font-size: 1.25em;
		color: #f9704b;
		text-transform: capitalize;
		padding: 0 10px 0 10px;
		line-height: 1;
		}
	
	h3 {
		font-weight: normal;
		font-size: 1em;
		color: #000000;
		font-style: italic;
		line-height: 1em;
		padding: 0 10px 0 10px;
		}
	
	h4 {
		color: #f9704b;
		font-size: 1.125em;
		line-height: 1.25em;
		padding: 0 10px 0 10px;
		}

	h5 {
		font-size: .9em;
		color: #00674E;
		padding: 0 10px 0 10px;
		}
		
	h5:first-line {
		font-size: 1.25em;
		font-weight: bold;
		font-style: italic;
		line-height: 1.25em;
		color: #f9704b;
		}
	
	h0 {
		font-size: .75em;
		color: #065;
		}
	
	dl {
		font-weight: bolder;
		padding-left: 10px;
		}
	
	dl:first-line {
		text-transform: uppercase;
		line-height: 1.5em;
		}

	dl dl {
		font-size: .9em;
		padding-left: 30px;
		font-weight: normal;
		font-style: italic;
		color: #000000;	
		}
		
	dt { 
		font-weight: lighter;
		list-style-type: none;
		color: #003333;
		line-height: 1.2em;
		}

	dd { 
		font-weight: lighter;
		font-style:italic;
		padding-left: 20px;
		background-image: url(images/icon_01.gif);
		background-position: left;
		background-repeat: no-repeat;
		line-height: 1.5;
		}

	div.feedburnerFeedBlock span.headline a {
		font-size: 2em;
		font-weight: 700;
		color: #f05b26;
		padding-top: 10px;
		line-height: 2;
		text-transform: uppercase;
		text-decoration: none;
		border: none;
		}

	div.feedburnerFeedBlock ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	div.feedburnerFeedBlock ul li {
		margin-bottom: 2em;
		padding: 0 10px 0 10px;
		text-indent: 0;
		}
	div.feedburnerFeedBlock li li {
		padding-left: 20px;
		background-image: url(images/icon_01.gif);
		background-position: left;
		background-repeat: no-repeat;
		line-height: 1;
		margin-left: 10px;
		}

.soft { color: #66a495; 
          font-weight: bold;
          font-size: 95%;
          }

#creditfooter { display: none; }

#footer {
     z-index: 3;
     position: fixed;
	bottom:0;
	clear:both;
	height: 15px;
	color: #66a495;
	font-weight: bold;
     letter-spacing: .1em;
	font-size: 75%;
     padding: 1%;
     margin:0;
	}
