@charset "utf-8";

body {
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color:rgb(255,255,255);
}
#container {
	/*	border:solid thin;
*/	width:931px;
	/*background-color: #F0F0F0;*/
}
#header {
/*	border:solid thin;
*/	height:230px;
	width:931px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#leftSidebar{
	/*	border:solid thin;
*/	margin: 20px 2px;
	width:170px;
	padding: 2px;
	float:left;
	/*background-color:#4AFFFF;*/
	font-weight:bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
/*	border:3px ridge #70CD77;
*/	-webkit-box-shadow: 0px 0px 5px #888;
	-moz-box-shadow: 0px 0px 5px #888;
	color: #5c4527;
}

#leftSidebar a{
	text-decoration:none;
}

#rightSidebar {
	/*	border:solid thin;
	margin: 20px 2px;
*/	width:196px;
	float: right;
	display:inline;
	/*background-color: #4AFFFF;*/
	background-image:url(../images/bgGradient.png);
	background-repeat:repeat-y;
	color:#0b636b;
	font-family:Georgia, "Times New Roman", Times, serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*	border:3px groove #70CD77;
*/	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	text-align:center;
	margin-left:0.5em;
	margin-bottom:0.5em;
	margin-top: 10px;
}
#footer {
	clear:both;
	/*	border:solid thin;
*/	margin: 2px 2px;
	padding: 2px;
	width:auto;
	font-size:small;
	/*background-color: #A54E96;*/
/*	background-color: #f9f6d4;
*/	background-color:#76CBD1;
/*	color: #bb9d59;
*/	color:#b1d918;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	border-radius-topright: 10px;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	background-color:#2e4457;
}
#content {
	/* 	border:solid thin;
*/	margin:2px 2px 2px 175px;
	padding: 5px;
	font-size:0.9em;
	/*background-color: #6FC;*/
	text-align: justify;
	color: #5c4527;
	font-family: Helvetica, Verdana, sans-serif;
}
#content ul {
	font-size:small;
}
#content ul a{
	text-decoration:none;
}
#content a {
	color:#bb9d59;
	text-decoration: none;
}
#content a:hover {
	color:#5c4527;
}
#content #table_speakers td {
	/*border-bottom: dashed thin #C0C0C0;*/
}

#copyright {
	margin: 2px 2px;
	padding: 2px;
	width:10em;
	float:left;
	text-align:left;
	font-weight:bold;
}
#footerContent {
	font-weight:bold;
	text-align:right;
	margin: 0px 10px 0px 170px;
}
#topNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#leftNav ul {
	text-align:left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#leftNav ul li a:hover{
	color: #bb9d59;
}
#leftNav ul li a {
		color:#943415;
		text-decoration:none;
		margin-left:10px;
}
#topNav {
	font-size:80%;
/*	background-color:rgb(160,240,237);
*/	position:relative;
	right:10px;
	bottom:-215px;
}
#topNav ul li {display:inline;}
#topNav ul li a {
	text-decoration:none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	height: 18px;
	width: 63px;
	padding: 0em .2em;
	background-color: #943415;
	color:rgb(255,253,228);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	border-radius-topright: 4px;
}
#topNav a:hover{
	color:#fff;
	color:#45ada9;
}
/*#topNav #active a
*/#topNav a.active
{
background-color: rgb(255,253,228);
color:#943415;
text-decoration: none;
font-weight:bold;
cursor:default;
}
#container #leftSidebar #leftNav {
	/*background-color: #D0D0D0;*/
	background-image:url(../images/linkactive.jpg);
	background-repeat:repeat-y;
	background-position:3px 0px;
}
#container #leftSidebar #sponsors {
	background-color: #D0D0D0;
	background-image:url(../images/bgGradient.png);
	background-repeat:repeat-y;
	color:#2c787b;
	text-align:center;
}
#container #leftSidebar #patrons {
	/*background-color: #D0D0D0;*/
	color:#2c787b;
background-image:url(../images/bgGradient.png);
	background-repeat:repeat-y;
	text-align:center;
}
#container #content table tbody tr td {
	text-align:left;
	background-color:rgb(255,253,228);
	/*background-color: #D0F282;*/
}
#footerContent a {
	text-decoration:none;
	color: #b1d918;
}
#footerContent p a:hover
{
	color:#bb9d59;
}
#container #content p a{
	text-decoration:none;
}
#container #content a {
	text-decoration:none;
}
#container #content .center {
	font-size:smaller;
}
#container #leftSidebar table {
	background-image: url(../images/bgGradient.png);
	background-repeat: repeat-y;
	text-decoration:none;
	padding: 0;
	margin: 0;
	text-align:center;
}
#container #leftSidebar table a {
	text-decoration: none;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
#rightSidebar table a:hover, #rightSidebar .center a:hover {
	color:#5c4527;
}
#rightSidebar table tr td {
	font-size: medium;
	font-weight: normal;
	font-variant: normal;
}
#container #rightSidebar .center a:hover {
	color: #5c4527;
}#container #rightSidebar .center a {
	color: #bb9d59;
}
#container #leftSidebar{
	text-align: left;
	background-image:url(../images/bgGradient1.png);
	background-repeat:repeat-y;
	text-align:left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-top:20px;
}
#leftSidebar ul li a, #leftSidebar p a{
		color:#943415;
		text-decoration:none;
}
#leftSidebar ul li a:hover{
	color:#bb9d59;
}
#leftSidebar p {
	margin-left:10px;
	color: #0b636b;
}
.headingColor {
	color:#0b636b;
	font-weight:bold;
}#antsLogo p img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#rightSidebar a {
	font-size:smaller;
	color:#bb9d59;
	text-decoration:none;
}#content table tbody tr td{
	text-align:left;
}
#rightSidebar table th tr p {
	line-height:.9em;
}#content #rightSidebar table tr th .center a {
	font-size: smaller;
}
#content #rightSidebar table tr th p {
	font-weight: bold;
}
#content #rightSidebar table tr th p a{
	font-weight:
}
.smallText {
	font-size:smaller;
}
#content p a {
	text-decoration:none;
}
.headerFont {	font-family:Georgia, "Times New Roman", Times, serif;
}
#content p img {
	margin-right:2px;
	margin-left: 2px;
}
