body
{
text-align: center;
font-family: Arial, Tahoma;
line-height: 1.4em;
margin:0 auto;
background: #ffffff;
width: 760px;
}

/*  Text & Links*/

clear {
clear: both;
}

p {
margin: 5px 10px 10px 12px;
text-align: justify;
}

h1 {
font-size: 1.3em;
font-weight: bold;
margin: 10px 10px 5px 3px;
color: #666600;
text-align: justify;
}

h2 {
margin: 5px 10px 10px 12px;
font-weight: bold;
font-size: 1em;
}

h3 {
margin: 5px 10px 5px 12px;
font-weight: bold;
font-size: 1em;
}

h1.meeting {
font-size: 1.3em;
font-weight: bold;
margin: 10px 10px 10px 3px;
color: #000000;
text-align: justify;
}

h3.meetings {
margin: 5px 10px 5px 12px;
padding: 2px 3px 2px 3px;
font-weight: bold;
font-size: 1em;
background: #DAD9C7;
color: #293215;
}

h3.bg-green {
margin: 5px 10px 5px 12px;
padding: 2px 3px 2px 3px;
font-weight: bold;
font-size: 1em;
background: #DAD9C7;
color: #293215;
}


.text-small {
font-size: .85em;
}

a {
color: #660000;
text-decoration: underline;
}

a:hover {
color: #ff0000;
text-decoration: none;
}

.line {
border: 1px solid #DAD9C7;
}

.box {
border: 1px solid #DAD9C7;
}

/*  Images */

img.sponsor {
margin: 7px;
vertical-align:text-top;
border: 0px;
}

.img-left {
margin: 10px;
float: left;
border: 0px;
}

.img-right {
margin: 10px;
float: right;
border: 0px;
}

/*  Layout */

#wrapper {
width: 760px;
}

#left-col
{
width: 510px;
float: left;
}

#right-col
{
width: 250px;
background: #ffffff;
float: left;
text-align: left;
}

#footer
{
clear: both;
width: 760px;
text-align: left;
}

/*  Navigation */

#top-nav {
background: #293215;
text-align: left;
padding: 5px 3px 5px 3px;
}

#top-nav a {
font-size: 20px;
color: #ffffff;
text-decoration: none;
}

#top-nav a:hover {
font-size: 20px;
color: #CCCC99;
text-decoration: underline;
}

#top-nav a.home {
font-size: 13px;
color: #CCCC99;
text-decoration: none;
font-weight: bold;
}

#top-nav a.home:hover {
font-size: 13px;
color: #ffffff;
text-decoration: underline;
font-weight: bold;
}


/*  Body */

#body {
background: #ffffff url('../images/4.gif') no-repeat;
text-align: left;
padding: 0 5px 5px 60px;
}


/*  Right Column */

a.map {
color: #ffffff;
text-decoration: underline;
}

a.map:hover {
color: #ff0000;
text-decoration: none;
}

.image-caption {
background: #000000;
text-align: right;
padding: 2px;
margin: 0;
color: #ffffff;
font-size: .75em;
}

.upcoming-meeting {
background-image: url('../images/6.gif');
text-align: left;
float: left;
width: 250px;
margin: 0;
}

.upcoming-meeting h2 {
font-weight: bold;
font-size: 1.2em;
color: #000000;
padding: 8px 5px 5px 5px;
margin: 0;
}

.upcoming-meeting p {
font-size: 1em;
color: #000000;
padding-left: 5px;
text-align: left;
}

.upcoming-meeting a {
font-size: 1em;
color: #660000;
text-decoration: underline;
font-weight: bold;
}

.upcoming-meeting a:hover {
font-size: 1em;
color: #ff0000;
text-decoration: none;
font-weight: bold;
}

/*  Footer */

.footer-left-col {
width: 510px;
float: left;
margin: 0;
}

.footer-right-col {
width: 250px;
float: left;
margin: 0;
text-align: left;
}

.footer-right-col p {
font-size: .75em;
color: #888888;
padding-left: 5px;
}

.footer-right-col a {
color: #888888;
text-decoration: underline;
}

.footer-right-col a:hover {
color: #ff0000;
text-decoration: none;
}


/*  Meeting */

p.meeting-details {
margin: 6px 10px 12px 3px;
font-size: .85em;
}

#meetings {
margin: 10px 0 10px 0;
}

.meeting-left-col {
float: left;
text-align: right;
width: 120px;
}

.meeting-right-col {
float: left;
width: 280px;

}


/* Forms */

input.zemText {
padding: 3px;
width: 90%;
font-weight: bold;
background: #EDEDDB;
font-size: 1.1em;
}

.zemSubmit {
padding: 1px;
font-weight: bold;
background: #660000;
color: #ffffff
}