/* the bit that does the work */

body {
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	background: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 75%;
	overflow: hidden;
}

.dropcap {
	font-weight: bolder;
	font-size: 500%;
	float: left;
	color: #ffa816;
	top: -8px;
	position: relative;
}

/* for internet explorer */

.nav {
	background-color: #a7a7a7;
	width: 200px;
	margin-top: -12px;
	margin-bottom: 12px;
	padding: 2px 2px 2px 6px;
	margin-left: -15px;
}

.nav a:link {
	color: #fff;
	font-weight: bold;
}

.nav a:active {
	color: #fff;
	font-weight: bold;
}

.nav a:visited {
	color: #fff;
	font-weight: bold;
}

.nav a:hover {
	color: #ffff1f;
	font-weight: bold;
}

* html body {
	padding: 120px 0 50px 0;
}

#container {
	position: fixed;
	top: 105px;
	left: 0;
	bottom: 20px;
	right: 0;
	overflow: auto;
	background: #fff;
	padding: 15px;
	text-align: left;
	font: 1em Arial, Helvetica, Geneva, sans-serif;
}

* html #container {
	height: 100%;
	width: 100%;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 108px;
	overflow: auto;
	background: #ffcc99;
	border-bottom: 4px solid #a7a7a7;
	font-weight: bold;
	border-color: #a7a7a7;
	border-style: none;
	z-index: 1;
}

* html #header {
	height: 120px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	overflow: auto;
	text-align: right;
	background: #ffcc99;
	border-top: 3px solid #a7a7a7;
}

* html #footer {
	height: 50px;
}

/* end of bit that does the work */

h2 {
	font-size: 20px;
	margin: 0;
	padding: 0 0 6px;
	text-align: left;
}

#footer p {
	color: #fff;
	margin: 5px 10px 0 10px;
}

#header img {
	margin: 0px 0px 0 10px;
}

#container img {
	padding-left: 0;
	margin: 0 0 5px;
	padding: 0px;
}

.pix {
	padding-left: 0;
	font-weight: bold;
	color: #777;
	margin-bottom: 12px;
	padding-top: 0;
	margin-top: 0;
	padding: 0;
	text-align: left;
	margin-right: 10px;
	clear: left;
	width: 200px;
	font-size: 10px;
}

.credit {
	color: #a7a7a7;
	font-weight: normal;
	font-style: normal;
}

}
#absolute {
	position: absolute;
	top: 400px;
	right: 100px;
	width: 200px;
	background: #ddd;
	padding: 10px;
	border: 1px solid #000;
}

#left {
	float: left;
	background: #eee;
	padding: 10px;
	border: 1px solid #000;
	color: #000;
	width: 50%;
}

#right {
	float: right;
	background: #ddd;
	padding: 10px;
	border: 1px solid #000;
	color: #000;
}

a, a:visited {
	font-size: 1.1em;
	text-decoration: none;
	color: #777;
}

a:hover {
	color: #0000a6;
	text-decoration: none;
}

.grey {
	color: #777;
}

i {
	color: #a7a7a7;
	font-weight: normal;
	font-style: normal;
}

.ltgrey {
	color: #777;
}

#header img {
	z-index: -3;
	position: absolute;
}

#header ul {
	clear: both;
	text-align: center;
	border-bottom: 4px solid #a7a7a7;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	top: 90px;
}

#header ul li {
	display: inline;
	color: #004277;
}

.lft {
	float: left;
}

.rgt {
	float: right;
}

.columnone, .columntwo {
	width: 31%;
	float: left;
	text-align: left;
	margin-right: 2%;
}

.columnoneA {
	width: 65%;
	float: left;
	text-align: left;
	margin-right: 2%;
}

.footnote {
	font-size: 9px;
	color: #000;
	line-height: 11px;
}

.columnthree {
	text-align: justify;
	border: 1px solid #fff;
	border-left: 2px solid orange;
	float: left;
	padding-left: 6px;
	visibility: visible;
}


.sponsor {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	background-color: orange;
	width: 100%;
	padding: 4px;
	margin-bottom: 12px;
	margin-left: -8px;
	margin-top: -1px;
}

* html .columnthree {
	border: 0;
}

hr {
	clear: both;
	border: 0;
	height: 1px;
	color: #888;
	background-color: #888;
}

.columnthree a, .columnthree a:visited {
	font-size: 1em;
	color: #000;
	text-decoration: underline;
}

.columnthree a:hover {
	color: #888;
	text-decoration: none;
}
