
body 
{
	text-align: center;
	margin: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #a5d6cc url(/images/bg2.gif) top center repeat-y;
	/* background: #f4f4f4 url(/images/bg.gif) top center repeat-y; */
	/* background: #CCCCFF top center repeat-y; */
}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: 150%;
  }
}

a
{
	color: #0C9175;
	/* blue links? */
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h4
{
	font-weight: bold;
	padding-top: 15px;
}

h2
{
	padding-bottom: 15px;
	/* color: #0C9175; */
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
}

.mainbody
{
	width: 800px;
	text-align: left;
	background: white;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;

	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.topmenu
{
	margin-top: 15px; 
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	background-color: #0C9175;
	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
}

.topmenuitem
{
	display: inline;
}

.topmenuitem a
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	display: inline;
	font-weight: bold;
	text-decoration: none;
}

.topmenuitem a:hover
{
	text-decoration: none;
	background-color: #a5d6cc;
	color: #005439;
}

.topmenuitemgold
{
	display: inline;
}

.topmenuitemgold a
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: gold;
	display: inline;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.topmenuitemgold a:hover
{
	text-decoration: none;
	background-color: #a5d6cc;
	color: #005439;
}

.topmenuitemsel
{
	display: inline;
}

.topmenuitemsel a
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #a5d6cc;
	color: #005439;
	display: inline;
	font-weight: bold;
	text-decoration: none;
}

.topmenuitemsel a:hover
{
	text-decoration: none;
	background-color: #a5d6cc;
	color: #005439;
}

.topimage
{
	width: 800px;
	background-color: white; 
	margin-top: 0px;
	margin-bottom: 0px;
	/* border: 2px solid #0C9175; */
	border-top: 0px;
}
	

.flash
{
	width: 796px;
	height: 300px;
	background-color: white; 
	margin-top: 0px;
	margin-bottom: 15px;
	border: 2px solid #0C9175;
	border-top: 0px;
}

.footer
{
	clear: both; 
	width: 800px; 
	border-top: 2px solid #0C9175; 
	font-size: 0.85em;
	margin-top: 20px;
}

.footerleft
{
	width: 530px; 
	float:left; 
	padding: 10px;
}

.footerright
{
	width: 220px; 
	float: right; 
	padding: 10px; 
	text-align: right;
}

.content
{
	width: 580px; 
	padding: 10px; 
	padding-top: 20px;
	float: left; 
	min-height: 300px;
}

.content img
{
	margin: 4px;
}

.content td img
{
	margin: 0px;
}

.sidebar
{
	float: left; 
	width: 180px; 
	padding: 10px; 
	padding-top: 20px;
	min-height: 200px; 
	background: #a5d6cc;
}

.sidebar a
{
	color: #005439;
}

ul
{
	padding-left: 13px;
	margin-left: 13px;
}

ul li
{
	margin-bottom: 10px;
	list-style-image: url(/images/little_black_arrow.gif);
}

.sidebar li
{
	list-style-image: url(/images/little_black_arrow.gif);
}

.content li
{
	margin-bottom: 0px;
}

.infobox
{
	float: right;
	width: 180px;
	padding: 10px;
	padding-top: 20px;
	background: #FFFF99;
}

th
{
	background: #a5d6cc;
	color: #005439;
	font-weight: bold;
	text-align: left;	
}

.content table
{
	border-collapse: collapse;
	border-spacing: 0px;
    -webkit-text-size-adjust: none;
}

.content th
{
	padding: 5px 8px 5px 8px;
	margin: 0px;
}

.content td
{
	padding: 5px 8px 5px 8px;
	margin: 0px;
}

.conferencetitle1
{
	font-family: Tahoma,Verdana,Arial; 
	font-weight: bold; 
	color: #0C9175;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.conferencetitle2
{
	font-family: Tahoma,Verdana,Arial; 
	font-weight: normal; 
	color: black;
	font-size: 2em;
	margin-top: 0px;
	padding-top: 0px;
}

.errortext
{
	border: 2px solid red;
	padding: 2px 4px;
	font-weight: bold;
}

input[type="checkbox"]
{
	height: 20px;
	width: 20px;
}

input[type="radio"]
{
	height: 20px;
	width: 20px;
}


