/* @group Global styles */

html {
	font-size: 100%;	/* For IE */
}

body {
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: black;
	background-color: white;
	margin-top: 2em;
}

a:link, a:visited {
	color: #4D4C51;
}

img {
	border-width: 0;
}

th, td {
	font-size: 0.75em;
}

ul {
	font-size: 0.75em;
	list-style-type: square;
}

ul ul {
	font-size: 1em;	/* Override inheritance, otherwise second-level lists are smaller */
}

sup {
	font-size: 0.75em;
}

/* @end */

#wrapper {
	margin: auto;
	width: 46.875em;
}

#mainContent p {
	font-size: .75em;
}

/* @group Header */

#headerNav {
	text-align: center;
}

#headerNav a {
	font-size: 0.85em;
	font-weight: bold;
}

#headerImg img {
	margin: auto;
	width: 46.875em;
}

/* @end */

/* @group Manway info */

div.manwayInfo {
	margin: 2em auto 2em auto;
}

div.manwayInfo img {
	float: left;
}

div.manwayInfo table {
	padding-left: 2em;
}

div.manwayInfo ul {
	clear: both;
}
		
/* @end */

#footer p {
	clear: both;
	font-size: .75em;
	padding-top: 1em;
	text-align: center;
}

#footer span {
	font-size: .75em;
}

div.redStripe {
	height: 1.5em;
	padding: .25em;
	background-color: #990507;
}

div.redStripe span {
	color: white;
	font-size: 1.25em;
	font-weight: bold;
}

.cleared {
	clear: both;
}

.floatl {
	float: left;
	text-align: left;
}

.floatr {
	float: right;
	text-align: right;
}

p.majorText {
	color: #990507;
	font-weight: bold;
}