@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #19344f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333366;
}
h1 {
	font: bold italic 225% Georgia, "Times New Roman", Times, serif;
	margin:.2em;
	padding:0;
}
h2 {
	font-size: 115%;
	font-weight:bold;
}
h3 {
	font-size: 105%;
	font-weight:bold;
}
#container {
	width: 716px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#bgtop {
	background: url(../img/outpaneltop.png) top left no-repeat ;
	width:100%;
	height:29px;
	position: relative;
	top: 0;
	left : 0;
}
#bgmiddle {
	background: url(../img/outpanelmiddle.png) top left repeat-y;
	width:100%;
	position: relative;
	top: 0;
	left: 0;
}
#bgbottom {
	background: url(../img/outpanelbottom.png) top left no-repeat;
	width:100%;
	height:19px;
	position: relative;
	bottom: 0;
	left: 0;
}
#bgcontent {
	width:100%;
	padding: 0 8px 1px 8px;  /* Left and right padding pull content inside glow.  Bottom is necessary to avoid bgbottom gap in some browsers. */
	position: relative;
	bottom: 0;
	left: 0;
}
#topPicture {
	width:700px;
	height: 254px;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	top: 0;
	left: 0;
	overflow:hidden;
}
.setPicture {
	position: absolute;
	/*
	rough width of pictures.
	these are the minimum width and height of picts.  Top and left overflow will be croped.
	width:373px;
	height:238px;*/
	right: 2000px;
	bottom: 0;
}
.setText {
	color:#19344f;
	font-size:80%;
	text-align:right;
	position: absolute;
	bottom: 15px;
	right: 2000px;
}
#topUnder {
	background: url(../img/outpaneltopunder.png) top left repeat-y;
	width:700px;
	height: 254px;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 8px;
}
#topOver {
	background: url(../img/outpaneltopover.png) top left no-repeat;
	width:700px;
	height: 254px;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 8px;
}
#menu {
	background: url(../img/menubackground.png) top left repeat-x;
	width:700px;
	height:35px;
	margin: 0;
	padding: 0;
	border: 0;
}
#mainContent {
	width:680px;
	margin: 10px 10px 0 10px;
	padding: 0;
	border: 0;
}
#footer {
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#ffffff;
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 20px 20px 20px;
	font-size:80%;
}
#footer a {
	color: #ffffff;
}
#inPanel {
	float:right;
	width:253px;
}
.inPanelTop {
	background: url(../img/inpaneltop.png) top left no-repeat;
	width:100%;
	height:17px;
	position: relative;
	top: 0;
	left : 0;
}
.inPanelMiddle {
	background: url(../img/inpanelmiddle.png) top left repeat-y;
	width:100%;
	position: relative;
	top: 0;
	left: 0;
}
.inPanelBottom {
	background: url(../img/inpanelbottom.png) top left no-repeat;
	width:100%;
	height:20px;
	position: relative;
	bottom: 0;
	left : 0;
}
.inContent {
	padding: 1px 10px 1px 10px;
}

#EntityList ul {
	list-style:none;
	margin:0;
	padding:0;
}
#EntityList li {
	padding:.4em;
	margin:.4em;
}
#EntityList li.altRow {
	background-color:#F9F9F9;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
}
#EntityList .EntityTitle {
	color:#005886;
	font-weight:bold;
}
#EntityList .EntitySectTitle {
	color:#005886;
	font-weight:bold;
	font-size:130%;
	margin:10px 0 5px 0;
	border-bottom:1px solid #CCCCCC;
}
#EntityList .EntityBody {
	margin-left:25px;
	padding:2px;
}
#EntityList .EntityBody span {
	font-weight:bold;
}
#EntityList .EntityBody div {
	margin-left:25px;
}
#EntityList .EntityTitle a, #EntityList .EntityTitle a:link, #EntityList .EntityTitle a:focus {
	color:#005886;
	/*text-decoration: none;*/
}
#EntityList .EntityTitle a:hover {
	color:#dd0000;
	/*text-decoration: underline;*/
}
