/* GENERAL STUFF */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FDE3B4;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	font-size: 80%;
	line-height: 80%;
}
/* REDEFINE DEFAULTS */
p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
div{
	display: block;
	margin: 0px;
	padding: 0px;
	
}

img{
	margin: 0px;
	padding: 0px;
}
a:hover img{
text-decoration: none;
}

strong{
	color: #000066;
}

table { 
font-size: 100%; /* IE hack */ 
}

table.striped p{
padding: 0px;
margin: 0px;
}

.odd{
	background-color: #FFEAC1;
}

td,th,input,p,h1,h2,h3,h4,h5,h6,span,ul,li {
	font-size: 1em;
	line-height: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
}
h1{
	font-size: 3em;
}

h2{
	font-size: 1em;
	color: #2462AA;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h3{
	font-size: 1.5em;
	color: #2462AA;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.75em;
	margin-left: 0px;
}
h4{
	font-size: 1em;
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h5{
	font-size: 1.5em;
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.75em;
	margin-left: 0px;
}

#bodycopy .larger{
	font-size: 1.5em;
}
#bodycopy .smaller{
	font-size: .80em;
}
#bodycopy .red{
	font-weight: bold;
	color: #990000;
}
#bodycopy .blue{
	font-weight: bold;
	color: #2462AA;
}
#bodycopy .navy{
	font-weight: bold;
	color: #000066;
}

.hr{
	height: 1px;
	background-color: #deb577;
	display: block;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

a:link {
	color: #004a8d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004a8d;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #002D55;
}
#bodycopy a, #bodycopy a:link, #bodycopy a:visited{
	text-decoration:  underline;
	}

.quickdates{
	font-size: 0.9em;
}
.quickdates td{
}
.quickdates .header{
	background-color: #2462AA;
	color: #FFFFFF;
}
.quickdates .dullbg{
	background-color: #C0D7EF;
}

.quickdates .datename{
	background-color: #AAC9EA;
	color: #00172F;
}
.quickdates .lightline{
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #B3CFEC;
	border-left-color: #B3CFEC;
}
.quickdates .leftline{
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #B3CFEC;
	border-left-color: #1D5087;
}
.quickdates .sel{
	background-color: #FCB342;
	color: #660000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FCB342;
	border-left-color: #FCB342;

}

.dottedbottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD991;
}

#container{
	width: 982px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#homecenter /* HOME PAGE */
p{
	color: #0D095B;
	font-size: 1.05em;
	line-height: 1.5em;
}


/* FEATURED  */
#container p.featuredmuseum, #container p.featuredmuseum a{
	color: #FFFFFF;
	margin-top: 10px;
	text-decoration: none;
	text-align: left;
	font-size: .95em;
}
#container p.featuredmuseum a:hover{
	text-decoration: none;
	color: #FCB342;
}




/* FOOTER */
#footer {
	display:block;
	clear:both;
	}
	
#footer p{
	color: #0D095B;
	font-size: .90em;
}

#bodycopy{
	padding: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#bodycopy p, #bodycopy li{
	line-height: 1.7em;
	color: #371C00;
}

/* HELPERS */
img.border{
	border: 1px solid #003366;
}
img.leftimg{
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #003366;
	float:left;
}
img.rightimg{
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #003366;
	float:right;
}
.clearfloats{
	display: block;
	height: 10px;
	clear: both;
	width: 100%;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.star{
	font-weight: bold;
	color: #CC0000;
}
.showme{

}
.hideme{

}



.tool-tip {
	color: #fff;
	width: 230px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fcb342;
	padding: 8px 8px 4px;
	background-color: #000066;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background-color: #336699;
}

.tool-text em{
	font-style: normal;
	font-weight: bolder;
	color: #FF9900;
}






#nav2 li .openmenu, #nav2 li .openmenudown{
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/plus.gif);
	background-repeat: repeat;
	position:relative;
	right: -10px;
	bottom: 12px;
	background-position: 0px 0px;
	margin: -14px 0px 0px;
	padding: 0px;
}
#nav2 li .openmenudown{
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/plus.gif);
	background-repeat: repeat;
	position:relative;
	right: -10px;
	bottom: 12px;
