html body
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: center;
	background: #efe url(../img/orang009.jpg) repeat;
}

#container
{
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
	width: 770px;
	background-color: #fff;
	display: block;
	border: 1px solid #999;
	border-top: none;
	text-align: left;
	margin-bottom: 8px;
}

#topstrip {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #EECC3A;
	border-bottom: 1px solid #999;
}

#topstrip a
{
display: inline;
padding: 1px 8px;
text-align: left;
font-weight: bold;
font-size: 0.8em;
background-color: #FFDD4B;
border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#topstrip a:link, #topstrip a:visited
{
color: #222;
text-decoration: none;
}

#topstrip a:hover
{
background-color: #000;
color: #FFDD4B;
;
}

#banner {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #999;	
}

#navcontainer { 
	width: 200px;
	float: left;
	margin-top: 1px;
	padding: 0px;
	position: relative;
	clear: both;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
margin-top: 0;
list-style-type: none;
font-family: sans-serif;
font-size: 14pt;
font-weight: normal;
}

#navcontainer a
{
display: block;
padding: 7px;
width: 160px;
background-color: #fff;
border-bottom: 1px solid #ccc;
text-align: right;
}

#navcontainer a:link, #navlist a:visited
{
color: #222;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FFDD4B;
color: #000;
}

#content
{
	margin: 0px;
	padding: 0px 20px 0px 200px;
	border: 0;
	text-align: left;
	font-size: 1.3em;
	border-top: 1px solid #999;
}

#content p
{
	font-size: 1em;
	line-height: 140%;
	margin-right: 10px;
}

#rightside
{
	float: right;
	margin: 10px 0px 10px 10px;
}

.rightimg
{
	margin: 5px 0px 5px 5px;
}

p.listA
{
	font: normal small-caps 1.3em sans-serif !important;
	color: #c94;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: right;
}

p.listB
{
	font: normal bold 1.4em sans-serif !important;
	margin-top: 0px;
	padding-top: 0px;
	color: #600;
	text-align: right;
	letter-spacing: 0.15em !important;
}

.box
{
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-top: 1px dotted #aaf;
}

.box h2
{
	font-size: 1.2em;
	margin-top: 0px;
	
}

.box h3
{
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.speakerphoto
{
	float: right;
	border: 1px solid #ccc;
	padding: 2px;
	margin-left: 10px;
}

#footer
{
	border: 0;
	border-top: 1px solid #999;
	margin-top: 10px;
	background-color: #fff;
	color: #000;
	font-size: 10pt;
	width: 100%;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

#footer p
{
	font-size: 8pt;
	margin: 0px 6px;
	text-align: left;
	float: left;
}

#footer a:link, #footer a:visited
{
color: #000;
text-decoration: none;
}

#footer a:hover
{
color: #669;
}

#footer img {
	border: 0;
	margin: 3px;
}

#logostrip 
{
	float: right;
}

#logostrip a img
{
	border: 0;
}

.logoimage
{
	padding-right: 3px;
}

/* FORM */

form {
	border: 1px solid #999;
	padding:10px;
	margin:5px;
	background-color:#fff;
	width: 500px;
	}

form p {
	margin:0px 0px 3px 15px;
	font:13px sans-serif;
	line-height:120%;
	color:black;
}

label {
	float: left;
	width: 150px;
	text-align: right;
	margin:2px 10px 0px 0px;
	display: block;
}

input, textarea {
	color: #781351;
	background: #ffffdd;
	border: 1px solid #781351;
	margin-bottom: 5px;
}

.submit input {
	color: #000;
	background: #fa6;
	font-weight: bold;
	border: 1px solid #000;

} 

