* {padding: 0; margin: 0;}

body {
background-image: url(images/site-bkgrd.jpg);
font-family: helvetica, "sans-serif";
}

img {
border: none;
}

a {
color: #2F3C7B;
}

a:hover {
color: #B4D643;
}

#wrapper {
	width: 800px;
	min-height:770px;
	height:auto !important;
	height:770px;
	background-image: url(images/flags.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #FFF;
}

h3 {
color:  #2F3C7B;
border-bottom: solid 1px #2F3C7B;
margin-bottom: 13px;
}

h4 {
color:  #2F3C7B;
margin-bottom: 13px;
}

h5 {
color:  #2F3C7B; font-size:15px;
margin-top: 10px;
margin-bottom: 3px;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #2F3C7B;
color: White;
float: left;
width: 100%;
font-family: helvetica, sans-serif;
text-align:center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.3em 1em;
background-color: #2F3C7B;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
font-size: 90%;
}

#navcontainer ul li a:hover
{
background-color: #B4D643;
color: #fff;
}

#content {
margin: 30px 240px 0px 160px;
padding: 10px 20px 10px 15px;
}

#content2 {
margin: 30px 20px 0px 160px;
padding: 10px 20px 10px 15px;
}		

#content p, #content2 p, li{
font-size: 85%;
line-height: 1.2em;
margin-bottom: 5px;
list-style-position: inside;
marker-offset: -30px;
}

#sched {
font-size: 85%;
line-height: 1.2em;
}

td {
vertical-align: top;
padding: 5px;
}
#shortside {
float: right;
width: 220px;
font-size: 90%;
line-height: 1.2em;
padding: 20px 10px 10px 10px;
border-left: 1px solid #2F3C7B;
}

#shortside img {
padding-top: 10px;
padding-bottom: 10px;
}

#footer {
font-size: 75%;
font-family: Helvetica;
text-align: center;
clear: both;
margin-top: 20px;
}
.design{
font-size: 75%;
margin-top: 5px;
}

.bold {
font-weight: bold;
color: #009a5b;
}

.date {
font-style: italic;
color: #009a5b;
}

.color {
	background-color: #FF9;
}

