/* stylesheet for azureladybug.com */
		
		body {
			margin: 0;
			padding: 0;
			background: #004487;
			font-family: arial,helvetica,sans-serif;
			}	
		.container {
			position: absolute;
			width: 100%;
			top: 0;
			left: 0;
			}
		.header {
			position: relative;
			font-size: 24px;
			color: #00AEED;
			background: #022F55;
			top: 0;
			left: 0;
			width: 100%;
			}
		.column { 
			position: absolute;
			width: 10%;
			top: 82px; 
			padding-left: 2%;
			padding-right: 1%;
			font-size: 11px;
			}
		.main {
			position: relative;
			padding-left: 1%;
			padding-right: 1%;
			margin-left: 12%;
			margin-right: 2%;
			margin-top: 0;
			margin-bottom: 0;
			text-align: left;
			font-size: 12px;
			background: #ffffff;
			min-height: 100%;
			}
		.footer {
			position: relative;
			clear: both;
			font-size: 10px;
			text-align: center;
			color: #00AEED;
			background: #022F55;
			height: 40px;
			bottom: 0;
			left: 0;
			margin-bottom: 0;
			width: 100%;
			}
		A.link:link { 
			color: #02AEED; 
			text-decoration: underline;
			}
		A.link:active { 
			color: #02AEED; 
			text-decoration: none; 
			}
		A.link:visited { 
			color: #02AEED; 
			text-decoration: underline; 
			}
		A.link:hover { 
			color: #00FFFF; 
			text-decoration: none; 
			}
		.alignRight {
			float: right;
			text-align: right;
			display: inline;
			font-size: 12px;
			height: 12px;
			}
		.alignLeft {
			float: left;
			text-align: left;
			display: inline;
			font-size: 12px;
			height: 12px;
			}
		li {
			list-style-type: disc;
			}
		.clear {
			clear: both;
			}

