body {
	color: #53504f;
	font-family: Ariel, Helvetica, Verdana, sans-serif;
	font-size: small;
	text-align: left;
}

html{
	overflow:-moz-scrollbars-vertical;
	overflow-y:scroll;
}

div {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	overflow: hidden;
}

p, img, form {
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

/* NEW */
code, pre {
  font-family: 'Courier New', Courier, Fixed;
}

/* NEW */
pre {
  overflow: auto;
  width: 512px;
  border: 1px dotted #D9D9D9; /* inner_border_color */
  padding: 5px
}

a {
	/* copy of body font declarations */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #1d4665;
	font-size: small;
	text-decoration:none;
	outline: none;
	border-bottom: dotted 1px #ff7214;
}
a:hover {
	border-bottom: solid 1px #ff7214;
}

h1, h1 a {
	margin: 20px 0 20px 0;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: larger;
	color: #1d4665;
}

h2, h2 a {
	margin: 20px 0 10px 0;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	font-weight: 600;
	color: #53504f;
}

/* Small Blue Text */
h3, h3 a {
	color: #1d4665;
	font-weight: 500;
	font-size: small;
	display: inline;
}

/* Small Grey Text */
h4, h4 a {
	color: #999999;
	font-weight: 500;
	font-size: small;
}

/* Pullquote commons */
blockquote, h6 {
	margin-left: 50px;
	margin-right: 50px;
	padding-left: 46px; /* Dictated by the width of the quote image, plus a gutter */
	display: block;
}

/* Pullquote */
blockquote {
	background-image: url('/images/quotes-gray.gif');
	background-repeat: no-repeat;
	min-height: 31px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
}

blockquote, blockquote a {
	color: #9cbd35;
	font-size: large;
	line-height: 1.4em;
	font-weight: bold;
	font-family: Times, "Times New Roman", Serif;
}

/* Pullquote caption */
h6 {
	margin-bottom: 15px;
	text-align: right;
}


/*
 *	See http://positioniseverything.net/easyclearing.html 
 *	for a description of this code.
 */
	.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix {
		height:1%;
	}
	*+html .clearfix {
		height:1%;
	}
	.clearfix {
		display:block;
	}
	/* End hide from IE-mac */

div.width800 {
	max-width: 800px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#column-a {
	float: right;
	width: 470px;
	min-width: 470px;
	max-width: 470px;
	margin-right: 29px;
	clear: left;
}

#column-b { 
	float: right;
	width: 300px;
	min-width: 300px;
	clear: right;
	height: 1% /* Holly hack for Peekaboo Bug */
}

div.menurule {
	width: 100%;
	height: 17px; /* Driven by background img height */
	background: url('/images/menurule.gif') repeat-x;
}
div.footerrule {
	max-width: 800px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url('/images/menurule.gif') repeat-x;
	height:2px;
}

div.sideblock {
	width: 300px;
	height: 200px;
	margin-top:12px;
}
div.side1 {
	float: left;
	clear: left;
	width: 70px;
	text-align: right;
	padding-right: 8px;
	margin: 10px 0 0 0;
	line-height: 1.4em;
}
div.side2 {
	float:left;
	margin: 10px 0 0 0;
	width: 180px;
	max-width: 180px;
	line-height: 1.4em;
}
div.side3 {
	float:left;
	margin: 10px 0 0 0;
	max-width: 300px;
	width: 300px;
	line-height: 1.4em;
}
div.blog-side {
	line-height: 1.5em;
	border-left: solid 1px #bdcbd5;
	padding-left: 30px;
}
.foottext {
	color:#53504f;
	font-size:small;
	font-weight:500;
	font-family: Times, serif;
}

a.footlink:link, a.footlink:active, a.footlink:visited {
	border-top:  solid 3px #ffffff;
	border-bottom: none;
	text-decoration:none;
	color:#1d4665;
	font-size:x-small;
}

a.footlink:hover { border-top:  solid 3px #1d4665; border-bottom: none;}

ul.mainmenu{
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type:none;
	float: right;
	overflow: hidden;		/* This is important to work around an IE relative vs. float layout issue.  Sets "hasLayout" on element.  TODO May need more hacks for other IE versions. */
}
ul.mainmenu > li > a {
	float:right;
	text-decoration:none;
	line-height: 1.4em;
	color:#1d4665;
	font-size:13px;
	font-weight:500;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding:0px 0px 5px 0px;
	margin-right: 30px;
	border-bottom: solid 3px #ffffff;
}
ul.mainmenu > li > a:hover {border-bottom: solid 3px #1d4665;}
/* ul.mainmenu > li > a:hover {color: #9ffcee;} */
ul.mainmenu > li {display:inline;}

.tidbit {
	width: 718px;	/* 800 -15 -3 -2 -15 -3 -2 */
	float: right;
	height: 20px;
	text-align:center;
}
.control {
	float: right;
	width: 15px;
	height: 15px;
	border: solid 1px #DDDDDD;
	margin-right: 3px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.control > a {
	display:block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: #77aad2;
}
.control > a:hover {
	color: #1e4969;
}
