/* General Elements
   ---------------- */
html, body {
	margin: 0;
	border: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-image: url(../images/misc/back_tile.jpg);
	background-repeat: repeat;
}
p, h1, h2, address, table {
	margin: 0 0 1em 0;
}
p, li {
	font-size: 0.8em;
	line-height: 1.5em;
}
p#enclose {
	clear: both;
	font-size: 0.2em;
}
p.noMargin {
	margin: 0;
}
h2 {
	font-size: 0.8em;
	color: #CC2D30;
}
h3 {
	font-size: 0.8em;
}
a {
	color: #03C;
	text-decoration: none;
}
a:hover {
	color: #CC2D30;
	text-decoration: underline;
}
address {
	font-style: normal;
	font-size: 0.8em;
	line-height: 1.4em;
}
table {
	border-collapse: collapse;
}
caption {
	font-size: 0.9em;
	padding-bottom: 3px;
	text-align: left;
}
tr {
	vertical-align: top;
}
tr.trcol1 {
	background-color: #FFFACD;
}
tr.trcol2 {
	background-color: #FFFFF0;
}
th {
	background-color: #FFD700;
}
th, td {
	font-size: 0.7em;
	line-height: 1.3em;
	padding: 3px 5px;
	border: 1px solid #537B67;
}

/* Classes
   ------- */

.fleft {
	float: left;
	margin-right: 15px;
}
.fright {
	float: right;
	margin-left: 15px;
}
.clear {
	clear: both;
}
.small {
	margin: 0;
	font-size: 0.7em;
	line-height: 1.2em;
	font-style: italic;
}
div.w176R {
	float: right;
	margin-left: 15px;
	width: 176px;
}

/* Page
   ---- */
div#page {
	position: relative;
	width: 740px;
	min-height: 100%;
	height: auto;
	margin: auto;
	text-align: left;
	background-color: #FFF;
	background-image: url(../images/misc/page_back.gif);
	background-repeat: repeat-y;
}
* html div#page { /* Required for IE < ver 7 */
	height: 100%;
}

/* Masthead
   -------- */
div#masthead {
	position: relative;
	margin: 0;
	height: 60px;
}
div#masthead h1 {
	position: relative;
	width: 524px;
	margin: 0;
	left: 216px;
	top: 13px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #CC2D30;
}

/* Strapline
   --------- */
div#strapline {
	position: relative;
	margin: 0;
	height: 40px;
	background-color: #CC2D30;
}
div#strapline h2 {
	position: relative;
	width: 524px;
	margin: 0;
	left: 216px;
	top: 11px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFF;
}
/* Medallion
   --------- */
img#medallion {
	position: absolute;
	left: 25px;
	top: 7px;
}

/* Content
   ------- */
div#content {
	float: right;
	width: 540px;
	margin: 15px 0 0 0;
	display: inline; /* Fix for IE 5.5 / 6 Double Float-Margin Bug */
}
div#content div#lSplit {
	float: left;
	width: 250px;
	margin-right: 15px;
}

/* Main
   ---- */
div#main {
	padding: 0 15px;
	border-left: 1px solid #DDD;
}

/* Navigation
   ---------- */
div#nav {
	float: left;
	width: 170px;
	margin: 63px 0 0 16px;
	display: inline; /* Fix for IE 5.5 / 6 Double Float-Margin Bug */
}
div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#nav ul li {
	margin: 0 0 5px 0;
	padding: 0;
}
div#nav ul li a {
	display: block;
	border-left: 4px solid #ADC7BA;
	padding: 3px 5px;
	text-decoration: none;
	color: #555;
	background-color: #ECF2F0;
	font-size: 0.9em;
	font-weight: bold;
}
* html div#nav ul li a { /* Fix for IE 5.5 / 6 Double line spacing LI items */
	height: 1em;
}
div#nav ul li a:hover {
	border-left: 4px solid #CC2D30;
	color: #000;
	background-color: #D8E2DE;
}

/* Footer
   ------ */
div#footer {
	clear: both;
	margin-top: 1.2em;
	border-top: 1px solid #DDD;
	padding-top: 1.2em;
}
div#footer p, div#footer address {
	margin: 0;
	font-size: 0.65em;
	line-height: 140%;
}
div#footer address {
	font-style: normal;
}