/* CSS DOCUMENT */

html {
margin: 0;
padding: 0;
height: 100%;
border: none;
}

body {
margin: 0;
padding: 0;
height: 100%;
border: none;
text-align: center; 
background-image: url('http://www.equineassistedtherapyofnj.org/images/eatnjbg.jpg');
}
   
p, li, ul, ol {
font-family: tahoma; 
color: black; 
font-size: 15px; 
}

h1 {
font-family: tahoma; 
color: black; 
font-size: 17px; 
font-weight: bold; 
padding: 5px 5px 5px 5px;
}

h2 {
font-family: tahoma; 
color: black; 
font-size: 16px; 
font-weight: bold; 
padding: 5px 5px 5px 5px;
}

h3 {
font-family: tahoma; 
color: black; 
font-size: 15px; 
font-weight: bold; 
padding: 5px 5px 5px 5px;
}

.main {
height: 100%;
background-color: #FFFFFF; 
border-left: 3px solid white; 
border-right: 3px solid white; 
text-align: left; 
clear: both; 
overflow: hidden;
}

.bottom {
background-color: #454544; 
width: 750px; 
border-top: 5px solid white; 
text-align: center; 
clear: right; 
overflow: hidden;
}

.top {
background-color: #4B4D3C; 
width: 750px; 
border-bottom: 5px solid white; 
text-align: center; 
clear: right; 
overflow: hidden;
}

.news {
background-color: #34445b; 
width: 300px; 
float: right; 
border-left: 5px solid white; 
border-bottom: 5px solid white; 
position: relative; 
clear: right; 
overflow: hidden;
}

.mail {
background-color: #4D4C3C; 
width: 300px; 
float: right; 
border-left: 5px solid white; 
border-bottom: 5px solid white; 
position: relative; 
clear: both; 
overflow: hidden;
}

.navbox {
background-color: #6e909a;
}

.navtext {
line-height: 14px;
}

.dots {
border-top: 5px solid white; 
border-bottom: 5px solid white; 
background-color: #4D423C; 
text-align: left;
}

img.headerpic {
border-bottom: 5px solid white;
}

a.nav:link {
font-family: verdana; 
color: black; 
text-decoration: none;
font-size: 12px; 
}

a.nav:visited {
font-family: verdana; 
color: black; 
text-decoration: none;
font-size: 12px; 
}

a.nav:hover {
font-family: verdana; 
color: brown; 
text-decoration: none;
font-size: 12px; 
}

a.reg:link {
font-family: verdana; 
color: white; 
text-decoration: none;
}

a.reg:visited {
font-family: verdana; 
color: white; 
text-decoration: none;
}

a.reg:hover {
font-family: verdana; 
color: orange; 
text-decoration: none;
}

.eventslist {
width: 35%;
border-right: 1px dotted black;
float: left;
padding: 5px;
}

.imageleft {
float: left;
padding: 5px;
} 

.imageright {
float: right;
padding: 5px;
} 