body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:link				{ text-decoration: underline; color: #333366; }
a:visited			{ text-decoration: underline; color: #1a2491; } 
a:hover				{ text-decoration: underline; color: red }

.logotypepanel {
	padding: 7px;
	display: block;
	height: 76px;
}
.logotypepanel IMG {
	vertical-align: middle;
}

.left {
	display: inline;
	position: absolute;
	left: 7px;
	padding: 0px;
}
.right {
	display: inline;
	position: absolute;
	right: 0px;
	text-align: right;
	padding: 0px;
}

.tanpanel {
	clear: both;
	background-color: #c1ba99;
	color: #000000;
	font-size: small;
}

.navpanel	 {
	background: url(/images/logo/twirl-bluepanel.jpg);
	background-color: #333366;
	color: #FFFFFF;
	clear: both;
}
.nav-bread			{ color: #000000;  font-size: small; }
a.nav-bread:link		{ text-decoration: none; color: #000000;  font-size: small; }
a.nav-bread:hover		{ text-decoration: none; color: #000000;  font-size: small; }
a.nav-bread:visited		{ text-decoration: none; color: #000000;  font-size: small; }

a.nav-global:link			{ text-decoration: none; color: #FFFFFF; }
a.nav-global:hover		{ text-decoration: none; color: #FFFFFF; }
a.nav-global:visited		{ text-decoration: none; color: #FFFFFF; }

.sidebar {
	float: right;
	background-color: #c1ba99;
	color: #000000;
	font-size: small;
	width: 180px;
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 5px;
	border: solid black 1px;
}

a.nav-black:link		{ text-decoration: underline; color: #000000; }
a.nav-black:hover		{ text-decoration: underline; color: #000000; }
a.nav-black:visited		{ text-decoration: underline; color: #333333; } 
a.nav-black-current:link	{ text-decoration: none; color: #000000; }
a.nav-black-current:hover	{ text-decoration: none; color: #000000; }
a.nav-black-current:visited	{ text-decoration: none; color: #333333; }
a.nav-black-current-bold:link	{ text-decoration: none; color: #000000; font-weight: bold; }
a.nav-black-current-bold:hover	{ text-decoration: none; color: #000000; font-weight: bold; }
a.nav-black-current-bold:visited { text-decoration: none; color: #000000; font-weight: bold; }

.maincontent {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 20px;
	padding-left:5px;
	padding-right:5px;
}
P {
	margin-top: 5px;
	margin-bottom: 15px;
}
H1, H3 {
	color: #333366;
	clear: left;
}
H2 {
	color: #333366;
	clear: left;
	padding: 0px;
	margin: 0px;
}
.lightbluetitle {
	color: #668ec9;
	font-weight: bold; 
}
.darkbluetitle {
	color: #333366;
	font-weight: bold; 
}

.quotebox {
	background-color: #cecece;
}

.subject		{ color: #444444; font-size: 36px; }
A.subject:link		{ text-decoration: none; color: #444444; font-size: 36px; }
A.subject:hover		{ text-decoration: none; color: #444444; font-size: 36px; }
A.subject:visited	{ text-decoration: none; color: #444444; font-size: 36px; }

.subheading		{ color: #666666; font-style: italic; font-size: 24px;}
A.subheading:link	{ text-decoration: none; color: #666666; font-style: italic; font-size: 24px;}
A.subheading:hover	{ text-decoration: none; color: #666666; font-style: italic; font-size: 24px;}
A.subheading:visited	{ text-decoration: none; color: #666666; font-style: italic; font-size: 24px;}
A.subtext:link		{ text-decoration: none; color: #000000; }
A.subtext:hover		{ text-decoration: none; color: #000000; }
A.subtext:visited	{ text-decoration: none; color: #000000; }

A.download		{ font-family: Courier; font-size: normal; text-decoration: none; }

UL.talkslist {
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url(/images/next1.jpg);
	margin-bottom: 10px;
}
LI.talkslist {
	margin: 0px;
	padding: 0px;
}


LI {
	margin-bottom: 0px;
}

UL.nobullet {
        list-style-type: circle;
        list-style-position: outside;
        list-style-image: "";
        margin-bottom: 10px;
}

DIV.list {
	margin-bottom: 30px;
}

DIV.list P {
	padding-top: 25px;
	padding-left: 190px;
}

IMG.arrowbullet {
	float: left;
	vertical-align: middle;
	margin-bottom: 10px;
	padding-right: 10px;
	border: 0px;
}

.bottompanel {
	clear: both;
	text-align: right;
	color: gray;
	font-size: x-small;
	margin-top: 5px;
}

