html, body { min-width: 860px; }
html, body, h1, h2, h3, h4, div, p, ul, li, input, td {
   font-family: Georgia, Garamond, serif;
	font-size: small;
}
body {
	line-height: 140%; margin: 0; padding: 0; border: 0;
	background: url(../images/brocade_blue_tile.jpg) top left repeat-x;
	color: #036;
	background-color: #F3F5F6;
}
p { padding: 0;   margin: 0.2em 0 1em 0;	}
h1, h2, h3, h4 { padding: 0; line-height: 160%; font-weight: bold;}
h1 {  font-size: 140%; padding: 0 0 0.8em 0; margin: 1.8em 0 0 0; }
h2 { margin: 1.8em 0 0 0; }
h3 { font-size: 110%; font-style: italic; font-weight: normal; margin: 1.4em 0 0 0; }
h4 { font-size: 110%; margin: 0.4em 0 0 0; }
hr {  border: none 0; border-top: 1px solid }
img {  border: none 0; }
.thumb {
	padding: 10px;
}
a:link { color: #003266; text-decoration: underline  }
a:visited { color: #636; }
a:active { color: #39F; text-decoration: underline }
a:hover { color: #39F; text-decoration: underline }
div#masthead {	height: 131px;	margin: 0;	padding: 0;	border: 0;	}
div#masthead img { display: inline }
div#sitename { display: none; font: 36px normal Georgia, Garamond, serif; padding-top: 42px }
#sitename:first-letter { font-size: 160%; }
div#menu {
	text-decoration: none;
	background: #8799A5 url(../images/menutopbg.gif) top left repeat-x;
	margin: 0;
	padding: 3px 0 1px 28px;
	border: 0;
	line-height: 160%;
	font-size: 10pt;
	font-weight: bold;
}
#menu span {
	border: 0;
	line-height: 160%;
	padding: 0;
	float: left;
}
div#menu a {  color: #fff; text-decoration: none; padding: 0.3em 10px 0.3em 10px; }
div#menu a:active {  color: #003266; text-decoration: none; }
div#menu a:hover {  color: #003266 ; text-decoration: none; }
div#menu a.selected { color: #003266; }
div#submenu {
	background: #C3CCD2 url(../images/submenutopbg.gif) top left repeat-x;
	text-decoration: none;
	font-size: 10pt;
	line-height: 140%;
	margin: 0;
	padding: 4px 0 2px 28px;
	border: 0;
	font-style: normal;
}
div#submenu a {  color: #036; text-decoration: none; padding: 0.2em 10px 0.3em 10px; }
div#submenu a:active, div#submenu a:hover {  color: #3399FF; text-decoration: underline; } 
div#submenu a.selected  { font-weight: bold; }
div#bodycontent {
	padding: 1.6em 22% 2em 100px;
	margin: 0;
	line-height: 180%;
	border: 1px;
	border-style: solid none;
	border-top-color: #9CADB5;
	border-bottom-color: #D9DFE1;
}
div#rightsidemenu {
	background-color: #DFE4E6;
	color: #637580;
	margin: 38px -48px 22px 32px; 
	float: right; 
	width: 20%;
	padding: 22px 14px 16px 22px;
	border: 1px solid; 
	border-color: #D9DFE1;
}
div#footer {
	width: 65%;
	text-decoration: none;
	padding: 8px 16px 1.6em 38px;
	margin: 0;
	border: 0;
}
div#footer a { text-decoration: none }
div#footer a:active, div#footer a:hover, div#footer a.hover {  text-decoration: underline; }
table {
	 border-style: none;
	 border-spacing: 0;
	line-height: 120%;
}
caption { text-align: left; font-weight: bold; }
TH  {
	text-align: left;
	 border-style: none;
} 
td {
	 border-width: 1px; 
	border-color: #D9DFE1; 
	border-style: solid;
	padding: 4px;
}
li { margin-top: 1.2em;	line-height: 130%; }
.button {
	margin: 0.3em;
	padding: 0.2em;
	text-align: center;
	background-color: #fff;
	border: thin dotted Gray;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 12px;
	display: inline; 
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 12px 2px 0;
	display: inline;
	}
img.framed {
	background: #660000;
	border: solid 1px #FFCC00;
}
img.blueframed {
	background: #015;
	border: solid 1px #D9DFE1;
}
table.noborder td {
	border-width: 0; 
}
.invisible { display: none }
.note { font-size: x-small; line-height: 110% }
.error_msg { font-weight: bold; color: #f00; }
acronym, abbr { border-bottom: 1px dashed #999; cursor: help; }
	
@media print {
	 div#sitename { display: inline }
	 div#menu { display: none }
	 div#submenu { display: none }
	 div#rightsidemenu { display: none }
	 div#footer { display: none }
	 div#bodycontent { padding: 0; margin-right: 20%; line-height: 140%; border: 0 none; }
}