@charset "UTF-8";
body {
	background: url(../Images/backgroundBlue.jpg) repeat-x;
	background-color: #FFF;
	background-attachment: inherit;
	margin: 0;
	padding: 0;
	color: #039;
}

/* ----Some general stuff------*/

ul, ol, dl { /*zero padding and margin on lists to be safe.*/
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px; /* 'cause people say to do it, that's why*/
	margin-bottom: 0px;
	padding-bottom: 6px;
	padding-top: 6px;
}
a img { /* get rid of the nasty blue border */
	border: none;
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
img.scalable {/* make images scalable */
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

/*----- but most are changed in context----- */
a:link {
	color: #fff;
	text-decoration: none; /* hmmmmm */
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: medium;
	font-style: normal;
	font-weight: 400;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* looks better */
	text-decoration: none;
}

/* element for the entire page, centered, offset from the top, fixed width */
.container {
	width: 100%;
	max-width: 1050px;
	background: #FFF;
	border:3px groove #4D71B4;	
	position:relative;
	margin-left: auto;/* centers the layout */
	margin-right: auto;
	margin-top:10px; 
}

/* ------ header dimension --------*/
.header {
	background: #FFFFFF url(../Images/masthead.png) no-repeat top left;
	width: auto;
	height: 120px;
}

/*------ position rightside header elements --------*/ 
.header #headerright {
	float: right;
	width: auto;
	z-index: 10;
	margin-right: 1px;
	font-size: smaller;
}
/*------ properties of header links --------*/ 
.header ul {
	position:absolute;
	left: 39px;
	top: 84px;
	width:615px;
	list-style: none;
	cursor: pointer;
}

.header ul li{
	float:left;
	padding: 0;
	margin: 0;
}

.header ul a{
	padding: 0 1em;
	font-size: medium;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	background: url(../Images/menuVertBar.gif) no-repeat left center;
	font-style: italic;
}

.header ul a.last{
	background:url(../Images/menuVertBar.gif) no-repeat right center;
}

.header a:hover{
	color: #FF0000;
	text-decoration: underline;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: italic;
	font-size: medium;
}
.header .about{
	font-family: "proxima-nova", Helvetica, sans-serif;
	color: #6078bf;
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 7px;
	font-size: 1.1em;
}

#date {
	font-family: "proxima-nova", Helvetica, sans-serif;
	color: #6078bf;
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 7px;
	font-size: 0.9em;
}
#search {
	
	font-size: .9em;
	text-align:right;
}

/*----this is the colored background box of the menu------*/
#Menu{
	font: 1em "Trebuchet MS", Helvetica, sans-serif;
	color: #039;
	width: 265px;
	background: #fff;
	float:left;
	margin:10px 0px 15px 10px;
	text-align:left;
	clear:both;
}
#box{
	float: left;
	width: 10px;
	background:#B1BEE0;
	padding: 10px;
	margin: 0;
	z-index: 500;
}

/*------ position leftside content elements --------*/ 
.leftsidebar {
	float: left;
	width: 270px;
	background:#fff;
	margin: 5px;
}
.leftsidebar p {
	font: 1em "proxima-nova", Helvetica, sans-serif;
	color: black;
	text-align:left;
	text-indent: 1.5em;
	line-height: 1.3em;
	margin: 2px;
	padding: 0px 10px 10px 15px;
}
.leftsidebar h1{
	font: 1.3em "Trebuchet MS", Helvetica, sans-serif;
	color:#039;
	text-align:left;
	font-style:italic;
	padding: 10px 0px 0px 5px;
}
.leftsidebar h2{
	font: 1.1em "Trebuchet MS", Helvetica, sans-serif;
	color: #039;
	padding: 0px 0px 2px 5px;
}
.leftsidebar h3{
	font: 1em "Trebuchet MS", Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color: #039;
	padding: 0px 0px 2px 15px;
}
.leftsidebar a {
	font-family: "proxima-nova", Helvetica, sans-serif;
	color:#36C;
	text-decoration: none;
}
.leftsidebar a:hover {
	font-family: "proxima-nova", Helvetica, sans-serif;
	color: #C36;
	text-decoration: underline;
	cursor: pointer;
}
.leftsidebar img {
	float:right;
}
.brackets{
	clear:both;
}

