body {
	background: #339900;	
	font: .75em/1.5em Arial, sans-serif;
	color: #291509;
	padding: 0;
	margin: 20px auto;
	text-align: justify;
}

#original { #339900 };

a { color: blue; }

hr {
	border: 1;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 770px;
	margin: 2em auto;
}

#header {
	border: 0.05em solid #CCC;
	width: 770px;
	margin: 0px;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width:770px;
	height:157px;
}

#contentContainer {
	float: left;
	width:770px;
	background: #FFF;
	min-height: 400px; 
	_height: 400px; 	
}

#content {
	float: left;
	width: 530px;
	margin-top: 5px;
	margin-right: 5px;
	padding: 7px;
	min-height: 400px; 
	_height: 400px; 
}

#rightSidebar {
	float: right;
	width: 205px; 
	margin-top: 5px;
	padding: 7px;
}

img.kidComputer {
    padding: 7px 7px 7px 7px ;
    float:right;
}

#img.sidebarImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#coupon { 
	border-style: dashed; 
	border-color: red;
	color: red;
	font-size: 1.5em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
} 

#couponContactInfo {
	color: black;
	font-size: .70em;
}

a.photos:link    { color: #004684; text-decoration: none;}
a.photos:visited { color: #004684; text-decoration: none;}
a.photos:hover   { color: #F36F28; text-decoration: underline;}

#freeSession {
	color: yellow;
}

#bottomCopyright {
	color: #fff;
	font-size: 85%;
	width: 770px;
	height: 20px;
	text-align: right;
}

#classes ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#classes li {
	padding-left: 20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .25em;
}

#thumbnails ul {
	list-style: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#thumbnails li {
	float: left;
	padding: 10px;
}

#title1 {
	color: red;
	font-weight: bold;
	font-size: 1.3em;
}

#title2 {
	color: blue;
	font-weight: bold;
	font-size: 1.3em;
}

#title3 {
	color: #FF6600;
	font-weight: bold;
	font-size: 1.1em;
}

#titleBlack {
	color: black;
	font-weight: bold;
	font-size: 1.1em;
}

#feedback {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 1.2em;
	padding: 20px;
}

#scheduleTitle {
	color: black;
	font-weight: bold;
	font-size: 1em;
}

#symposiaInfo {
	font-size: 1.1em;
}

#symposiaImage {
	float: right;
	margin: 15px;
}

#schedule {
	float: left;
	width: 305px; 
	margin-top: 5px;
	padding: 0px;
}

#rightSchedule {
	float: right;
	width: 105px; 
	margin-top: 5px;
	padding: 0px;
}

#leftSchedule {
	float: left;
	width: 105px; 
	margin-top: 5px;
	padding: 0px;
}

#groupClass {
	float: left;
	width: 500px; 
	margin-top: 5px;
	padding-top: 10px;
}

#surveycontainerTitles ul li { 

	display: inline;
	padding-right: 1em; 
	font-size: .8em;
	
}

#surveycontainer ul li { 
	display: inline;
	padding-right: 2em; 
	padding-left: 2em; 
}

#homepageBottom {
	float: left;
	width: 500px;
	margin-bottom: 10px;
}

#homepageHeader {
	float: left;
	width: 520px;
	margin-bottom: 10px;
}

#homepageHeader .top {
	padding: 8px 0px 6px 10px;
	background: url('../images/content_top.png') no-repeat;
}

#homepageHeader .top h1, .heading {
	color: purple;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}

#homepageHeader .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 1px 1px 1px 1px;
	min-height: 100px;
}

#homepageHeader .bottom {
	background: url('../images/content_bottom.png') no-repeat;
	height: 5px;
}

#homepageUpdatesMenu {
	padding:0;
	margin:0;
}

#homepageUpdatesMenu a {
	color: blue;
	text-decoration:underline;
}

#homepageUpdatesMenu a:hover {
	color: blue;
	text-decoration:underline;
}

#homepageUpdatesMenu a:visited {
	color: blue;
	text-decoration:underline;
}

#homepageUpdatesMenu li {
	list-style-type:none;
}

#homepageUpdatesMenuBar {
	display:block;
	width:35em;
	margin-left: auto ;
	margin-right: auto ;
	padding:0.25em; /* ADDED */
	/* min-height: 40px; */
	border-top: 1px solid #DDDDDD;
}

#homepageUpdatesMenuItem {
	display:block;
	width:42em;
	border:2px solid #FFF;
	font-family:arial, verdana, sans-serif;
	font-size:1em;
	text-decoration:none;
	font-weight: bold;
	color:#000;
	padding:0.25em;
	min-height: 40px;
}

#screenshot {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

#links {
	font-size:1.1em;
	text-decoration:none;
	font-weight: bold;
}

#links a {
	color: green;
	text-decoration:none;
}

#links a:hover {
	color: green;
	text-decoration:underline;
}

#links a:visited {
	color: green;
	text-decoration:none;
}

#error {
	margin: 10px auto;
	width: 390px;
	border: 1px solid #cc0000;
	padding: 10px;
	font-size: 0.75em;
	background: #ffffcc;
	color: #cc0000;
}

#error ul {
	list-style: disc outside;
	padding: 0 0 0 20px;
}

#error li {
	line-height: 1.5em;
}
