/* global structure
--------------------------------------------------------------------------------*/

.spacer_05	{ height:  5px; }
.spacer_10	{ height: 10px; }
.spacer_20	{ height: 20px; }
.spacer_25	{ height: 25px; }

.float_left		{ float: left; }
.float_right	{ float: right; }

.align_left		{ text-align: left; }
.align_right	{ text-align: right; }
.align_center	{ text-align: center; }

html { height: 100%; }

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 62.5%;
	color: #333;
	height: 100%;
}

p {
	padding: 0px 0px 15px;
	font-size: 1.2em;
}

h1 { font-size: 3.60em; color: #333; margin-bottom: 5px; }
h2 { font-size: 1.80em; color: #333; margin-bottom: 15px; }
h3 { font-size: 1.40em; color: #333; }


a:link, 
a:visited {
	color: #333;
	font-weight: bold;
}

a:hover, 
a:active, 
a:focus {
	color: #333;
}

a.light:link, a.light:visited {
	color: #87c4de;
}

.lighttext	{ color: #87c4de; }
.blacktext	{ color: #333; }
.bluetext	{ color: #036ab6; }

#page  {
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	width: 960px;
	text-align: left;
	font-size: 1.10em;
}

#page .left {
	float: left;
	width: 48%;
}

#page .right {
	float: right;
	width: 48%;
}

iframe {
	position: absolute;
	bottom: 0;
}