body {
	font-size: 1em;
	line-height: 1.1;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #1b4c22;
	margin-top: 40px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #1b4c22;
	padding: .8em 0;
}
h3 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #1b4c22;
	padding: .8em 0 0;
}
h4 {
	font-size: 1.1em;
	padding: 0 0 .8em;
}
h5 {
	font-size: 1.1em;
}
p {
	margin: 0 0 1em;
}
a {
	text-decoration: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.note {
	font-size: .9em;
	font-style: italic;
	margin: 0;
}
ol {
	list-style-type: decimal;
	padding: .5em 1.4em;
}
ol li {
	padding: .2em;
}
ul.transportation {
	padding: 0 0 1em 2em;
}

#main img.image-in-text {
	float: right;
	padding: 0 1em 2em;
}
#wrapper {
	background:url(../images/sidebar_color.gif) repeat-y 0 0;
}
#main {
	margin-left: 280px;
	padding: 2em;
	width: 570px;
}
/*____________________ home page ______________________*/
#home-image {
	/*this is to offset the 2em padding from #main*/
	margin: -2em;
}
#homepage {
	background-color: #1b4c22;
}

#homepage div#logos-home {
	width: 1050px;
	height: 400px;
	margin: 40px 0 0 -300px;
/*	background-color: pink;*/
}
#homepage div#logos-home li {
	float: left;
	display: inline;
/*	border: 1px solid blue;*/
	margin: 0 5px 0 10px;
}


#homepage #main table#logos {
	border: none;	
	margin: 30px 0 0 -32px;
}
#homepage #main table#logos td img {
	vertical-align: top;
/*	background-color: pink;*/
}
#homepage #main table#logos td.col3 img {

/*	vertical-align: bottom;*/
/*	padding-top: 30px;*/
}

/* ___________all other pages logos____________________________ */
div#logos
{
	margin: 0 0 0 -25px;
}


/* _______________ misc ______________ */
div.aside {
	float: right;
	clear: both;
	width: 200px;
	
}
div.aside a {
	font-size: 12px;
}

/*_________________ table _____________________*/
table {
	width: 570px;
	margin: .5em 0;
	border-top: 1px solid black;
}
table.last-element {
	border-bottom: 1px solid black;
}
td, th {
	padding: .2em;
}
th {
	width: 10em;
	font-weight: bold;
}
tr.even {
	background-color: #DDDFC3;
}
table .presenter {
	display: block;
}
/*_________________ form _____________________*/
form fieldset{
	/*background-color:#b2b591;*/
	background-color:#DDDFC3;
	
	border-width:2px 0px 0px 0px;
	border-style:solid;
	border-color:#657887;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size:14px;
		
	margin:20px 0px 20px 0px;
	width:550px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}

form fieldset legend{	
	background-color:none;
	
	border-width:0px 1px;
	border-style:solid;
	border-color:#657887;
	
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	letter-spacing:2px;
		
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	
}
form fieldset legend img{
	padding:0px 5px 0px 5px;	
}
label{
	font-size:90%;
	display:block;
	float:left;
	width:100px;
	width:160px;
	text-align:right;
	margin:15px 5px 0px 0px;
}

input{
	width:260px;
	margin:15px 0px 0px 0px;
	border-width: 1px 1px 4px 1px;
	border-style: solid solid ridge solid;
	border-color:#657887;	
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 2px;
}

.radio{
	width:10px;
}

table#registration
{
	width: 220px;
	border: none;
	margin: 0 0 0 0;
	padding: 0;
/*	background-color: red;*/
}
table#registration td
{
	padding: 0 0 4px 8px;
/*	background-color: green;*/
}


#submit-button {
	padding:1em 120px;
}
.button{
	background-color:#f0f2dc;
	
	border-width:2px;
	border-style:solid;
	border-color:#657887;
	
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
	/*display:block;*/
	width:140px;
	padding:2px;
	margin:0px auto;
}

/*_________________ Sidebar _____________________*/
/* it was set to fixed before but causing problems with cutting off content*/
#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	background:url(../images/sidebar_color.gif) repeat-y 0 0;
	padding-top: 2em;
	padding-left: 1.5em;
	color: white;  
}
/** html #sidebar {
	position: absolute;
}
*/

#homepage #sidebar
{
	height: 500px;
}
#sidebar p {
	margin: 0;
}
#sidebar #date {
	font-size: 1.3em;
	line-height: 1.4em;
	letter-spacing: -.04em;
	width: 230px;
	height: 118px;
	background: url(../images/bracket_date.gif) no-repeat;
	text-align: center;
	padding: .4em 0;
}
#sidebar .divider {
	width:220px;
	border-width: 2px 0px 0;
	border-style: ridge;
	border-color: white;
}
#sidebar #menu {
	font-size: 1.1em;
	padding: 0 10px 20px;
	line-height: 1.3;
}
#sidebar #menu ul {
	padding: 12px 0;
}
#sidebar #menu li a span.nav-bracket {
	visibility: hidden;
}
#sidebar #menu li a:hover span {
	visibility: visible;
}
#sidebar li {
	/*text-align: center;*/
	/*padding: 1px 0;*/
}
#sidebar li a {
	color: white;
}




div#contact
{
	color: #ffffff;
	background-color: #1b4c22;
		width: 250px;

		margin: 0 0 0 -25px;
	padding-left: 19px;
	padding-bottom: 30px;
		padding-top: 10px;

}

#contact  a{
	color: #fff;
}


#contact a:hover  {
	color: #fefb7e;
	text-decoration: underline;
}

#home-footer{
	margin-top: -194px;
	font-style: italic;
	color: #fff;
}
