	body {
		margin:0px;
		padding:0px;
		background:#ededed;
		text-align:center;
		height:100%;
	}
	ifrmae {
		border:0px;
	}
	* {
		font-family:Verdana,Arial,Helvetica,sans-serif;
	}
	#outer {
		position:relative;
		width:980px;
		margin:0 auto;
		background:#fff;
	}
	#tl,#tr,#bl,#br {
		position:absolute;
		width:18px;
		height:60px;
	}
	/*
	#bl {
		bottom:0px;
		left:0px;
		background:url('images/background_leftbottomshadow.jpg') no-repeat left bottom;
	}
	#br {
		bottom:0px;
		right:0px;
		background:url('images/background_rightbottomshadow.jpg') no-repeat right bottom;
	}
	#tl {
		top:0px;
		left:0px;
		background:url('images/background_lefttopshadow.jpg') no-repeat left bottom;
	}
	#tr {
		top:0px;
		right:0px;
		background:url('images/background_righttopshadow.jpg') no-repeat right bottom;
	}
	*/
	#il {
		padding-left:18px;
		background:url('images/background_leftshadow.jpg') repeat-y left top;
	}
	#ir {
		padding-right:18px;
		background:url('images/background_rightshadow.jpg') repeat-y right top;
	}
	#header {
		position:relative;
		color:#fff;
		height:104px;
		border-bottom:1px solid #ddd;
		background:url('images/header_2010.jpg') no-repeat left top;
	}
	#logo {
		display:block;
		background:url('images/logo.png') no-repeat;
		height:63px;
		width:205px;
		position:absolute;
		top:17px;
		left:30px;
	}
	#navigation {
		position:absolute;
		top:33px;
		left:270px;
		z-index:50;
		cursor:pointer;
	}
	#navigation ul
	,#navigation li {
		margin:0px;
		padding:0px;
	}
	#navigation ul {
		list-style-type:none;
		position:relative;
	}
	#navigation li {
		float:left;
		clear:none;
		position:relative;
		width:130px;
	}
	#navigation li a {
		display:block;
		height:37px;
		text-align:center;
		font-size:18px;
		font-variant:small-caps;
		text-decoration:none;
		margin-right:10px;
		white-space:nowrap;
		color:#fff;
		padding:0px 10px 0px 0px;
		background:url('images/orangeright.png') no-repeat right top;
	}
	#navigation li a span {
		display:block;
		height:37px;
		line-height:35px;
		padding-left:10px;
		background:url('images/orangeleft.png') no-repeat left top;
	}
	#navigation a.on {
		background:url('images/greenrighton.png') no-repeat right top;
	}
	#navigation a.on span {
		background:url('images/greenlefton.png') no-repeat left top;
	}
	#navigation a:hover,
	#navigation a.over {
		background:url('images/greenright.png') no-repeat right top;
	}
	#navigation a:hover span,
	#navigation a.over span {
		background:url('images/greenleft.png') no-repeat left top;
	}
	#navigation ul ul {
		display:none;
		position:absolute;
		left:0px;
		top:37px;
		padding:10px;
		z-index:200;
		background:#8BCB13 url('images/greentoprightcorner.png') no-repeat right top;
	}
	#navigation ul ul ul {
		left:100%;
		margin-left:10px;
		top:0px;
	}
	#navigation ul.over {
		display:block;
	}
	#navigation ul ul li {
		float:left;
		clear:both;
		width:100%;
	}
	#navigation ul ul li a {
		color:#c5e58a;
		font-variant:normal;
		font-size:12px;
		text-align:left;
		margin-right:0px;
		height:30px;
		line-height:30px;
		background:none;
	}
	#navigation ul ul li a span {
		background:none;
		width:120px;
	}
	#navigation ul ul li a:hover,
	#navigation ul ul li a.over,
	#navigation ul ul li a.on {
		background:none;
		color:#fff;
		opacity:1;
		filter:alpha(opacity=100);
	}
	#navigation ul ul li a:hover span,
	#navigation ul ul li a.over span,
	#navigation ul ul li a.on span {
		background:none;
	}
	#navigation ul ul li a.expandable span {
		background:url('images/submenu_expandable.jpg') no-repeat right center;
	}
	#subnavigation {
		position:absolute;
		top:0px;
		right:10px;
	}
	#subnavigation p {
		font-size:10px;
		color:#000;
	}
	#subnavigation a {
		color:#000;
	}
	#inner {
		width:100%;
	}
	#left {
		width:178px;
		padding:10px;
		border-right:1px solid #ddd;
	}
	#lefthome {
		width:70%;
		border-right:1px solid #ddd;
		padding:10px;
	}
	#right {
		width:178px;
		padding:10px;
		border-left:1px solid #ddd;
	}
	#content {
	}
	#contenttop {
		background:#eee;
		border-bottom:1px solid #ddd;
		padding:5px;
	}
	#contentinner {
		padding:20px;
	}
	#footer {
		border-top:1px solid #ddd;
		clear:both;
		padding:0px;
		text-align:center;
		line-height:24px;
		background:#8BCB13;
	}
	#footer p {
		margin:0px;
		padding:0px;
		font-size:10px;
		line-height:24px;
		color:#fff;
	}
	#footer a {
		color:#fff;
	}
	#footer a:hover {
		color:#eee;
	}
	
	h1 {
		color:#F89832;
		font-size:24px;
		font-weight:normal;
		line-height:24px;
		text-decoration:none;
		margin-top:0px;
	}
	h2 {
		color:#8BCB13;
		font-size:14px;
		text-decoration:none;
	}
	h3 {
		color:#666;
		font-size:13px;
		text-decoration:none;
	}	
	#content,p,li {
		color:#666;
		font-size:12px;
		font-weight:normal;
		line-height:21px;
		text-decoration:none;
	}
	
	form * {
		color:#666;
		font-size:12px;
	}
	form th {
		text-align:right;
		vertical-align:top;
	}
	form table {
		width:100%;
	}
	form table th {
		width:120px;
	}
	form table th
	,form table td {
		padding:5px;
	}
	form table textarea {
		width:100%;
		height:100px;
	}
	
	a {
		color:#666666;
		font-weight:normal;
		text-decoration:underline;
	}
	a:hover {
		color:#81BC3C;
	}
	.column a {
		font-size:9px;
	}
	table td,
	table th {
		vertical-align:top;
	}

