body {
	background-color: #909090;
}

/* Build the page console ___________________________________________________ */
div.Console {
	width:1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/includes/template/ConsoleBack.jpg);
	background-repeat: repeat-y;
	background-position: center top;
  }
div.ConsoleTop {
  padding:0px;
  margin:0px;
}
div.ConsoleHeader {
  padding:0px;
  margin:0px;
  margin-left:12px;
}
/*style for IE*/
* html div.ConsoleHeader {
	padding-bottom:0px;
	margin-bottom:0px;
	margin-left:12px;
}
div.ConsoleBody {
	margin:0;
	margin-top:-.95em;
	padding:15px;
	background-image: url(/includes/template/ConsoleBack.jpg);
	background-repeat: repeat-y;
	background-position: left top;
  }
/*style for IE*/
* html div.ConsoleBody {
	margin:0;
	margin-top:-.25em;
	padding:15px;
	padding-top:0px;
	background-image: url(/includes/template/ConsoleBack.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


/* Drop-down navigation ___________________________________________________ */
div.Navigation {
	margin-left:12px;
	background-color:#000000;
}


#Nav,
#Nav * { 
	margin:0;
	padding:0;
}
/* "Master" UL (the whole Menu) */
#Nav {
	position:relative;
	background:#000 no-repeat 100% 50%;
	width:1000px;
	/* max-width:100%; */
	float:left;
	margin-bottom:8px;
	border-bottom:1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* sub-menu ULs */
#Nav li ul {
	/* width:11em  */ !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	padding:1px 10px 10px 10px;
	background-color:#000000;
	background:url(/includes/template/clear.gif);/* trick to keep'em open */
}
/* All LIs */
#Nav li {
	position:relative;
	/* width:8.30em;
	max-width:16.5%; */
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:bold;
}
/* sub-menu LIs */
#Nav li ul li {
	/* width:300px *//*FF*/;
	padding:0;
	border:none;
	/* max-width:120%;  */
	border:1px solid #000;
	border-top:none;
}
/* All anchors */
#Nav li a {
	cursor:default;
	color:#fff;
	/* border-left:1px solid #777; */
	text-decoration:none;
	display:block;
	float:left;
	padding:0 .4em;
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
	height:2em;
	line-height:2em;
}
/* sub-menu Anchors */
#Nav li ul li a {
	/*  */width:12em /*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.7em;
	height:1.7em;
	font-weight:normal;
	border:1px solid #000;
	color:#fff;
	background-position:0 50% !important;
}
/* :hover and stuff */
#Nav li a:hover,
#Nav li a:focus,
#Nav li a:active {color:#fff !important;background:#bf0000}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#Nav ul a:hover,
#Nav ul a:focus,
#Nav ul a:active {color:#fff !important;background:#bf0000}
/* display and z-index for the sub-menus */
#Nav li:hover ul,
#Nav li.msieFix ul {display:block;z-index:10;top:2em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#Nav li#NavAM {z-index:8;}
#Nav li#NavMB {z-index:7;}
#Nav li#NavGI {z-index:6;}
#Nav li#NavPE {z-index:5;}
#Nav li#NavCC {z-index:4;}
#Nav li#NavGC {z-index:3;}
#Nav li#NavSA {z-index:2;}
#Nav li#NavCM {z-index:1;}

/* Current location - class on Body must match LI's id */
.NavAM #Nav li#NavAM a,
.NavMB #Nav li#NavMB a,
.NavGI #Nav li#NavGI a,
.NavPE #Nav li#NavPE a,
.NavCC #Nav li#NavCC a,
.NavGC #Nav li#NavGC a,
.NavSA #Nav li#NavSA a,
.NavCM #Nav li#NavCM a {color:#000;}
/* Keeping current menu accessible to JAWS */
.NavAM #Nav li#NavAM ul,
.NavMB #Nav li#NavMB ul,
.NavGI #Nav li#NavGI ul,
.NavPE #Nav li#NavPE ul,
.NavCC #Nav li#NavCC ul,
.NavGC #Nav li#NavGC ul,
.NavSA #Nav li#NavSA ul,
.NavCM #Nav li#NavCM ul {display:block;top:-1000px}

/* background colors */
#NavAM,#NavAM li a {padding-left:1px; padding-right:1px; background-color:#000000;}
#NavMB,#NavMB li a {padding-left:1px; padding-right:1px; border-left:1px solid #aaa; background-color:#000000;}
#NavGI,#NavGI li a {padding-left:1px; padding-right:1px; border-left:1px solid #aaa; background-color:#000000;}
#NavPE,#NavPE li a {padding-left:1px; padding-right:1px; border-left:1px solid #aaa; background-color:#000000;}
#NavCC,#NavCC li a {padding-left:1px; padding-right:1px; border-left:1px solid #aaa; background-color:#000000;}
#NavGC,#NavGC li a {padding-left:1px; padding-right:1px; border-left:1px solid #aaa; background-color:#000000;}
#NavSA,#NavSA li a {padding-left:1px; padding-right:1px; border-left:1px solid #aaa; background-color:#000000;}
#NavCM,#NavCM li a {padding-left:1px; padding-right:1px; border-left:1px solid #aaa; background-color:#000000;}
/* "trigger" and "msieFix" classes */
#Nav li.msieFix a {}
/* last nested UL. keeping it in */
#Nav li#UZ ul {left:-2.3em !important;}

