body {
	margin: 5; padding: 5;
	font: 101% "Lucida Grande", Geneva, Arial, Helvetica, Verdana, sans-serif;
	width: 750;
	color: #333;
        margin-left: 50;
}

p, td, blockquote, dl {
	line-height : 145%;
	font-size: 0.7em;
padding-bottom: 5px;
}

 li {
	line-height : 115%;
	font-size: 0.7em;
padding-bottom: 5px;
}

li p, blockquote p {
	font-size: 1em;
	padding-bottom: 5px;
}

h1.title {
	font-size: 1.2em;
	color: #FF9900;

}

h1 {
	color: #FF9900;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 1.5em;
}

h2 {
	color : #000;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;

	font-size: 1.1em;
	margin-top: 1.3em;
	font-weight: normal;
}


h3 {
	margin : 1.5em 0 0 0;	
	color : #666;
	font-family : "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

h3 a {
	text-decoration: none;
	border: none !important;
	color: #666;
}

h3 a:hover {
	text-decoration: underline;
	color: #000 !important;	

}

h4 {
	margin : 1.5em 0 0 0;	
	font-family : "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}



 li {
	padding-left : 0px;
	padding-top : 0px;
	list-style : square;
}

blockquote {
	margin : 0px 1.5em 0px 2em;
	border-left: 2px solid #A5AEC5;
	padding-left: 2em;
}

code {
	color : #C33;
	font : "Courier New", Courier, monospace;

}

pre {
	font :  "Courier New", Courier, monospace;
	padding : 5px;
}

acronym, abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
}

cite {
	display: block;

	text-align: right;
}

/* Common styles */

.error {
	color: #CC0000;
	font-weight : bold;
}

.print {
	display: none;
}

.whitebox {
	border: 1px silver solid;
	padding: 5px;

}

*html .whitebox {
	padding-left: 15px;
}

.whitebox p, .graybox p {
	margin-top: 0.3em;
	margin-bottom: 0.3em;	
}

.graybox {
	border: 1px solid silver;
	background-color : #E9E9E9;

	padding : 5px;
}

.smaller {
	font-size : 0.65em;
}

.photo {
	border: 1px solid black;
}

/*  Navigational Elements */
.bread, .breadcrumb
{
	display: none;
}

form {

	margin: 0; padding: 0;
}

#body a:link {
	text-decoration : none;
	border-bottom: 1px solid #DFDFDF;
}

#body a:visited {
	text-decoration : none;
	border-bottom: 1px solid #DFDFDF;
}


/*  This is used in the search results to highlight your search terms */

.highlight {
	font : bold;
}

.hr {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #3C7DC4;
	width: 100%;
	display: none;
}


#footnotecontainer, .ownercomment {
	background-color: #ECEFE0;
	border-top: 2px solid #CCCFC2;
	border-bottom: 2px solid #CCCFC2;
}

.footnote h3 {
	font-size: 1em;
	font-weight: normal;
	color: #6BBF00;

}

.footnote p, .footnote dl {
	margin: 0.1em 0;
	font-size: 0.8em;
	color: #666;
}

.footnote a {
	color: #333;
}

.sueme {
	font-size: 0.8em;
	color: #999;
}

/* Code view */

#secblog .linecomment {	color: #690; }
#secblog .blockcomment { color: #690; }
#secblog .prepro { color: #0000BB; }
#secblog .quote { color: #DD0000; }
#secblog .category1 { color: #007700; }
#secblog .category2 { color: #0000BB; }

#secblog .category3 { color: #0000BB; }
#secblog pre {	overflow: auto; border: 1px solid silver;}


/* These provide style to form elements */

.textbox {
	border : 1px solid Black;
	color : #000099;

	font : Verdana, Arial, Helvetica;
	font : x-small sans-serif;
}

.button, .buttonbold {
	border: solid 1px white;
	border-right: solid 1px gray; 
	border-bottom: solid 1px gray; 
	font: xx-small Verdana, Geneva, Arial, Helvetica, sans-serif; 

	background-color: #D9D9D9; 
}

.buttonbold {
	font-weight : bold;
}

.formlayout {
	width : 100px;
}

.inputform, .search {
	border : 1px solid Gray;
	font : xx-small Verdana, Arial, Helvetica, sans-serif;

}

/*  Set the appearance of the contact form */

form.contact input.text {
	width: 315px;
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif; 
	border: 1px gray solid;
}

form.contact
 textarea {
	width: 400px;
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif; 
	border: 1px gray solid;
}

.box {
	border: 1px #314584 solid;
	background-color: #DCDCDC;
	padding: 10px;

}
