body  {
	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;
	background-color: #e2e5e7;
	background-image: url(Images/backcircles2.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 849px;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #header {
	height: 308px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header a {
  display: block;
  width: 40%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	width: 170px;
	margin-top: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.9em;
	color: #717173;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #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 */
}
.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;
}
#toppad{
	height: 86px;
}
#searchStrip{
	height: 32px;
	padding-top: 7px;
	padding-left: 10px;
}
#outercontainer{
	width: 962px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav li {
	list-style-type: none;
	margin: 0px;
	background-image: url(Images/greytab.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 40px;
}
#nav {
	margin: 0px;
	padding: 0px;
}
#sidebaroutside{
	float: left; /* since this element is floated, a width must be given */
	width: 178px;
	text-align: left;
	background-image: url(Images/leftcolShade.gif);
	background-repeat: no-repeat;
	background-position: right 47px;
}
#mainContent h1 {
	color: #7B3689;
	font-size: 28px;
	line-height: 28px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent h2 {
	font-size: 22px;
	color: #515479;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#mainContent h3 {
	font-size: 16px;
	color: #515479;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}
#mainContent h4 {
	font-size: 1em;
	color: #515479;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}
#mainContent hr {
	color: #7F8F9C;
	height: 3px;
}
#loginhead {
	background-image: url(Images/logintab.gif);
	height: 31px;
	background-position: 0px;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 16px;
	font-weight: bold;
}
#loginpanel {
	background-color: #C2CCD4;
	padding-left: 16px;
	font-size: 9px;
	color: #323E47;
}
#loginpanel #newstab {
	background-image: url(Images/newstab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 26px;
}
#sidebar1 #navpad {
	background-color: #E8EAEC;
	height: 50px;
}
#loginpanel .txtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #323E47;
	width: 90%;
	border: 1px solid #485A68;
}
#loginpanel a {
	color: #000000;
}
#applemenu .on {
	color: #FFFFFF;
	background-image: url(Images/redtab.png);
}
#applemenu .after {
	background-color: #E6253F !Important;
}
.silverheaderAfter {
	margin: 0px;
	background-image: url(Images/greytab.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #E6253F !Important;
}
.silverheader {
	margin: 0px;
	background-image: url(Images/greytab.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.applemenu .submenu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.applemenu{
	padding: 0;
	width: 170px; /*width of menu*/
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.applemenu div.silverheader a{
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 40px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
}


.applemenu div.selected a{
background-image:url(Images/redtab.png);
color:#FFFFFF !Important;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	padding: 5px;
	height: 105px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	background-color: #e6253f;
	color:#FFFFFF;
	text-align:left;
}
.applemenu div.submenu li{ /*DIV that contains each sub menu*/
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.scroll {
	height: 180px;
	width: 158px;
	overflow: auto;
	border: 1px solid #C2CCD4;
	background-color: White;
	padding: 5px;
}
a:focus { outline:none; }input#search {
	color: #FFFFFF;
	background-color: #202020;
}
#searchfield {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 20px;
	width: 170px;
	font-size: 12px;
	line-height: 12px;
	color: #905399;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#searchStrip #toprightmenu {
	float: right;
	height: 25px;
	width: 200px;
	text-align: right;
	background-image: url(Images/rss-icon.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	margin-right: 30px;
}
#toprightmenu li {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-right: 5px;
}
#toprightmenu li a{
	color: #FFFFFF;
	text-decoration:none;
}
#toprightmenu li a:hover{
	text-decoration:underline;
}
#toprightmenu ul {
	margin: 0px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#newslist a {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.roundcorner {
	padding: 0px;
	height: 13px;
	width: 13px;
	float: left;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#nav1 .roundcorner {
	background-color: #f19003;
}
#nav2 .roundcorner {
	background-color: #e6253f;
}
#nav3 .roundcorner {
	background-color: #9451A0;
}
#nav4 .roundcorner {
	background-color: #ffed00;
}
#nav5 .roundcorner {
	background-color: #f19003;
}
#nav6 .roundcorner {
	background-color: #e6253f;
}
#nav7 .roundcorner {
	background-color: #9451A0;
}
#nav8 .roundcorner {
	background-color: #ffed00;
}
div.selected#nav1 a{
	color: #FFFFFF;
	background-image: url(Images/orgtab.png) !Important;
}
div.selected#nav2 a{
	color: #FFFFFF;
	background-image: url(Images/redtab.png) !Important;
}
div.selected#nav3 a{
	color: #FFFFFF;
	background-image: url(Images/purtab.png) !Important;
}
div.selected#nav4 a{
	color: Black !Important;
	background-image: url(Images/yeltab.png) !Important;
}
div.selected#nav5 a{
	color: #FFFFFF;
	background-image: url(Images/orgtab.png) !Important;
}
div.selected#nav6 a{
	color: #FFFFFF;
	background-image: url(Images/redtab.png) !Important;
}
div.selected#nav7 a{
	color: #FFFFFF;
	background-image: url(Images/purtab.png) !Important;
}
div.selected#nav8 a{
	color: Black !Important;
	background-image: url(Images/yeltab.png) !Important;
}
div#submenu1 { /*DIV that contains each sub menu*/
	background-color: #f7c540 !Important;
	color:#FFFFFF !Important;
	height:0 !Important;
}
div#submenu2 { /*DIV that contains each sub menu*/
	background-color: #e6253f !Important;
	color:#FFFFFF !Important;
	height:0 !Important;
}
div#submenu3 { /*DIV that contains each sub menu*/
	background-color: #7c398a !Important;
	color:#FFFFFF !Important;
}
div#submenu4 { /*DIV that contains each sub menu*/
	background-color: #f9ee51 !Important;
	color:black !Important;
}
div#submenu5 { /*DIV that contains each sub menu*/
	background-color: #f7c540 !Important;
	color:#FFFFFF !Important;
	height:0 !Important;
}
div#submenu6 { /*DIV that contains each sub menu*/
	background-color: #e6253f !Important;
	color:#FFFFFF !Important;
}
div#submenu7 { /*DIV that contains each sub menu*/
	background-color: #7c398a !Important;
	color:#FFFFFF !Important;
	height:0 !Important;
}
div#submenu8 { /*DIV that contains each sub menu*/
	background-color: #f9ee51 !Important;
	color:black !Important;
	height:0 !Important;
}
div#submenu4 li,div#submenu8 li{
	border-bottom-color: Black !Important;
}
.newspanelinside {
	width: 180px;
	margin-left: 15px;
}
.newspanelinside p {
	margin: 0px;
	padding: 0px;
}
.newspanelinside a {
	font-size: 12px;
	color: #4A5166;
	line-height: 12px;
	font-weight: bold;
}
#top_purple {
	background-image: url(Images/top-line-purple.gif);
	background-repeat: no-repeat;
}
#top_purple td {
	font-weight: bold;
	color: #999999;
	text-align: center;
}
#top_orange {
	background-image: url(Images/top-line-orange.gif);
	background-repeat: no-repeat;
}
#top_orange td {
	font-weight: bold;
	color: #999999;
	text-align: center;
}
#top_red {
	background-image: url(Images/top-line-red.gif);
	background-repeat: no-repeat;
}
#top_red td {
	font-weight: bold;
	color: #999999;
	text-align: center;
}
#top_yel {
	background-image: url(Images/top-line-yel.gif);
	background-repeat: no-repeat;
}
#top_yel td {
	font-weight: bold;
	color: #999999;
	text-align: center;
}
#sm_purple {
	background-image: url(Images/small-line-purple.gif);
	background-repeat: no-repeat;
}
#sm_purple td {
	font-weight: bold;
	color: #999999;
	text-align: center;
}
#sm_orange {
	background-image: url(Images/small-line-orange.gif);
	background-repeat: no-repeat;
}
#sm_orange td {
	font-weight: bold;
	color: #999999;
	text-align: center;
}
#sm_red {
	background-image: url(Images/small-line-red.gif);
	background-repeat: no-repeat;
}
#sm_red td {
	font-weight: bold;
	color: #999999;
	text-align: center;
}
#sm_yel {
	background-image: url(Images/small-line-yel.gif);
	background-repeat: no-repeat;
}
#sm_yel td {
	font-weight: bold;
	color: #999999;
	text-align: center;
}
table.staff1 {
	background-image: url(Images/sp1t.gif);
	background-repeat: no-repeat;
}
table.staff2 {
	background-image: url(Images/sp2t.gif);
	background-repeat: no-repeat;
}
table.staff3 {
	background-image: url(Images/sp3t.gif);
	background-repeat: no-repeat;
}
table.staff4 {
	background-image: url(Images/sp4t.gif);
	background-repeat: no-repeat;
}
#staffheader td {
	font-size: 14px;
}
#staffheader strong {
	color: #714279;
}
.staffpanelinside {
	width: 600px;
	margin-right: 20px;
	margin-left: 20px;
}
.staffpanelinside img {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
.staff1 .staffpanelinside img {
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
}
.staff3 .staffpanelinside img {
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
}
.staff2 .staffpanelinside img {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
.staff4 .staffpanelinside img {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
#loginpanel h1 {
	font-size: 12px;
	color: #323E47;
	margin: 0px;
	padding: 0px;
}
.applemenu .submenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu4 a {
	color: #000000;
}
.staffpanelinside p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#mainContent a {
	color: #714279;
}
#mainContent h2 a {
	color: #515479;
	text-decoration: none;
}
#mainContent h2 a:hover {
	color: #515479;
	text-decoration: underline;
}

#blogRow h3 {
	font-size: 22px;
	color: #515479;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#mainContent h3 a:hover {
	color: #515479;
	text-decoration: underline;
}
#fullHeader {
	background-image: url(Images/logobar1.jpg);
	background-repeat: no-repeat;
}
#mainContent li {
	padding-bottom: 4px;
}
#mainContent p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.Button {
	color: #7C398A;
	background-color: #FFFFFF;
	border: 1px solid #7C398A;
}
#signup input {
	color: #7C398A;
	background-color: #FFFFFF;
	border: 1px solid #F7C540;
}
#mainContent h4 a {
	font-size: 1em;
	color: #515479;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	text-decoration:none;
}
#mainContent .picdiv {
	float: right;
	width: 205px;
	padding-left: 5px;
}
.picdiv p {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px !Important;
	margin-left: 0px;
}
#mainContent table.plainTable td{
	border: 1px solid #DBB8E2;
}
#mainContent h5 {
color:#E77D03 !important;
font-size:18px;
padding:10px 0 !important;
line-height:28px;
margin:0;
}