body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #A04C07;
	margin: 0px;
	font-size: 16px;
}
h1 {
	font-size: 22px;
	color: #339999;
	margin-top: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #7C5830;
	font-weight: bold;
	font-style: italic;
}

a {
	color: #339999;
}


/*LEVEL 1 */
#wrapper {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #8B4205;
	border-left-color: #8B4205;
}
#pageHeader {
	background-image: url(../images/banner-llc.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 764px;
}
#pageBody {
	width: 764px;
	background-image: url(../images/pageBody-bkgd.gif);
	background-color: #A24E08;
}
#pageBody #lft {
	float: left;
	width: 174px;
}
#pageBody #rgt {
	float: left;
	width: 574px;
	margin-left: 0px;
}
#pageBody #content{
	background-color: #FFFFFF;
	padding: 10px;
	min-height: 800px;
	line-height: 23px;
}
* html #content{
	height:600px;
}
#pageBody #bottom{
	background-image: url(../images/bottom-bkgd.jpg);
	background-repeat: no-repeat;
	width: 764px;
	height: 135px;
	clear: both;
}
#nav {
	background-repeat: no-repeat;
	width: 574px;
	height: 20px;
	padding-top:10px;
	padding-left: 15px;
	padding-bottom: 5px;
	background-image: url(../images/nav-bkgd.jpg);
}
#nav ul {
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear:left;
}
#nav ul li {
	position: relative;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #352101;
}
#nav ul li ul { /* second-level lists */
	position: absolute;
	display: none;
	background-color: #E8E1D7;
	top: 15px; /* for IE*/
	left:0px; /* for IE*/
	width: 150px;
}
#nav ul li > ul { /* for all other browsers*/
	top: 18px;
	left: 0px;
	width:150px;
	}
#nav ul ul li {
	float: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #352101;
	border-bottom-width: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(../images/arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#nav ul li:hover ul, #nav ul li.over ul { 
	display: block; 
	clear: left;
	}
#nav a {
	color: #352101;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#nav a:hover {
	color: #339999;
}
.no-border {
	border: 0px;
}
#pageFooter {
	width: 764px;
	background-image: url(../images/footer-bkgd.gif);
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #8B4205;
	color: #CCCCCC;
	text-align: center;
	font-size: 11px;
}
#pageFooter a {
	color:#339966
}

/* Form CSS - NO TABLES
-----------------------------------------------------------*/
fieldset {
	width: 90%;
}
#login fieldset{
	background-color: #EEEEEE;
}
legend {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#000000;
}
label {
	line-height: 20px;
	float: left;  
	width: 150px;  
	margin-right: 1em; 
}
fieldset ol {
	list-style: none;
	padding: 0px;
}
fieldset li {
	padding-bottom: 1em;
} 
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;	
}
input[type="text"]{
	width: 200px;
}
.form-align {
	float: left;
	margin-right: 20px;
}
.clear {
	overflow: hidden;
	margin: 0;
	padding: 0;
	clear: both;
}
/*OTHER CLASSES */
.box{
	border: 3px solid #000000;
	padding: 5px;
	background-color: #B1EBB1;
}
.box h2 {
	font-size: 14px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.box ul{
	margin-left: 10px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
.box li{
	margin-bottom: 5px;
}

.news-date {
	font-size: 12px;
	color: #352101;
	margin-top: 18px;
	margin-bottom: 8px;
}

a.button {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/arrow-download.gif);
	background-color: #FFFF66;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	border: 1px dotted #999999;
	text-decoration: none;
}
a.button:hover{
	background-color: #FFFFFF;
}
ul.checkmark {
	list-style-image: url(../images/checkmark.gif);
	margin-bottom: 10px;
}
#article {
	width: 275px;
	float: left;
}
#requestSpeaker {
	width: 247px;
	float: right;
	border: 0px;
	margin-right: -10px;
	margin-left: 10px;
}
* html #requestSpeaker {
	margin-right: -5px;
}
#whatPeopleSay {
	width: 247px;
	float: right;
	border: 0px;
	clear:both;
	margin-left: 10px;
}
#whatPeopleSay h2{
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	clear:both;
}
* html #whatPeopleSay{
	margin-top: 0px;
}
#testimonial {
	border: 3px solid #339999;
	padding: 8px;
	font-size: 13px;
	font-style: italic;
}
#newsletter {
	float: right;
	text-align: center;
	margin-top: 43px;
	margin-right: 21px;
}
* html #newsletter{
	margin-top: 53px;
	margin-right: 25px;
}
#events-title {
	width: 173px;
	height: 45px;
	background-image: url(../images/events-bkgd-title.gif);
	background-repeat: no-repeat;
	background-color: #A64A00;
	margin-top: 20px;
}
#events {
	width: 173px;
	min-height: 265px;
	background: #A64A00 url(../images/events-bkgd-content-2.gif) repeat-y;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 25px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}
#events-test {
}
#events-bottom {
	width: 173px;
	height: 10px;
	clear: both;
}
* html #events {
	height: 265px;
	width: 162px;
	padding-right: 0px;
	margin-right: -10px;
}
* html #events-bottom {
	width: 162px;
	margin-right: -10px;
}
* html #events-title {
	width: 162px;
	margin-right: -10px;
}

.entry {
	margin-bottom: 10px;
	width: 150px;
}
.headline a{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
.headline a:hover {
	color: #FFCC00;
}
#events p{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
}
#events-test p{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
}
#events a{
	color:#000000;
	font-weight:bold;
}
.date {
	font-weight: bold;
	color: #352101;
	font-size: 13px;
	background-image: url(../images/arrow-bullet-white.gif);
	padding-left: 15px;   
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.register{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
	background-image: url(../images/arrow-bullet-white.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}
a.register:hover {
	border: 2px solid #999999;
}
.payReturn {
	margin-left:49px;			
}
.bio-india, .bio-jevertus, .bio-cmelton{
	cursor: pointer;
}
.view-cart { float: right; }

a.classy-lady-form { color: #7C5830; }

.vote-link { float: right; height: 173px; margin-top: -50px; }
.products-link { float: right; margin-top: -67px; }
.icon-cart { background: transparent url(../images/view_cart.jpg) no-repeat; display:inline-block; height: 32px; width: 32px; float: left;}
.cart-form { float: left; }