/* messages */
	.message {
		padding:0px 0px 0px 25px;
		line-height:25px;
		text-align:left;
	}
	.error {
		color:#900;
		background:url('/base2/global/images/icons/error.gif') no-repeat left center;
	}
	.warning {
		color:#333;
		background:url('/base2/global/images/icons/warning.gif') no-repeat left center;
	}
	.success {
		color:#333;
		background:url('/base2/global/images/icons/success.gif') no-repeat left center;
	}
	.loading {
		background:url('/base2/global/images/loading/indicator_mozilla_blu.gif') no-repeat left center;
	}

/* Tour Management */
	.SecureArea {
		width:100%;
	}
	.SecureArea .SecureAreaNavigation {
		border-right:1px solid #ddd;
		vertical-align:top;
		width:210px;
		padding-right:10px;
	}
	.SecureArea .SecureAreaContent {
		padding-left:10px;
	}
	
	.FloatList {
		clear:both;
	}
	.FloatList a {
		float:left;
		clear:none;
		width:110px;
		height:90px;
		margin:5px;
		text-decoration:none;
		display:block;
		background-repeat:no-repeat;
		background-position:center center;
	}
	.FloatList a:hover {
		background-color:#eee;
	}
	
	.PartnerDetail .logo {
		border-right:1px solid #ccc;
	}
	.PartnerDetail th,
	.PartnerDetail td {
		padding:5px;
		vertical-align:top;
	}
	
	.PartnersEventList {
		border-left:1px solid #ccc;
		border-top:1px solid #ccc;
		margin-left:10px;
	}
	.PartnersEventList th {
		width:140px;
		text-align:right;
		background:#eee;
	}
	.PartnersEventList th
	,.PartnersEventList td {
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		padding:3px;
		font-size:11px;
	}
	.files {
		margin:0;
		padding-left:0;
		list-style:none;
	}
	.files img {
		border:none;
	}
	a img {
		border:none;
		text-decoration:none;
	}

/* partner slide show */
	#PartnerSlideShowContainer {
		background:url('images/sponsorsbg.gif?v=2') no-repeat center center;
		height:137px;
		margin-bottom:15px;
		width:180;
	}
	#PartnerSlideShowImage {
		height:137px;
		background-repeat:no-repeat;
		background-position:center center;
		display:block;
	}