body,html {
	height: 100%;
	min-height: 100%;  
}

body {	
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	color: #434343;
}

a:link {
	color: #434343;
	text-decoration: underline;
}
a:visited {
	color: #434343;
	text-decoration: underline;
}
a:hover {
	color: #434343;
	text-decoration: underline;
}
a:active {
	color: #434343;
	text-decoration: underline;
}

/* -- Navigation Links -- */
.navigation ul {	
	list-style: none;
}

.navigation li {
	display: inline;
	margin: 0;
	padding-left: 10px;
}

.navigation li a {
	font: 1.3em "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-style: normal;
	color: #787878;
}

/* Footer Colors */
.footer {
padding-left: 10px;
}

.footerText {
color: #787878;
text-align: left;
font-size: 8pt;
font-family: Arial, Helvetica, Sans-Serif;
}

a.footerText:link{
color: #787878;}
a.footerText:visited{
color: #787878;}
a.footerText:hover{
color: #787878;}
a.footerText:active{
color: #787878;}

/* ------------ POSITIONING ATTRIBUTES ------------ */

.mainTable {
	border: 5px solid #FFF;
}
.topBar {
	height: 75px;
	background: url(/Portals/0/interface/logo.png) no-repeat left;
	background-color: #780025;
}
.navigation {
	height: 36px;
	background: #F8C658;
}
.gradientBar {
	height: 8px;
	background: url(/Portals/0/interface/gradientBar.png) no-repeat left;
}
.contentContainerBk {
	border: 1px solid #DBDBDB;
}
.leftStrip {
	background: #F8C658;
	height: 10px;
	border-top: 6px solid #FFF;
	border-bottom: 6px solid #FFF;
}
.centerStrip {
	background: #780025;
	height: 10px;
	border-top: 6px solid #FFF;
	border-bottom: 6px solid #FFF;
}
.centerPadding {
	padding-left: 4px;
	padding-right: 4px;
}
.rightStrip {
	background: #000078;
	height: 10px;
	border-top: 6px solid #FFF;
	border-bottom: 6px solid #FFF;
}
.calloutBk {
	background: url(/Portals/0/interface/calloutBk.png) repeat;	
}
.callout {
	padding-top: 10px;
	padding-left: 10px;
}
.calloutTitle {
	font-size: 22pt;
	font-weight: bold;
	color: #000078;
}
.calloutBody{
	font-size: 14pt;
}
.membersBk {
	background: url(/Portals/0/interface/loginBk.png) repeat-x bottom;
	background-color: #F0F0F0;
	margin-left: 4px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
}
.membersTitle {	
	color: #780025;
	font-size: 9pt;	
	font-family: Arial, Helvetica, Sans-Serif;
}
.loginLinks {
	color: #434343;
	font-size: 9pt;
	font-family: Arial, Helvetica, Sans-Serif;
}
.searchBox {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	color: #FFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: right;
}	a.searchLink:link {
		color: #FFF;
		font-size: 10pt;
		font-family: Arial, Helvetica, Sans-Serif;
	}


	a.searchLink:visited {
		color: #FFF;
		font-size: 10pt;
		font-family: Arial, Helvetica, Sans-Serif;
	}

		a.searchLink:hover {
			color: #FFF;
			font-size: 10pt;
			font-family: Arial, Helvetica, Sans-Serif;
		}

			a.searchLink:active {
				color: #FFF;
				font-size: 10pt;
				font-family: Arial, Helvetica, Sans-Serif;
			}


.eventTitle {
	font-size: 12pt;
	color: #000078;
	font-family: Arial, Helvetica, Sans-Serif;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuNav { /* menu wrapper div */
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
}

#houseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#houseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li:hover ul ul, 
#houseMenuNav li:hover ul ul ul, 
#houseMenuNav li.sfhover ul ul, 
#houseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuNav li:hover ul, 
#houseMenuNav li li:hover ul, 
#houseMenuNav li li li:hover ul, 
#houseMenuNav li.sfhover ul, 
#houseMenuNav li li.sfhover ul, 
#houseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}


/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuNav { /* menu wrapper div */       
	width: 100%;                
	height: 24px; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px; 
	text-align: left;
}

#houseMenuNav ul { /* all submenu lists */
	line-height: 11px;
}

#houseMenuNav li { /* all list items */
	height: 20px;       
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 20px;
	/* end hack */
}

#houseMenuNav li li { /* all items under the top level */
	width: 240px;
	height: 24px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 24px;
	/* end hack */
}

#houseMenuNav a { /* all links within the menu wrapper */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
	color : #780025;
	background-color: transparent;
	width: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto;
	height: 13px;
	_height: 100%;
	/* end hack */
}    

#houseMenuNav li a { 
	padding: 10px 10px 10px 10px;	
	background: url(/Portals/0/interface/tab-rt.png) no-repeat right;  
}

#houseMenuNav li li a { /* all item links under the top level */   
	width: 240px;   
	color: #780025; 
	padding: 10px;   
	background: #ECEFF0;
}

#houseMenuNav li a:hover { 
	padding: 10px 10px 10px 10px;	  
	color: #780025;
	text-decoration: underline;               
}

#houseMenuNav li li a:hover {      
	width: 240px;   
	color: #780025; 
	padding: 10px;   
	background: #ECEFF0;
	text-decoration: underline;
}

#houseMenuNav li ul { /* second-level lists */
	width: 260px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #434343;
	margin: 0;  
	padding-bottom: 18px;     
	line-height: 14px;  
	background: #ECEFF0;
}

#houseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 240px;
	_margin: -24px 0 0 240px;
	border: solid 1px #434343;
	line-height: 14px;
	padding-bottom: 18px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	margin: 1px;
	border: solid 1px #434343;
	padding: 3px;
	height: 14px;
	color: #000;
	background-color: #ccc; 
	text-decoration: none;
}
	.announcementTitle {
		font-size: 12pt;
		color: #000078;
		font-family: Arial, Helvetica, Sans-Serif;
		padding-left: 10px;
	}
	
	.calendarTitles {
		font-size: 9pt;
	}