background-position: 0px 28px;
	margin: -14px 0px 0px;
	padding: 0px;
	
	
}

#nav2 li .openmenu a{
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/plus.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
#nav2 li .openmenudown a{
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/plus.gif);
	background-repeat: repeat;
	background-position: 0px 28px;
	margin: 0px;
	padding: 0px;
}


#nav2 li .openmenu a:hover{
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/plus.gif);
	background-repeat: repeat;
	background-position: 0px 14px;
	margin: 0px;
	padding: 0px;
}
#nav2 li .openmenudown a:hover{
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/plus.gif);
	background-repeat: repeat;
background-position: 0px 14px;
	margin: 0px;
	padding: 0px;
}


#nav2 li #openmenu1{
bottom: 10px;
}
#nav2 li #openmenu2{
bottom: 30px;
}

ul.bulletlist{
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
ul.bulletlist li{
	margin-left: 15px;
}
ul.homelist{
	padding: 0px;
	margin-top: 10px;
}
ul.homelist li{
	padding-bottom: 0.75em;
	font-size: 1em;
}

#headertext{
	font-family: "Bembo", Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #0D085A;
	display: block;
	margin: 0px;
	float: left;
	letter-spacing: 0.1em;
	width: 575px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-weight: bold;
	line-height: 1em;
}

/* NAV1 */

#nav1{
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	height: 48px;
	width: 412px;
}

#nav1 li{
	display: inline;
	float:left;
	list-style-type: none;
	height: 48px;
	margin: 0px;
	padding: 0px;
}

#nav1 li u{
	line-height: 0em;
	font-size: 4pt;
	visibility: hidden;
}

#nav1 li a{
	display: block;
	height:  48px;
	width: 117px;
	float: left;
}

#nav1 li a:hover{ text-decoration: none; }

/* ITEM1*/
#nav1 .item1, #nav1 .item1selected, #nav1 .item1 a, #nav1 .item1 a:hover, #nav1 .item1selected a{
	width: 122px;
	height: 48px;
	background-image: url(images/header_contact.jpg);
}
#nav1 .item1 a{ background-position: 0px 0px; }
#nav1 .item1selected, #nav1 .item1 a:hover, #nav1 .item1selected a{ background-position: 0px  -48px; }

/* ITEM2*/
#nav1 .item2, #nav1 .item2selected, #nav1 .item2 a, #nav1 .item2 a:hover, #nav1 .item2selected a{
	width: 117px;
	height: 48px;
	background-image: url(images/header_sitemap.jpg);
}
#nav1 .item2 a{ background-position: 0px 0px; }
#nav1 .item2selected, #nav1 .item2 a:hover, #nav1 .item2selected a{ background-position: 0px  -48px; }

/* ITEM3*/
#nav1 .item3, #nav1 .item3selected, #nav1 .item3 a, #nav1 .item3 a:hover, #nav1 .item3selected a{
	width: 173px;
	height: 48px;
	background-image: url(images/header_login.jpg);
}
#nav1 .item3 a{ background-position: 0px 0px; }
#nav1 .item3selected, #nav1 .item3 a:hover, #nav1 .item3selected a{ background-position: 0px  -48px; }


/* NAV1mem */

#nav1mem{
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	height: 48px;
	width: 256px;
}

#nav1mem li{
	display: inline;
	float:left;
	list-style-type: none;
	height: 48px;
	margin: 0px;
	padding: 0px;
}

#nav1mem li u{
	line-height: 0em;
	font-size: 4pt;
	visibility: hidden;
}

#nav1mem li a{
	display: block;
	height:  48px;
	width: 111px;
	float: left;
}

#nav1mem li a:hover{ text-decoration: none; }

