@charset "utf-8";
body {
	background: #42413C;
	margin: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 	
}
h1 {
	color: #002469; /*#002469 Rice Blue */
	font-size: 24px;
	}
h2 {
	color: #d5122a; /* REDE Red */
	font-size: 20px; /* like .pagetitle */
	}
h3 {
	color: #002469; /* Rice Grey #5e6062*/
	text-align: left;
	}

a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}

.logohead {
	background-color: #FFF;
	text-align: right;
	height: 80px; /* 50 px logos + space */
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #d5122a;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #002469;
}

.homelogo {
	background-color: #FFF;
	text-align: left;
	height: 80px; /* 77 px logos + space */
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #002469;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

.pagetitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: normal;
	color: #002469;
	text-decoration: none;
	text-align: center;
	float: none;
	padding-left: 20px;
	font-weight: bold;
	line-height: 40px;
}

.contenttitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-style: normal;
	color: #d5122a;
	text-decoration: none;
	text-align: center;
	float: none;
	padding-left: 20px;
	font-weight: bold;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 5px;
}

.idheader {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: normal;
	color: #002469;
	text-decoration: none;
	text-align: left;
	float: none;
	padding-left: 20px;
	font-weight: bold;
	line-height: normal;
	padding-top: 10px;
	height: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: text-top;
}

.sidebar1 {
	float: left;
	width: 165px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-left: 15px;
}
.Spacebox {
	color: #002469;
	background-color: #FFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Tbox {
	font-size: 12px;
	color: #002469;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	border: 1px solid #CCC;
	padding-top: 5px;
}
.Tbox a:link {
	color: #002469;
	text-decoration: underline;
}
.Tbox a:visited {
	color: #002469;
	text-decoration: none;
}
.Tbox a:hover, .footer a:active, .footer a:focus { 
	color: #F00
	text-decoration: underline;
}

.SBbox {
	font-size: 12px;
	color: #002469;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-left: 5px;
}
.SBbox a:link {
	color: #002469;
	text-decoration: underline;
}
.SBbox a:visited {
	color: #002469;
	text-decoration: none;
}
.TTbox {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #002469;
	background-color: #F0F3F9;
	text-align: center;
	border: 1px solid #CCC;
	padding-top: 10px;
}

.content {
	width: 780px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.content3 {
	width: 600px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.content a {
	target="_blank"
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.footer {
	position: relative;
	clear: both; 
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color: #002469;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	border-bottom-color: #d5122a;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
/* different link style in footer */
.footer a:link {
	color: #002469;
	text-decoration: none;
}
.footer a:visited {
	color: #002469;
	text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus {
	text-decoration: underline;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.tabChead {
	font-style: normal;
	font-weight: bold;
	color: #002469;
	text-align: center;
	font-size: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #FFF;
}
.tabLhead {
	font-style: normal;
	font-weight: bold;
	color: #002469;
	font-size: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/* BeginOAWidget_Instance_2141544: #REDE1 */
#REDE1  {
	background-color:#f0f3f9;	
	font-family: Arial, Helvetica, sans-serif; /
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	padding:0;	
	border-color: #cccccc #cccccc #cccccc #cccccc; 
	border-width:1px;
	border-style: solid solid solid solid;
}
.MenuBar br { 
	display:none;
}
.REDE1LeftShrink {
	float: left; /* shrink to content, as well as float the MenuBar */
	width: auto;
}
.REDE1RightShrink {
	float: right; /* shrink to content, as well as float the MenuBar */
	width: auto;
}
.REDE1FixedLeft {
	float: left;
	width: 180px;
}
.REDE1FixedCentered {
	float: none;
	width: 180px;
	margin-left:auto;
	margin-right:auto;
}
.REDE1FixedCentered br {
	clear:both;
	display:block;
}
.REDE1FixedCentered .SubMenu br {
	display:none;
}
.REDE1Fullwidth {
	float: left;
	width: 100%;
}

/* Top level menubar items - these actually apply to all items, and get overridden for 1st or successive level submenus */
#REDE1  .MenuItemContainer {
	padding: 0px 0px 0px 0px; 
	margin: 0; 	
}
#REDE1  .MenuItem {
	padding: 0px 0px 0px 0px; 
	background-color:transparent;	
	border-width:1px;
	border-color: #cccccc #ffffff #cccccc #ffffff; 
	border-style: solid solid none solid;
}
#REDE1  .MenuItemFirst {
	border-style: none none none none;
}
#REDE1 .MenuItemLast {
	border-style: solid solid none none;
}

#REDE1  .MenuItem  .MenuItemLabel{
	text-align:left;
	line-height:1.4em;
	color:#002469;
	background-color:transparent;
	padding: 6px 0px 6px 10px;
	width: 150px;
	 
}
.SpryIsIE6 #REDE1  .MenuItem  .MenuItemLabel{
	width:1em; /* Equivalent to min-width in modern browsers */
}

