html, body {
     margin: 0px 0px 0px 0px;
     padding: 0;
     font-family: Verdana, sans-serif;
     font-size: small;
     color: #003366;
     background-image: url(../images/background_image.jpg) ;
}

#header {
	width: 1000px;
	padding: 0px;
	margin: 0px 5% 0px 10px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#page-wrap {
	width: 1040px;
	margin: 15px auto auto auto;
	background: #8ab573;
}

#page-wrap #inside {
	margin: 10px 10px 10px 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
	
#main-content {
	margin: 0px 210px 0px 10px;
	padding: 10px 10px 10px 15px;
	background: #FFFFFF;
}
	
#left-sidebar {
	width: 200px;
	margin: 0px 0px 0px 10px;
	float: right;
	display: inline;

}

#footer {
    padding: 5px 5px 5px 5px;
	margin: 0px 210px 10px 10px;
    font-size: 10px;
	border-top: solid 1px #8ab573;
	text-align: center;
	background: #FFFFFF;
}

#footer a {
     color: #003366;
}

#footer a:hover {
     color: #EECF89;
}

div.box {
     width: 200px;
     padding: 10px 10px 10px 10px;
	 background: url(../images/yellow_gradient.jpg);
	 background-repeat: repeat-x ;
	 border-right: solid 1px #003366;
	 border-top: solid 1px #003366;
}

div.box div.box-head {
     font-size: 14px;
     font-weight: bold;
}

div.box div.box-content {
     font-size: 12px;
	 padding-top: 10px;
}

div.box2 {
     width: 700px;
     padding: 10px 10px 10px 10px;
	 background: url(../images/yellow_gradient.jpg);
	 background-repeat: repeat-x ;
	 border: solid 1px #003366;
}

div.figure {
  float: right;
  width: 200px;
  text-align: center;
  font-size: x-small;
  margin: 10px;
}

div.sidebar {
  float: right;
  width: 215px;
  text-align: left;
  font-size: x-small;
  border-left-style: solid;
  border-left-width: 2px;
  margin: 10px;
  padding-left: 15px;
}

p {
     font-family: Verdana, sans-serif;
	 font-size: small;
}

p.quote {
     font-family: Verdana, sans-serif;
	 font-size: 16px;
	 font-style: italic;
	 color: #003366;
	 text-align: center;
	 padding: 10px 10px 0px 10px;

}

p.quotecredit {
     font-family: Verdana, sans-serif;
	 font-size: 12px;
	 font-weight: bold;
	 color: #EECF89;
	 text-align: right;
	 padding-right: 10px

}

p.footer {
     font-family: Verdana, sans-serif;
	 font-size: x-small;
	 text-align: center;
}

a {
     color: #003366;
}

a:hover{
     color: #EECF89;
}

ul {
     font-family: Verdana, sans-serif;
	 font-size: small;
}	 
 
li {
    font-family: Verdana, sans-serif;
	font-size: small;
}	 

ul li {
    font-family: Verdana, sans-serif;
	font-size: small;
	margin-bottom: 0.5em;
}	

h4.rule {
	border-bottom: 4px groove #003366;
}

th {
	background-color: #8ab573;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.animatedtabs{
	border-bottom: solid 1px #8ab573;
	overflow: hidden;
	width: 100%;
	font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
	list-style-type: none;
	margin: 0;
	margin-left: 10px; /*offset of first tab relative to page left edge*/
	padding: 0;
}

.animatedtabs li{
	float: left;
	margin: 0;
	padding: 0;
}

.animatedtabs a{
	float: left;
	position: relative;
	top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background: url(../images/tab-green-left.gif) no-repeat left top;
	margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;

}

.animatedtabs a span{
	float: left;
	position: relative;
	display: block;
	background: url(../images/tab-green-right.gif) no-repeat right top;
	padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
	background-position: 0 -125px;
	top: 0;
}

.animatedtabs .selected a span{
	background-position: 100% -125px;
	color: black;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}

.animatedtabs a:hover{
	background-position: 0% -125px;
	top: 0;
}

.animatedtabs a:hover span{
	background-position: 100% -125px;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}