/* ITEM1*/
#nav1mem .item1, #nav1mem .item1selected, #nav1mem .item1 a, #nav1mem .item1 a:hover, #nav1mem .item1selected a{
	width: 145px;
	height: 48px;
	background-image: url(images/header_contact1.jpg);
}
#nav1mem .item1 a{ background-position: 0px 0px; }
#nav1mem .item1selected, #nav1mem .item1 a:hover, #nav1mem .item1selected a{ background-position: 0px  -48px; }

/* ITEM2*/
#nav1mem .item2, #nav1mem .item2selected, #nav1mem .item2 a, #nav1mem .item2 a:hover, #nav1mem .item2selected a{
	width: 111px;
	height: 48px;
	background-image: url(images/header_sitemap1.jpg);
}
#nav1mem .item2 a{ background-position: 0px 0px; }
#nav1mem .item2selected, #nav1mem .item2 a:hover, #nav1mem .item2selected a{ background-position: 0px  -48px; }



/* NAV2mem */

#nav2mem{
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	height: 32px;
	width: 615px;
}

#nav2mem li{
	display: inline;
	float:left;
	list-style-type: none;
	height: 46px;
	margin: 0px;
	padding: 0px;
}

#nav2mem li u{
	line-height: 0em;
	font-size: 4pt;
	visibility: hidden;
}

#nav2mem li a{
	display: block;
	height:  46px;
	width: 111px;
	float: left;
}

#nav2mem li a:hover{ text-decoration: none; }

/* ITEM1*/
#nav2mem .item1, #nav2mem .item1selected, #nav2mem .item1 a, #nav2mem .item1 a:hover, #nav2mem .item1selected a{
	width: 94px;
	height: 32px;
	background-image: url(images/memnav1_addevent.gif);
}
#nav2mem .item1 a{ background-position: 0px 0px; }
#nav2mem .item1selected, #nav2mem .item1 a:hover, #nav2mem .item1selected a{ background-position: 0px  -46px; }

/* ITEM2*/
#nav2mem .item2, #nav2mem .item2selected, #nav2mem .item2 a, #nav2mem .item2 a:hover, #nav2mem .item2selected a{
	width: 98px;
	height: 32px;
	background-image: url(images/memnav2_editprofile.gif);
}
#nav2mem .item2 a{ background-position: 0px 0px; }
#nav2mem .item2selected, #nav2mem .item2 a:hover, #nav2mem .item2selected a{ background-position: 0px  -46px; }

/* ITEM3*/
#nav2mem .item3, #nav2mem .item3selected, #nav2mem .item3 a, #nav2mem .item3 a:hover, #nav2mem .item3selected a{
	width: 139px;
	height: 32px;
	background-image: url(images/memnav3_changepassword.gif);
}
#nav2mem .item3 a{ background-position: 0px 0px; }
#nav2mem .item3selected, #nav2mem .item3 a:hover, #nav2mem .item3selected a{ background-position: 0px  -46px; }

/* ITEM4*/
#nav2mem .item4, #nav2mem .item4selected, #nav2mem .item4 a, #nav2mem .item4 a:hover, #nav2mem .item4selected a{
	width: 201px;
	height: 32px;
	background-image: url(images/memnav4_manual.gif);
}
#nav2mem .item4 a{ background-position: 0px 0px; }
#nav2mem .item4selected, #nav2mem .item4 a:hover, #nav2mem .item4selected a{ background-position: 0px  -46px; }

/* ITEM5*/
#nav2mem .item5, #nav2mem .item5selected, #nav2mem .item5 a, #nav2mem .item5 a:hover, #nav2mem .item5selected a{
	width: 83px;
	height: 32px;
	background-image: url(images/memnav5_logout.gif);
}
#nav2mem .item5 a{ background-position: 0px 0px; }
#nav2mem .item5selected, #nav2mem .item5 a:hover, #nav2mem .item5selected a{ background-position: 0px  -46px; }





