/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-size: 11px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
}


.page-body {
	margin: 0 0 10px 0;	
	padding: 30px 10px 5px 5px;
	text-align: left;
}

	.page-footer {
		margin: 0px 0px 10px 0px;	
		padding: 5px 10px 5px 0px;
		text-align: left;
		clear: left;
	}


a.page-options {
	color: #003399; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: #b3ccf0;
	 /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
	margin: 1px 1px 1px 5px;
	border-bottom: 1px solid #e9faff;
	border-bottom: 1px solid #80a3c8;
}


a.page-options:hover, 
a.page-options:focus {
	color: #bb4455; 
	background: #e9faff;
}		


.table { 
line-height: 16px;
float: left;
max-width:25%
}

.table2 { 
line-height: 16px;
float: left;
max-width:25%
}

.table3 { 
line-height: 16px;
float: left;
max-width:25%
}

.table4 { 
line-height: 16px;
float: left;
max-width:25%
}


p {
	margin: 0 0 5px 10px;
	color: #003399;
	line-height: 140%;
}



