
body {
background: #ffffff url(images/page-bg.jpg) no-repeat scroll left 450px;
}


body#courses {
background: #ffffff url(images/page-bg-courses.jpg) no-repeat scroll 95% 400px;
}

body#contact {
background: #ffffff url(images/contact-bg.jpg) no-repeat scroll 0 500px;
}

p img.left {
float:left;
margin:1.5em 1.5em 1.5em 0;
}

p img.right {
float:right;
margin:1.5em 0 1.5em 1.5em;
}

p a {
color: #669900;
}

p a:hover {
text-decoration: none;
color: #669900;
}

#header {
padding-top: 20px;
margin: 0 auto;
width: 960px;
height: 319px;
				}
				
#header-top {
background: #ffffff url(images/header-top.png) no-repeat scroll left top;
width: 960px;
height: 184px;
}

#header-navbar {
background: #ffffff url(images/header-navbar.png) no-repeat scroll left top;
width: 960px;
height: 136px;
}

#Navigation {
font-size: 14px;
color: #333333;
height: 50px;
width: auto;
padding: 0px;
margin: 0px;
} 

#mainNav {
margin: 0px;
padding: 0px;
list-style-image: none;
list-style-type: none;
}

#mainNav li {
float: left;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 20px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

#mainNav li a {
margin: 0px;
background-attachment: scroll;
background-image: none;
background-repeat: no-repeat;
background-position: right bottom;
font-weight: normal;
color: #ffffff;
text-decoration: none;
height: 50px;
width: auto;
float: left;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 0px;
}

#mainNav li a:hover {
margin: 0px;
background-attachment: scroll;
background-image: url(images/tab-hover.gif);
background-repeat: no-repeat;
background-position: right bottom;
font-weight: normal;
color: #666666;
text-decoration: none;
height: 50px;
width: auto;
float: left;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 0px;
}

#mainNav li a span {
background-attachment: scroll;
background-image: none;
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
padding-top: 6px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 20px;
height: 50px;
width: auto;
float: left;
cursor: pointer;
cursor: hand;
margin: 0px;
}

#mainNav li a span:hover {
background-attachment: scroll;
background-image: url(images/tab-hover.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
padding-top: 6px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 20px;
height: 50px;
width: auto;
float: left;
cursor: pointer;
cursor: hand;
margin: 0px;
}

#mainNav li a.active {
background-attachment: scroll;
background-image: url(images/tab-hover.gif);
background-repeat: no-repeat;
background-position: right 0px;
color: #666666;
}

#mainNav li a.active span {
background-attachment: scroll;
background-image: url(images/tab-hover.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
}

#mainNav li a.active:hover {
color: #666666;
text-decoration: none;
cursor: pointer;
cursor: hand;
} 

#content {
width: 878px;
margin: 0 auto;
padding: 40px;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
}

#content p {
font-size: 1.2em;
}

#footer {
text-align: center;
clear: both;
background: #add061;
padding: 5px;
margin: 0 auto;
width: 950px;
color: #666666;
margin-bottom: 15px;
}

#footer a {
text-decoration: underline;
color: #666666;
}

.flr {
float: right;
width: 150px;
margin-left: 40px;
}

.flr img {
padding: 0px 0px 60px 0px;
}


.courses {
padding-left: 150px;
background:  url(images/books.jpg) no-repeat scroll 10px 60px;
}

tr.bg td {
border-top: 1px solid #add061;
border-bottom: 1px solid #add061;
}

tr.heading td {
font-weight: bold;
background: #add061;
}

tr.options td {
background: #dce9bb none repeat scroll 0 0;
}

td {
padding: 5px;
}

table {
border: 1px solid #add061;
}

.contact {
width: 70%;
margin: auto;
}



blockquote {
	width: 400px;
	float: right;
  font: 14px/18px "Helvetica Neue",Arial,Helvetica,sans-serif;
  padding: 12px 8px 8px 8px;
  border-top: 1px solid #add061;
  border-bottom: 1px solid #add061;
  margin: 10px;
  background-image: url(images/openquote1.gif);
  background-position: 5px 10px;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
	
	
  blockquote span {
     display: block;
     background-image: url(images/closequote1.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }
 
 .author {
 font-weight: bold;
 font-style: italic;
 float: right;
 margin-top: 5px;
 }
 
 #bigger {
 font-size: 16px;
 }