/* NAV2 */

#nav2{
	margin: 0px;
	padding: 0px;
	display: block;
	
	width: 180px;
	background-color: #2462AA;
}

#nav2 li{
	display: inline;
	width: 180px;
	list-style-type: none;
	min-height: 29px;
	
	/float: left;
	/clear: both;
	
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
html>body #nav2 li{
	float: none;
	clear: none;
}

#nav2 li u{
	line-height: 0em;
	font-size: 4pt;
	visibility: hidden;
}

#nav2 li a{
	display: block;
	height:  29px;
	width: 180px;
	
	/float: left;
	/clear: both;
	
	margin: 0px;
	padding: 0px;
}

#nav2 li a:hover{ text-decoration: none; }

/* ITEM1*/
#nav2 .item1, #nav2 .item1selected, #nav2 .item1 a, #nav2 .item1 a:hover, #nav2 .item1selected a{
	width: 180px;
	height: 43px;
	background-image: url(images/leftnav_about.gif);
	background-repeat: no-repeat;
	
}
#nav2 .item1 a{ background-position: 0px 0px; }
#nav2 .item1selected, #nav2 .item1 a:hover, #nav2 .item1selected a{ background-position: 0px  -45px; }

/* ITEM2*/
#nav2 .item2, #nav2 .item2selected, #nav2 .item2 a, #nav2 .item2 a:hover, #nav2 .item2selected a{
	width: 180px;
	height: 56px;
	background-image: url(images/leftnav_programs.gif);
	background-repeat: no-repeat;
}
#nav2 .item2 a{ background-position: 0px 0px; }
#nav2 .item2selected, #nav2 .item2 a:hover, #nav2 .item2selected a{ background-position: 0px  -56px; }

/* ITEM3*/
#nav2 .item3, #nav2 .item3selected, #nav2 .item3 a, #nav2 .item3 a:hover, #nav2 .item3selected a{
	width: 180px;
	height: 39px;
	background-image: url(images/leftnav_membership.gif);
	background-repeat: no-repeat;
}
#nav2 .item3 a{ background-position: 0px 0px; }
#nav2 .item3selected, #nav2 .item3 a:hover, #nav2 .item3selected a{ background-position: 0px  -39px; }

/* ITEM4*/
#nav2 .item4, #nav2 .item4selected, #nav2 .item4 a, #nav2 .item4 a:hover, #nav2 .item4selected a{
	width: 180px;
	height: 38px;
	background-image: url(images/leftnav_apachs.gif);
	background-repeat: no-repeat;
}
#nav2 .item4 a{ background-position: 0px 0px; }
#nav2 .item4selected, #nav2 .item4 a:hover, #nav2 .item4selected a{ background-position: 0px  -38px; }

/* ITEM5*/
#nav2 .item5, #nav2 .item5selected, #nav2 .item5 a, #nav2 .item5 a:hover, #nav2 .item5selected a{
	width: 180px;
	height: 38px;
	background-image: url(images/leftnav_pcim.gif);
	background-repeat: no-repeat;
}
#nav2 .item5 a{ background-position: 0px 0px; }
#nav2 .item5selected, #nav2 .item5 a:hover, #nav2 .item5selected a{ background-position: 0px  -38px; }

/* ITEM6*/
#nav2 .item6, #nav2 .item6selected, #nav2 .item6 a, #nav2 .item6 a:hover, #nav2 .item6selected a{
	width: 180px;
	height: 37px;
	background-image: url(images/leftnav_advocacy.gif);
	background-repeat: no-repeat;
}
#nav2 .item6 a{ background-position: 0px 0px; }
#nav2 .item6selected, #nav2 .item6 a:hover, #nav2 .item6selected a{ background-position: 0px  -37px; }