/*the color of the page on which this bracket rests*/
b.rtop, b.rbottom{
	display:block;
	background: #FFF;
}
/*the color of the top and bottom rounded edges*/
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
    overflow: hidden; 
	background: #4b6eb5;
}
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px;}
b.r3{margin: 0 2px;}
b.rtop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 2px;
}
/*------ content element properties --------*/ 
.content {
	float: right;
	width: 70%;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
}
.content p {
	font: 1.1em/1em Georgia, "Times New Roman", Times, serif;
	text-indent: 1.5em;
	color:#000;
	text-align: inherit;
	line-height:1.5em;
}
.content #indent{
	font: 1.1em/1.3em Georgia, "Times New Roman", Times, serif;
	text-indent: 3em;
	color:#000;
}
.content h1 {
	font: 3.5em "Trebuchet MS", Helvetica, sans-serif;
	color:#039;
	font-style:italic;
	font-weight:bold;
	font-size: x-large;
}
.content h1 a{
	font: 3.5em "Trebuchet MS", Helvetica, sans-serif;
	color:#039;
	font-style:italic;
	font-weight:bold;
	font-size: x-large;
}
.content h2 {
	font: 1.3em "Trebuchet MS", Helvetica, sans-serif;
	color:#039;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.content h3 {
	font: .8em "Trebuchet MS", Helvetica, sans-serif;
	font-style: italic;
	color: #039;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 10px;
}
.content h4 {
	font: 1.1em "Trebuchet MS", Helvetica, sans-serif;
	font-style:italic;
	color: #039;
	padding: 10px 0px 2px 50px;
}
.content h5 {
	font: 1.1em "Trebuchet MS", Helvetica, sans-serif;
	font-style: italic;
	padding-top: 18px;
	padding-left: 20px;
	padding-bottom: 15px;
}
.content h6 {
	color: #039; font-style: italic; font-family: Verdana, Geneva, sans-serif;
	/*padding: 5px 0px 2px 5px;*/
}
.content p .more {
	font: 1em "proxima-nova", Helvetica, sans-serif;
	font-style:italic;
	color: #039;
}
.content .more a {
	font: .9em "proxima-nova", Helvetica, sans-serif;
	font-style:italic;
	color: #039;
}
.content a {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color:#36C;
	text-decoration: none;
	line-height:1.3em;
}
.content a #indent {
	font:1.1em Georgia, "Times New Roman", Times, serif;
	margin-left:10em;
	text-indent: 5em;
	color:#000;
}
.content a:hover {
	font-family: 1.1em Georgia, "Times New Roman", Times, serif;
	color: #C36;
	text-decoration: underline;
	cursor: pointer;
	
	line-height: 1.3em;
}
.content img {
	float: right;
	margin-left: 1.5em;
	margin-right: 1em;
	margin-bottom: 11px;	/*border: thin solid #00F;*/
}
.content blockquote{
	font: italic 1em/1.4em "proxima-nova", Helvetica, sans-serif;
	padding-left:1em;
}

/*padding to accomodate the pics*/
.content ul, .content ol {
	padding: 0 15px 15px 40px;
	/*text-indent: 1em;*/
	font-family: 1em "proxima-nova", Helvetica, sans-serif;
	line-height: 1.5em;
}

/*------ #pics is the rotating image on this page*/

.content #pics {
	float: right;
	margin-right: 17px;
	margin-bottom: 28px;
	margin-left: 36px;
	height: auto;
	width: 410px;
	margin-top: 16px;
	font: italic 1em "Trebuchet MS", Helvetica, sans-serif;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.content #pics p {
	font: italic .9em "Trebuchet MS", Helvetica, sans-serif;
	color: #003f8f;
	margin-right: 30px;
	margin-left:20px;
	text-align:center;
}
.content #pics h1 {
	font: italic 1.2em "Trebuchet MS", Helvetica, sans-serif;
	color: #003f8f;
	margin-right: 30px;
	margin-left:20px;
	text-align:center;
	font-weight: bold;
}
.content #pics h2 {
	font: italic .8em "Trebuchet MS", Helvetica, sans-serif;
	padding-bottom:10px;
	color: #003f8f;
	margin-right: -48px;
	text-align:center;
}
.content #pics h3 {
	font: italic .8em "Trebuchet MS", Helvetica, sans-serif;
	margin-top: 5px;
	padding-top: 0px;
	color: #003f8f;
	margin-right: 20px;
	text-align: center;
}
.content #pics img {
	margin-left: 20px;
	text-decoration:none;
	float:right;
	/*padding-bottom:10px;*/
}
.content #pics a {
text-decoration:none;
}
.content #pics a:hover {
text-decoration:none;
}
.content #smallpics {
	float:right;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	height:auto;
	width:auto;
	margin-top:20px;
	font: italic 1em "Trebuchet MS", Helvetica, sans-serif;
	border: 1px #000 solid;
}
.content #smallpics h1 {
	font: italic 1.2em "Trebuchet MS", Helvetica, sans-serif;
	color: #003f8f;
	margin-right: 30px;
	margin-left:20px;
	text-align:center;
	font-weight: bold;
}
/*------ position footer elements ---------*/
.footer {
	padding: 10px 0;
	background: #f2f2f2;
	height:25px;
	color:#666;
	font:.8em "Trebuchet MS", Helvetica, sans-serif;
	position: relative;/* IE6 */
	text-align:center;
	clear: both; 
}
.footer .footerlink{
	color:#009;
	font:.9em "Trebuchet MS", Helvetica, sans-serif;
	position: relative;/* IE6 */
	text-align:center;
	clear: both; 
}

.footer a:hover {
	color:#F00;
	text-decoration: underline;
	cursor: pointer;
}
/*------ misc. elements for occasional use ---------*/
.clearboth { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearleft { 
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}.clearright { 
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}.horizmenu {
	height: 35px;
	width: 750px;
	position: absolute;
	left: 12px;
	top: 88px;
}
.no-css {
	font-style: normal;
}
/*.content a:hover {
}
*/
#disqus_thread {
	margin-right:15px;
}
.Table-Indent-None p
{
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	text-indent: 0em;
	color:#000;
	line-height:1.3em;
	font-size:1.1em;
	
}


/*------- media formats -------*/

/*----- Phone -----*/
@media screen and (max-width:320px) {
	
	
}
/*----- Tablet -----*/
@media screen and (min-width: 321px) and (max-width: 768px) {
	
}.container .content form table tr td label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.Italics {
	font-style: italic;
}
/*.Numberedlist
{
	font-size: 1%;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 2.5em;
	list-style: upper-alpha;
	position: absolute;
}
*/
.small-h1
{
	font-size: .7em;
}
