/* Main Selectors */

body {
	background-color: #ffffff;
    background-image: url('back.jpg');
	background-repeat: repeat-x; 
	color: #000000;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	margin: auto auto auto auto;
	width: 100%;
	text-align: center;
}

a:visited {
	background-color: transparent;
	color: #ff0000;
	text-decoration: none;
}

a:link {
	background-color: transparent;
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #ff0000;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

h1 {
	text-align: left;
	background-color: transparent;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0px 0px 1em;
}

h2 {
	background-color: transparent;
	color: #ffffff;
	text-align: right;
	font-size: 2.2em;
	font-style: italic;
	margin-bottom: 1px;
	margin-top: 0.1em;
	margin-left: 0px;
	margin-right: 8em;
}

h3 {
	background-color: transparent;
	color: #ffffff;
	text-align: right;
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 12em;
}

h4 {
	background-color: transparent;
	color: #ffffff;
	text-align: right;
	font-size: 2.2em;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 6em;
}

h5 {
	background-color: transparent;
	color: #ffffff;
	text-align: right;
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 8em;
}

p {
	text-align: left;
	vertical-align: top;
	font-size: 0.8em;
	display: block;
	padding: 0.2em 0.5em 0.2em 0.5em;
}

p.general {
	text-align: left;
	vertical-align: top;
	font-size: 0.8em;
	display: block;
	padding: 0.2em 0.5em 0.2em 1em;
}

p.footnote {
	text-align: left;
	vertical-align: middle;
	font-size: 0.8em;
	color: #ffffff;
	display: block;
}

ol.lalpha {
	list-style-type: lower-alpha;
	font-size: 0.8em;
}

ol.decimal {
	list-style-type: decimal;
	font-size: 0.8em;
}

ul {
	list-style-type: disc;
	font-size: 0.8em;
}


/* Main Table & Cells */
div#main table {
	text-align: center;
	margin: auto auto auto auto;
	padding: auto 0 auto 0;
	border-collapse: collapse;
	vertical-align: top;
}

div#main td.header {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}

div#main td.footer {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
	font-size: 0.8em;
	background-color: white;
}

div#main img {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}

div#main td.content {
	margin: auto auto auto auto;
	text-align: center;
	vertical-align: top;
	background-color: white;
	width: 790px;
}


div#main td.footnote {
	text-align: center;
	background-image: url('bg-bottom.jpg');
	background-repeat: repeat-x;
	font-size: 0.9em;
	vertical-align: middle;
	height: 80px;
}


/* CONTENT */
div#content table {
	text-align: center;
	margin: auto auto auto auto;
	padding: auto auto auto auto;
	background-color: white;
	border-collapse: collapse;
	vertical-align: top;
}

/*div#content td {
	text-align: left;
	padding: 0.5em 0.2em 0.5em 0.2em;
	vertical-align: top;
}*/

div#content td.leftnav {
	text-align: right;
	font-family: "Monotype Corsiva", arial, verdana, helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 130%;
	margin: 1em 1em 1em auto;
	padding: 1em 1em 1em auto;
	border-style: dotted;
	border-color: #99a0a9;
	border-width: 0 2px 0 0;
	vertical-align: top;
	color: #ff0000;
	width: 25%;
}

div#content td.cellheader {
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	width: 250x;
	height: 37px;
}

div#content td.smallcell {
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
}

div#content a:visited {
	background-color: transparent;
	color: #99a0a9;
	text-decoration: none;
}

div#content a:link {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

div#content a:hover {
	background-color: transparent;
	color: #000000;
	font-weight: bold;
}

div#content a:active {
	font-weight: bold;
	text-decoration: none;
}


/* BOTTOMNAV */
div#bottomnav table {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-collapse: collapse;
	vertical-align: middle;
	width: 700px;
	height: 20px;
}

div#bottomnav td {
	text-align: center;
	margin: 0.2em 0.2em 0.2em 0.2em;
	padding: 0 auto 0 auto;
	font-size: 0.9em;
	vertical-align: middle;
	height: 20px;
}