/* ITEM7*/
#nav2 .item7, #nav2 .item7selected, #nav2 .item7 a, #nav2 .item7 a:hover, #nav2 .item7selected a{
	width: 180px;
	height: 83px;
	background-image: url(images/leftnav_07.gif);
	background-repeat: no-repeat;
	display: block;
}
#nav2 .item7 a{ background-position: 0px 0px; }
#nav2 .item7selected, #nav2 .item7 a:hover, #nav2 .item7selected a{ background-position: 0px  -81px; }

/* ITEM8*/
#nav2 .item8, #nav2 .item8selected, #nav2 .item8 a, #nav2 .item8 a:hover, #nav2 .item8selected a{
	width: 180px;
	height: 38px;
	background-image: url(images/leftnav_jobs.gif);
	background-repeat: no-repeat;
}
#nav2 .item8 a{ background-position: 0px 0px; }
#nav2 .item8selected, #nav2 .item8 a:hover, #nav2 .item8selected a{ background-position: 0px  -38px; }

/* ITEM9*/
#nav2 .item9, #nav2 .item9selected, #nav2 .item9 a, #nav2 .item9 a:hover, #nav2 .item9selected a{
	width: 180px;
	height: 46px;
	background-image: url(images/leftnav_conference.gif);
	background-repeat: no-repeat;
}
#nav2 .item9 a{ background-position: 0px 0px; }
#nav2 .item9selected, #nav2 .item9 a:hover, #nav2 .item9selected a{ background-position: 0px  -46px; }

/* ITEM10*/
#nav2 .item10, #nav2 .item10selected, #nav2 .item10 a, #nav2 .item10 a:hover, #nav2 .item10selected a{
	width: 180px;
	height: 46px;
	background-image: url(images/leftnav_funding.gif);
	background-repeat: no-repeat;
}
#nav2 .item10 a{ background-position: 0px 0px; }
#nav2 .item10selected, #nav2 .item10 a:hover, #nav2 .item10selected a{ background-position: 0px  -46px; }

/* ITEM11*/
#nav2 .item11, #nav2 .item11selected, #nav2 .item11 a, #nav2 .item11 a:hover, #nav2 .item11selected a{
	width: 180px;
	height: 29px;
	background-image: url(images/leftnav_announcements.gif);
	background-repeat: no-repeat;
}
#nav2 .item11 a{ background-position: 0px 0px; }
#nav2 .item11selected, #nav2 .item11 a:hover, #nav2 .item11selected a{ background-position: 0px  -29px; }

/* ITEM12*/
#nav2 .item12, #nav2 .item12selected, #nav2 .item12 a, #nav2 .item12 a:hover, #nav2 .item12selected a{
	width: 180px;
	height: 49px;
	background-image: url(images/leftnav_yellowpages.gif);
	background-repeat: no-repeat;
}
#nav2 .item12 a{ background-position: 0px 0px; }
#nav2 .item12selected, #nav2 .item12 a:hover, #nav2 .item12selected a{ background-position: 0px  -49px; }

/* ITEM13*/
#nav2 .item13, #nav2 .item13selected, #nav2 .item13 a, #nav2 .item13 a:hover, #nav2 .item13selected a{
	width: 180px;
	height: 40px;
	background-image: url(images/leftnav_dates.gif);
	background-repeat: no-repeat;
}
#nav2 .item13 a{ background-position: 0px 0px; }
#nav2 .item13selected, #nav2 .item13 a:hover, #nav2 .item13selected a{ background-position: 0px  -40px; }


#nav2 .subnav{
	margin: 0px;
	padding: 0px;
	display: block;
}
#nav2 .subnav li{
	background-color: #367ccd;
	margin: 0px;
	padding: 0px;
	height: auto;
	text-align: left;
	display: inline;

}
#nav2 .subnav li a{
	margin: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: none;
	background-color: #367ccd;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1em;
	color: #FFFFFF;
	text-align: left;
	height: auto;
	width: 157px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
}
#nav2 .subnav li a:hover, #nav2 .subnav li.selected a, #nav2 .subnav li.selected a:hover{
	margin: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: none;
	background-color: #4185CF;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1em;
	color: #000066;
	text-align: left;
	height: auto;
	width: 157px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
}
#nav2 .subnav li.selected a, #nav2 .subnav li.selected a:hover{
	background-color: #88B3E1;
}

