/* Main Selectors */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	margin: auto auto auto auto;
	width: 100%;
}

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;
}

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: 0 auto 0 auto;
	border-collapse: collapse;
	vertical-align: top;
	width: 100%;
	height: 100%;
}

div#main td.title {
	text-align: center;
	padding: 0 auto 0 1em;
	vertical-align: top;
	width: 100%;
}

div#main td.content {
	margin: 5em auto 1em auto;
	vertical-align: top;
	width: 100%;
}


/* TOPNAV */
div#main td.topnav {
	background-color: #000000;
/*	background-image: url('bg-top.jpg');
	background-repeat: repeat-x;*/
	height: 40px;
	color: #ffffff;
}

/*a.topnav {
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: -10px;
	margin-right: 2px;
}

a.topnav:visited {
	background-color: transparent;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.topnav:link {
	background-color: transparent;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.topnav:hover {
	background-color: transparent;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a.topnav:active {
	font-weight: bold;
	text-decoration: none;
}*/

/* TOPADS */
div#main td.topads {
	background-color: #ffffff;
	text-align: center;
	border-style: solid;
	border-color: #99a0a9;
	border-width: 0 0 1px 0;
	height: 15px;
}

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;
}

/* TOPNAV */
div#topnav table {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-collapse: collapse;
	vertical-align: middle;
	width: 600px;
}

div#topnav td {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.7em;
	font-weight: bold;
	vertical-align: middle;
	height: 40px;
}

/*div#topnav a {
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: -10px;
	margin-right: 2px;
}*/

div#topnav a:visited {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

div#topnav a:link {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

div#topnav a:hover {
	background-color: transparent;
	color: #ffffff;
	text-decoration: underline;
}

div#topnav a:active {
	text-decoration: none;
}

/* TITLE */
div#title table {
	text-align: center;
	margin: 0 0 0 0.2em;
	padding: 0 auto 0 auto;
	border-collapse: collapse;
	vertical-align: top;
	width: 1000px;
}

div#title td.title-left {
	background-color: transparent;
	text-align: right;
	vertical-align: middle;
	width: 500px;
	height: 120px;
}

div#title td.title-right {
	background-color: transparent;
	text-align: left;
	vertical-align: bottom;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 500px;
	height: 120px;
}

div#title td.title-left-b {
	background-color: transparent;
	background-image: url('greenbar-left.jpg');
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: top;
	color: #99a0a9;
	width: 500px;
	height: 149px;
}

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;
}

div#title td.title-right-b {
	background-color: transparent;
	background-image: url('greenbar-right-b.jpg');
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	width: 500px;
	height: 149px;
}

/* CONTENT */
div#content table {
	text-align: center;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em 1em;
	border-collapse: collapse;
	vertical-align: top;
	width: 1000px;
}

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 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;
}

div#bottomnav a:visited {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

div#bottomnav a:link {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

div#bottomnav a:hover {
	background-color: transparent;
	color: #ffffff;
	text-decoration: underline;
}

div#bottomnav a:active {
	text-decoration: none;
}
