body {
margin: 0;
background-color: #F96610;
font-family: helvetica, verdana, arial, sans-serif;
color: black;
}

/* main container with background stripes */

#container1 {
background-image: url(images/container1_bg.gif);
background-repeat: repeat;
}

/* Banner across top with EBVC logo */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 234px;
padding-right: 0;
height: 81px;
background-color: #F96610;
background-image: url(images/ebvc_logo09.gif);
background-repeat: no-repeat;
border-bottom: 2px #08144E solid;
}

#name {
position: absolute;
top: 83px;
left: 0px;
width: 230px;
height: 22px;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
background-color: #08144E;
background-image: url(images/motto.gif);
}

#top-nav {
margin-top: 0;
margin-bottom: 0;
margin-left: 230px;
width: 500px;
height: 16px;
font-size: .7em;
padding-left: 10px;
padding-right: 10px;
padding-top: 4px;
padding-bottom: 2px;
font-weight: bold;
background-color: #08144E;
border-left: 2px #08144E solid;
border-right: 2px #08144E solid;
color: #FFFFFF;
}

#top-nav a:link, #top-nav a:visited {
color: #FFFFFF;
border: none;
}

#top-nav a:hover, #top-nav a.current {
color: #F96610;
}

h1 {
margin-top: 0;
margin-bottom: 0;
margin-left: 230px;
width: 500px;
font-size: 1em;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
font-weight: bold;
background-color: #08144E;
border-left: 2px #08144E solid;
border-right: 2px #08144E solid;
color: #FFFFFF;
}

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 230px;
width: 500px;
background-color: #FFFFFF;
border-left: 2px #08144E solid;
padding: 10px;
border-right: 2px #08144E solid;
color: #000000;
}

p, ul, ol, table {
font-size: .8em;
line-height: 1.9em;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

ol, ul {
margin-left: 25px;
}

h2 {
padding: 0;
font-size: .9em;
color: #08144E;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #08144E;
border-bottom: 1px #F96610 dotted;
}

a:hover {
text-decoration: none;
font-weight: bold;
color: #F96610;
}


#left-box {
position: absolute;
top: 172px;
left: 0px;
width: 230px;
height: 230px;
border-top: 2px #08144E solid;
border-bottom: 2px #08144E solid;
background-image: url(images/index_left09.jpg);
background-repeat: no-repeat;
}


#footer {
padding-left: 625px;
padding-top: 9px;
padding-bottom: 9px;
font-size: .6em;
background-color: #F96610;
border-top: 2px #08144E solid;
color: #FFFFFF;
padding-right: 145px;
margin-top: 0;
white-space: nowrap;
}

.center {
text-align: center;
color: #F96610;	
font-family: helvetica, verdana, arial, sans-serif;
font-weight: bold;
}