#nav2 .subnav li a .carrot{
	color: #FF9900;
	font-weight: bold;
}
#nav2 .subnav li a:hover .carrot{
	color: #FF6600;
	font-weight: bold;
}


/* NAV3 */

#nav3{
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	height: 271px;
	width: 181px;
}

#nav3 li{
	display: inline;
	float:left;
	list-style-type: none;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#nav3 li u{
	line-height: 0em;
	font-size: 4pt;
	visibility: hidden;
}

#nav3 li a{
	display: block;
	height:  34px;
	width: 181px;
	float: left;
}

#nav3 li a:hover{ text-decoration: none; }

/* ITEM1*/
#nav3 .item1, #nav3 .item1selected, #nav3 .item1 a, #nav3 .item1 a:hover, #nav3 .item1selected a{
	width: 181px;
	height: 79px;
	background-image: url(images/rightnav_comevisit.gif);
}
#nav3 .item1 a{ background-position: 0px 0px; }
#nav3 .item1selected, #nav3 .item1 a:hover, #nav3 .item1selected a{ background-position: 0px  -79px; }

/* ITEM2*/
#nav3 .item2, #nav3 .item2selected, #nav3 .item2 a, #nav3 .item2 a:hover, #nav3 .item2selected a{
	width: 181px;
	height: 82px;
	background-image: url(images/rightnav_search.gif);
}
#nav3 .item2 a{ background-position: 0px 0px; }
#nav3 .item2selected, #nav3 .item2 a:hover, #nav3 .item2selected a{ background-position: 0px  -82px; }

/* ITEM3*/
#nav3 .item3, #nav3 .item3selected, #nav3 .item3 a, #nav3 .item3 a:hover, #nav3 .item3selected a{
	width: 181px;
	height: 76px;
	background-image: url(images/rightnav_events.gif);
}
#nav3 .item3 a{ background-position: 0px 0px; }
#nav3 .item3selected, #nav3 .item3 a:hover, #nav3 .item3selected a{ background-position: 0px  -76px; }

/* ITEM4*/
#nav3 .item4, #nav3 .item4selected, #nav3 .item4 a, #nav3 .item4 a:hover, #nav3 .item4selected a{
	width: 181px;
	height: 34px;
	background-image: url(images/rightnav_links.gif);
}
#nav3 .item4 a{ background-position: 0px 0px; }
#nav3 .item4selected, #nav3 .item4 a:hover, #nav3 .item4selected a{ background-position: 0px  -34px; }

#memsub{
	font-size: 1em;
}
#memsub a.memsub {
	font-size: 80%;
	color: #6699CC;
}
#memsub a.memsub:hover {
	color: #C6D9EC;
}
#memsub a.memsubselected, #memsub a.memsubselected:hover{
	font-size: 80%;
	font-weight: bold;
	color: #FFCC33;	
}

/* FROM STUFF*/
.generalform{
}
.input, .select, .submit{
	margin: 0px;
	padding: 3px;
	border: 1px solid #FFCC6F;
	color: #993300;
	background-color: #FFFAF0;
	line-height: .75em;
}
#alert p{
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 4px;
	border: 2px solid #CC0000;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-weight: normal;
}
#alert strong{
	color: #FFCC00;
	text-transform: uppercase;
	font-weight: bold;
}

#success p{
	color: #FFFFFF;
	background-color: #33CC00;
	padding: 4px;
	border: 2px solid #339900;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-weight: normal;
}
#success strong{
	color: #FFCC00;
	text-transform: uppercase;
	font-weight: bold;
}

.tinylink{
	font-size: 80%;	
}
#pwdlookupform{
	display:none;
}