/* CSS Document */

/* the height spawns a vertical scrollbar on all pages
 * to prevent short pages jumping to the left on Firefox
 * add a color and tiled image background to the page */ 
html, body {
	height: 101%;
	padding:0;
	color:#333333;
	background-color: #FFFFFF;
	background-image: url(images/mb19.gif);
  }
  a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #330033;
}
  
#wrapper {
	width: 728px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: #000000 1px solid;
  } 
  
  
  
/* this next rule prevents Firefox adding a space beneath the
 * title image when displayed as application/xhtml+xml */
#titlebar {
	background-color: #FFFFFF;
	background-image:url(images/title.jpg);
	height: 150px;
  }
/* set the maincontent background to white, and add a drop shadow
 * image to the right border */
#maincontent {
	background:  #fff url(images/main.jpg) no-repeat top left;
	width: 528px;
	float:right;
	padding-top: 40px;
	
    }
  
/* set margins, padding, and line height for maincontent paragraphs */
#maincontent p {
	margin: 0 30px 10px 20px;
	padding: 2px 0;
	line-height:1.4;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
  }
  
  
/* set dimensions for level 1 and 2 headings in maincontent */
#maincontent h1, #maincontent h2 {
  margin: 0 0 5px 10px;
  padding: 0 0 5px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000033;
  }
#maincontent h1 {
	font-size: 110%;
	text-decoration: underline;
  }
#maincontent h2 {
  font-size: 90%;
  } 
  
img {
	border: none;
}

img.left {
	float: left;
	margin: 10px 10px 0 0;
}

img.right {
	float: right;
	margin: 30px 0 0 15px;
}

img.center {
	float:inherit;
	margin: 10px;
	border: 2px ridge #000000;
}   
  
/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
	padding: 20px 5px 0 5px;
	background:  #fff url(images/side.jpg) no-repeat top right;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	color: #FFFFFF;
}

#sidebar li ul {
	padding: 5px 0 15px 0;
}

#sidebar li li {
	border-bottom: 1px solid #333333;
	background: url(images/img02.gif) no-repeat 5px 50%;
	padding: 5px 0 5px 20px;
}

#sidebar h2 {
	margin: 40px 0 2px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #000;
}

#sidebar h3 {
	color:#000000;
	margin: 0px 0 2px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #000;
	font-size: small;
}
#sidebar a {
	text-decoration: none;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar a:hover {
	color: #CC0000;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 10px 10px 0 10px;
}

img.right {
	float: right;
	margin: 10px 0 0 15px;
}

/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  color:#FF9900;
	
		}
/* footer styles - set to height and width of the footer image */
#footer {
	width: 728px;
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	background: #fff;
	/*border-top: #075AA6 solid 1px;*/
	clear:both;
  }
#footer p {
	margin: 5px 0px 40px 10px;
	padding: 10px 5px 0 15px;
	clear:both;
	color: #330033;
  }
#footnav {
	font-size: 75%;
	display: inline;
	}

/* styles for contact form */
form {
  margin: 5px 0px 0 5px;
  } 
#name, #email {
  width: 250px;
  }
#message {
  width: 300px;
  height: 150px;
  }
label {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }


 /*styles for random quote */
blockquote {
  border-top: 10px solid #A8B2A3;
  border-bottom: 10px solid #A8B2A3;
  background: #EFF0EE;
  width: 250px;
  text-align: center;
  margin: 0 30px 0 1em;
  padding: 0;
  font-family: georgia, serif;
  font-size: 130%;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #555;
  float: right;
  }
#maincontent blockquote p {
  margin: 0 1em;
  }
#quote {
  margin: 0;
  padding: 20px 20px 10px 20px;
  }
#author {
  margin: 0;
  padding: 0 0 10px 0;
  color: #999;
  font-size: 80%;
  }
.hr {
	margin: 10px 20px 10px 20px;
}
