@charset "utf-8";
/*START==define body of each page*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FF9933;/*url(../images/bk.gif) repeat;*/
	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: #000000;
}
.gryOrg { background:#fbf3ee; }
.gryBlu { background:#F1F4FA; }
.gryOrg #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(../images/bk.jpg) repeat-y;
}
.gryBlu #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(../images/bkBlu.jpg) repeat-y;
}
.gryOrg #flashMain {
	background:url(../images/in_Shadow.gif) no-repeat;
	text-align:center;
	padding:20px 0 0 0;
	height:480px;
	width:800px;
	margin:0 auto;
}
.gryOrg #header {
	background:url(../images/bk.jpg) repeat-y;
	height:90px;
	text-align:center;
}
.gryBlu #header {
	background:url(../images/bkBlu.jpg) repeat-y;
	height:90px;
	text-align:center;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*End==header==*/
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:20px 50px 20px 20px;
}
#mainContent {
	margin: 0 330px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 30px 35px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/* =======images======*/
.gryOrg .imgBdr {
	border:#993300 2px solid;
	margin: 10px 0px 0px 0px;
}
.gryBlu .imgBdr {
	border:#325081 2px solid;
	margin: 10px 0px 0px 0px;
}
.imgHead {
	text-align:left;
	margin: 5px 0px 0px 0px;
}
.imgSubHead { text-align:left; }
/* =======footer======*/

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#7F3119;
}
#footer {
	height:90px;
	text-align:center;
}
#footer .txt {
	padding: 5px 10px 0px 20px;
	text-align:left;
	font-size:.7em;
}
#footer .txt a {
	text-decoration:none;
	color:#7F3119;
}
#footer .txt .rightTxt {
	position:relative;
	float:right;
	text-align:right;
	width:200px;
	margin-right:13px;
	margin-top:0 auto;
}
#footer .txt .leftTxt {
	position:relative;
	float:left;
	width:500px;
	margin-top:0 auto;
}
#footer .txt .centerTxt {
	position:relative;
	float:left;
	width:700px;
	clear:both;
	margin-top:10px;
	text-align:center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.margin {
	margin-top:10px;
	margin-bottom:10px;
	height:1px;
}
/* ======fonts======= */
.gryOrg p {
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
	/*letter-spacing: -1px;*/
color: #491C0F;
	text-transform:lowercase;
}
.gryBlu p {
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
	/*letter-spacing: -1px;*/
color: #1B2D56;
	text-transform:lowercase;
}
td { font-size: .8em; }
th { font-size: .8em; }
.gryBlu .bodystyle {
	font-size: .8em;
	letter-spacing: -1px;
	line-height:20px
}
.gryOrg .bodystyle {
	font-size: .8em;
	letter-spacing: -1px;
	line-height:20px
}
.gryBlu .boxRight {
	font-size:.9em;
	letter-spacing: -1px;
	margin:0 auto;
	font-weight:400;
}
.gryOrg .boxRight {
	font-size:.9em;
	letter-spacing: -1px;
	margin:0 auto;
	font-weight:400;
}
.gryBlu .boxRightSmall {
	font-size:.7em;
	text-align:center;
	letter-spacing: -1px;
	margin:0 auto;
	font-weight:400;
}
.gryOrg .boxRightSmall {
	font-size:.7em;
	text-align:center;
	letter-spacing: -1px;
	margin:0 auto;
	font-weight:400;
}
.gryOrg .small {
	font-size: .7em;
	text-align:right;
	letter-spacing: -1px;
	font-weight:600;
}
.gryBlu .small {
	font-size: .7em;
	text-align:right;
	letter-spacing: -1px;
	font-weight:600;
	color:#325081;
}
.realsmall { font-size: .8em; }
.gryBlu .small a {
	color:#325081;
	font-size:1.2em;
	text-decoration:none;
}
.gryOrg .small a {
	color:#7F3119;
	font-size:1.2em;
	text-decoration:none;
}
/* .medium {
font-size: .8em;
}
.big {
font-size: 1em;
}
.xbig {
font-size: 1.5px;
}
.expanded {
font-size: .8em;
line-height: 16px;
letter-spacing: 2px;
}
.justified {
text-align: justify;
}

.box2 {
font-style: italic;
word-spacing: 2pt;
padding: 3px;
border-width: thin;
border-style: solid;
} */
/*======MenuSystemBlue------*/
* {
	margin: 0;
	padding: 0;
}
#blMenu {
	position:relative;
	display:block;
	width:350px;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	padding-left:20px;
	padding-top:0px;
	color:#841522;
}
#blMenu ul {
	list-style-type: none;
	width: 760px;
}
#blMenu ul li {
	display: block;
	float: left;
	width: 152px;
	height: 90px;
}
#blMenu a,
#blMenu a:visited {
	display: block;
	width:152px;
	height:90px;
	background:url(../images/navBlockBl.jpg);
	background-position:left top;
	background-color:transparent;
	text-align:center;
	color:#355081;
	line-height:70px;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-weight:bold;
	/*margin-top:5px;*/
}
#blMenu a:hover {
	background-position:left center;
	line-height:70px;
	overflow:hidden;
	color:black;
}
#blMenu a#selected {
	background-position:left bottom;
	line-height:70px;
}
#blMenu a#selected:hover { color:white; }
/*======MenuSystemOrange------*/
#orgMenu {
	position:relative;
	display:block;
	width:350px;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	padding-left:20px;
	padding-top:0px;
	color:#7F3119;
}
#orgMenu ul {
	list-style-type: none;
	width: 760px;
}
#orgMenu ul li {
	display: block;
	float: left;
	width: 152px;
	height: 90px;
}
#orgMenu a,
#orgMenu a:visited {
	display: block;
	width:152px;
	height:90px;
	background:url(../images/navBlockOrg.jpg);
	background-position:left top;
	background-color:transparent;
	text-align:center;
	color:#7F3119;
	line-height:70px;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-weight:bold;
	/*margin-top:5px;*/
}
#orgMenu a:hover {
	background-position:left center;
	line-height:70px;
	overflow:hidden;
	color:black;
}
#orgMenu a#selected {
	background-position:left bottom;
	line-height:70px;
}
#orgMenu a#selected:hover { color:black; }