/* First level submenu items */
#REDE1 .SubMenu  .MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	background-color:transparent;
	padding:0px 2px 0px 0px;
	border-width:1px;
	border-color: #cccccc #cccccc #cccccc #cccccc; 
	/* Border styles are overriden by first and last items */
	border-style: solid solid none solid;
}
#REDE1  .SubMenu .MenuItemFirst {
	border-style: solid solid none solid;
}
#REDE1  .SubMenu .MenuItemFirst .MenuItemLabel{
	padding-top: 6px; 
}
#REDE1 .SubMenu .MenuItemLast {
	border-style: solid solid solid solid;
}
#REDE1 .SubMenu .MenuItemLast .MenuItemLabel{
	padding-bottom: 6px; 
}
#REDE1 .SubMenu .MenuItem .MenuItemLabel{
	text-align:left;
	line-height:1em;	
	background-color:transparent;
	color:#002469;
	padding: 6px 5px 6px 5px; 
	width: 100px;
	width:auto; 
}

/* Hover states for containers, items and labels */
#REDE1 .MenuItemHover {
	background-color: #c0cde7;
	border-color: #cccccc #cccccc #cccccc #cccccc; 
}

#REDE1 .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel{
	background-color: transparent; /* consider exposing this prop separately*/
	color: #ffffff;
}
#REDE1 .MenuItemHover .MenuItemLabel{
	background-color: transparent;
	color: #ffffff;
}
#REDE1 .SubMenu .MenuItemHover {
	background-color: #c0cde7; 
	border-color: #cccccc #cccccc #cccccc #cccccc; 
}

#REDE1 .SubMenu .MenuItemHover .MenuItemLabel{
	background-color: transparent; 
	color: #ffffff;
}
/* Submenu properties -- First level of submenus */
#REDE1 .SubMenuVisible {
	background-color: #f0f3f9;
	min-width:0%;  /* This keeps the menu from being skinnier than the parent MenuItemContainer - nice to have but not available on ie6 */
	border-color: #ffffff #ffffff #ffffff #ffffff; 
	border-width:0px;
	border-style: none none none none;
}
#REDE1.MenuBar .SubMenuVisible {/* For Horizontal menubar only */
	top: 100%;	
	left:0px; 
	z-index:10;
}
#REDE1.MenuBarVertical .SubMenuVisible {
	top: 0px;	
	left:100%;
	min-width:0px; 
}
/* Submenu properties -- Second level submenu and beyond - these are visible descendents of .MenuLevel1 */
#REDE1 .MenuLevel1 .SubMenuVisible {
	background-color: #f0f3f9;
	min-width:0px; 
	top: 0px;	
	left:100%; 
}
/* IE6 rules - you can delete these if you do not want to support IE6 */
.SpryIsIE6 #REDE1 .MenuBarView .MenuItemWithSubMenuHover .MenuItemLabel /* IE6 selector  */{
	background-color: transparent; /* consider exposing this prop separately*/
	color: #ffffff;
}
.SpryIsIE6 #REDE1 .MenuBarView .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel/* IE6 selector  */{
	background-color: transparent; /* consider exposing this prop separately*/
	color: #ffffff;
}
.SpryIsIE6 #REDE1 .SubMenu .SubMenu  /* IE6 selector  */{
	margin-left: -0px; /* Compensates for at least part of an IE6 "double padding" version of the "double margin" bug */
}
/* EndOAWidget_Instance_2141544 */

.hrule1 {
	background-color: #D5122A;
	height: 2px;
	margin-right: 20px;
	margin-left: 15px;
}
.Rice-Blue {
	color: #002469;
	font-weight: bold;
}
