@charset "utf-8";

/* CSS Document - OAGE Main Layout Design */
body.pgLayout  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCC99;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.pgLayout #container { 
	width: 48em;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.pgLayout #pageHeader { 
	background: #FFFFFF; 
	margin: 0;
	padding: 0 5px;
} 

.pgLayout #pageContentBasic {
	margin: 0 10px 0 10px;
	padding: 0;
	font-size: 0.85em;
} 

.pgLayout #pageContentBasic h1{
	padding-top: 5px;
	padding-bottom: 12px;
	font-size: 2.0em;	
	margin: 0px;
} 

.pgLayout #pageContentBasic h2{
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 1.6em;	
	margin: 0px;
} 

.pgLayout #pageContentBasic h3{
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 1.2em;
	margin: 0px;
} 

.pgLayout #pageContentBasic p{
	padding: 4px 2px 6px 2px;
	margin: 0px;
}

.pgLayout #pageContentBasic p.paraIndent {
	padding: 0px;
	margin-left: 25px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 6px;
}

.pgLayout #pageFooter { 
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F2F2F2;
} 
.pgLayout #pageFooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.pgLayout #pageFooter div.timestamp {
	font-size: 0.65em;
	font-style: italic;
	font-weight: 400;
	text-align: center;
}

a {
	font-weight: 400;
	color: #000099;
	text-decoration: none;
}

a:link {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #3399FF;
	text-decoration: underline;
}

div.NavigationBar {
	width: 100%;
	margin: 0;
	padding: 2px 0 5px 0;
	background: #F2F2F2 none;
	text-align: center;
}

div.NavigationBar a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #000066;
}

div.NavigationBar a:link {
	color: #000066;
}

div.NavigationBar a:hover {
	text-decoration: none;
	color: #0000CC;
}


.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