/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.NavAM #Nav li#NavAM ul li a:focus,
.NavAM #Nav li#NavAM ul li a:active,
.NavMB #Nav li#NavMB ul li a:focus,
.NavMB #Nav li#NavMB ul li a:active,
.NavGI #Nav li#NavGI ul li a:focus,
.NavGI #Nav li#NavGI ul li a:active,
.NavPE #Nav li#NavPE ul li a:focus,
.NavPE #Nav li#NavPE ul li a:active,
.NavCC #Nav li#NavCC ul li a:focus,
.NavCC #Nav li#NavCC ul li a:active,
.NavGC #Nav li#NavGC ul li a:focus,
.NavGC #Nav li#NavGC ul li a:active,
.NavSA #Nav li#NavSA ul li a:focus,
.NavSA #Nav li#NavSA ul li a:active,
.NavCM #Nav li#NavCM ul li a:focus,
.NavCM #Nav li#NavCM ul li a:active {position:absolute !important;top:1028px !important;}

/* Text Divs & Styles ___________________________________________________ */
p, td {
	font-family: Calibri, Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;	
}
h1 {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #bf0000;
	text-decoration: none;
	padding-bottom: 4px;
	margin-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
div.NewsItem {
	background-color: #efefef;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding: 4px;
	width: 350px;
}
div.NewsItem p {
	margin-top: 4px;
	margin-bottom: 4px;
}
div.NewsItem img {
	align: left;
	border: 1px solid #999999;
	margin-right: 5px;
}

div.Col1box {
	background-color: #efefef;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding: 4px;
	width: 320px;
}
div.Col1box p {
	margin-top: 4px;
	margin-bottom: 8px;
}
div.Col1box img {
	align: left;
	border: 1px solid #999999;
	margin-right: 5px;
}


div.Col2box {
	background-color: #efefef;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding: 4px;
	width: 320px;
}
div.Col2box p {
	margin-top: 4px;
	margin-bottom: 8px;
}
div.Col2box img {
	align: left;
	border: 1px solid #999999;
	margin-right: 5px;
}

div.HomeCol2box {
	background-color: #efefef;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding: 4px;
	width: 280px;
}
div.HomeCol2box p {
	margin-top: 4px;
	margin-bottom: 8px;
}
div.HomeCol2box img {
	align: left;
	border: 1px solid #999999;
	margin-right: 5px;
}

div.Thinbox {
	background-color: #efefef;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding: 4px;
	width: 200px;
}
div.Thinbox p {
	margin-top: 4px;
	margin-bottom: 8px;
}
div.Thinbox img {
	align: left;
	border: 1px solid #999999;
	margin-right: 5px;
}

div.Fullbox {
	background-color: #efefef;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding: 4px;
	width: 600px;
}
div.Fullbox p {
	margin-top: 4px;
	margin-bottom: 8px;
}
div.Fullbox img {
	align: right;
	border: 1px solid #999999;
	margin-left: 10px;
}

div.Caption {
	background-color: #efefef;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding: 4px;
}

div.Login {
	height: 100px;
	width: 300px;
}

div.Login form {
	margin-top: 4px;
	margin-bottom: 4px;
}
/*style for IE*/
* html form {
	margin-top: -4px;
	margin-bottom: 4px;
}
.Login table {
	margin: 0px;
}

*html .Login table {
	margin: 0px;
}

.Login td {
	color: #FFFFFF;
}

#partnerPic{
	visibility:visible;
	position: fixed;
	top: 350px;
	margin-right:12px;
	padding-right:12px;
}
.partnerstyle {color: #000066}
title {

	font-size: 24px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: "Tw Cen MT", Tahoma, Verdana, Arial;
}

div.Intro {
	background-color: #efefef;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding: 4px;
	width: 300px;
}

.ContentTable {
	margin: 0px;
	margin-left: 12px;
}
div.Credits {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
div.Credits p {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 4px;
	
}
.Fine {
	font-size: 10px;
	margin-top: 0px;
	text-align: center;
}
.Emphasized {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #bf0000;
}
.Standout {
	font-size: 14px;
	font-weight: bold;
}
.AgendaTable {
	border-bottom: 1px dashed #cccccc;
}
.AgendaTableHead {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-color: #dddddd;
}
.EventSubHead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 225px;
	font-size: 16px;
	font-style: oblique;
	font-weight: bolder;
}
.EventTitle {
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-style: oblique; */
	font-size: 14px;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 2px;
}
