/* CSS Document */



/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, /*em, strong,*/ th, var
{ font-style: normal; font-weight: normal; }

/* Removes list-style from lists */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

/* =si_clear_children */
.pc, .sc {
position: absolute; top: 0; left: 0; }
.clear_children, .cc_tallest { 
position: relative; }
/*\*/* html .clear_children { display: inline; }
/**/ .cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */


html { 
	margin: 0;
	padding: 0; 
	}
body { 
	text-align: center; 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #8c8d8e; 
	color:#000000;
	 }
div#container {  
	position: relative;
	background-image: url(images/bckgrnd_shadow_ALT.gif); 
	background-repeat: repeat-y; 
	text-align: left; 
	margin: 0 auto; 
	width: 800px; 
	height: auto;
	}
div#container_2 {  
	position: relative;
	background-image: url(images/bckgrnd_shadow_2.gif); 
	background-repeat: repeat-y; 
	text-align: left; 
	margin: 0 auto; 
	width: 800px; 
	height: auto;
	}
div#content {
	position: relative;
	left: 15px;
	width: 770px; 
	background: none;
	/*background-color: #fff4cb;*/ 
	}
div#content_main { 
	height: auto;
	}

/* Hides from IE5-mac \*/
* html div#content_home {height: 1000px;}
/* End hide from IE5-mac */

div#content_home { 
	min-height: 1000px; 
	}	
div#content_main {
	left: 0;
	width: 475px;
	padding: 0 0;
	/*background: none;*/
	}
div#content_sub {
	left: 475px;
	width: 295px;
	padding: 0 0;
	background-image: url(images/bckgrnd_sub.gif); background-repeat: repeat;
	/*background: none;*/
	/*background-color: #fff7d8;*/
	/*border-bottom: solid 1px #a74b95;*/
	}

div#branding, div#nav_main, div#site_info, div#title {
	width: 100%; 
	}

p, h1, h2, h3, h4, ul, ol, li, td { font-family: Verdana, Arial, Helvetica, sans-serif normal; }
p, ul, ol, li { line-height: 1.3; }
div#nav_main ul, li {line-height: normal; }

a:link { 
	background: transparent;
	color: #000;
	text-decoration: none; 
	}	
a:visited {
	background: transparent;
	color: #000;
	text-decoration: none; 
	}	
a:hover {
	background: transparent;
	color: #000;
	text-decoration: none; 
	}
	
p { font-size: 0.8em; font-weight: normal; }
h1 { font-size:1.7em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.15em; }
h4 { font-size: .95em; }
h5 { font-size: 0.8em; }
img { display: block; border: 0; } 


/* ----------- branding styles ------------*/
div#branding { 
	position: relative;
	left: 15px;
	width: 770px; 
	height: 40px; 
	background-color: #FFFFFF;
	}	
div#branding h1 { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 466px;
	height: 40px;
	background: transparent url(images/cht_logo_small_5.gif) no-repeat;
	background-position: 0 0; 
	}
div#branding h1 a { 
	display: block;
	width: 466px;
	height: 40px;
	text-indent: -9999px; 
	}
div#branding ul {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 10px 0 0;
	color: #892890;
	list-style-type: none;
	font-size: .6em;
	}		
div#branding li {
	font-size: 100%;;
	display: inline;
	padding: 0 3px;
	}
div#branding li.line {
	background: url(images/tween.gif) no-repeat left;
	padding-left: 10px;
	}		
div#branding li a {
	font-size: 100%;
	font-weight: bold;
	color: #892890;
	}	
div#branding li a:hover {
	text-decoration: underline;
	}

/* ----------- footer styles ------------*/	
div#site_info {
	position: relative;
	left: 15px;
	width: 770px; 
	height: 20px;
	background-color: #892890;
	}
div#site_info p { 
	font-size: .65em;
	color: #FFFFFF;
	padding: 3px 0 0 10px;
	margin: 0;
	}
div#site_info a {
	color: #FFFFFF;
	}
div#site_info a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none; 
	}

/* --------- navigation styles -----------*/
div#nav_main { 
	position: relative;
	left: 15px;
	width: 770px; 
	height: 49px; 
	background-color: #892890;
	}
div#nav_main ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
#mainnav { 
	position: relative;
	top: 0; 
	width: 770px; 
	height: 49px;
	}
#mainnav li ul, #mainnav li ul { 
	margin: 0; 
	padding: 0; 
	}	
#mainnav a { 
	text-decoration: none; 
	}
#mainnav li { /*float the main list items */
	margin: 0;
	float: left;
	display: block; 
	}
#mainnav li ul { 
	display: none; 
	}
#mainnav li ul li {
	background: url(none);
	}	
#mainnav li.off ul, #mainnav li.on ul { /* put the subnav below*/ 
	position: absolute; 
	top: 30px;
	left: 0; 
	height: 14px; 
	width: 770px; 
	padding-bottom: 5px; 
	background-color: #892890;
	}	
#mainnav li.on:hover ul, #mainnav li.over ul { /*for ie*/
	height: 14px; background-color: #892890; }
	
#mainnav li a { /*navigation main titles*/
	color: #a74b95;
	display: block;
	padding: 0; 
	float: left;
	/*padding: 7px 20px 40px 20px;*/
	margin-left: 0px;
	margin-right: 0px;
	font-size: .6em; 
	}	
#mainnav li.on a { 
	color: #fff;
	background-color: #892890; 
	}	
#mainnav li.off ul a, #mainnav li.on ul a {
	border: 0;
	float: left; /*ie doesn't inhereit the float*/
	color: #FFF;
	display: block;
	font-size: .6em;
	width: auto;
	background-image: none;
	padding: 3px 10px 0 10px; 
	margin: 0;
	height: 14px;
	}	
#mainnav li.on:hover ul a, #mainnav li.over ul li a { /*for ie - the specificity is necessary*/
	background: none; 
	}
#mainnav li.on ul { 
	display: block; 
	}
#mainnav li.off:hover ul, #mainnav li.over ul {
	display: block;
	z-index: 6000; 
	}
	

/*what is this doing?
#mainnav li.off a:hover, #mainnav li.on a:hover { 
	color: #FFF;
	background-color: #a74b95 }*/
	
#mainnav li.off a:hover, #mainnav li.off:hover a, #mainnav li.over a { /*background on the subnav hover*/
	background-color: #892890;  
	}
#mainnav li.off a:hover, #mainnav li:hover a, #mainnav li.over a {
	color: #FFF;
	background-color: #892890;
	}
	
/* ------------- image replacement -------------- */
#mainnav li span {
	position: absolute;
	left: -9384px;
	}
#mainnav li a.calendar {width: 210px;}
#mainnav li a.projects {width: 143px;}
#mainnav li a.resources {width: 157px;}
#mainnav li a.aboutus {width: 145px;}
#mainnav li a.home {width: 115px;}


#mainnav li:hover ul, #mainnav li.over ul {
	display: block;
	z-index: 6000;
	}

/*contains all hover states*/
#nav_home a, #nav_training a, #nav_projects a, #nav_resources a, #nav_aboutus a {
	display: block;
	position: relative;
	height: 30px; 
	background: url(images/bckgrnd_tabs_6.gif) no-repeat; /*contains all hover states*/
	}
	
/*initial states in place*/
#nav_training a {background-position: 0px 0;}
#nav_projects a {background-position: -210px 0;}
#nav_resources a {background-position: -353px 0;}
#nav_aboutus a {background-position: -510px 0;}
#nav_home a {background-position: -655px 0;}

#nav_training.on a {background-position: 0px -49px;}
#nav_projects.on a {background-position: -210px -49px;}
#nav_resources.on a {background-position: -353px -49px;}
#nav_aboutus.on a {background-position: -510px -49px;}
#nav_home.on a {background-position: -655px -49px;}

/*hover states*/
#nav_training a:hover, #nav_training:hover a, #nav_training.over a {background-position: 0px -49px;}
#nav_projects a:hover, #nav_projects:hover a, #nav_projects.over a {background-position: -210px -49px;}
#nav_resources a:hover, #nav_resources:hover a, #nav_resources.over a {background-position: -353px -49px;}
#nav_aboutus a:hover, #nav_aboutus:hover a, #nav_aboutus.over a {background-position: -510px -49px;}
#nav_home a:hover, #nav_home:hover a, #nav_home.over a {background-position: -655px -49px;}



/* -------------- subnav formatting -------------*/
#mainnav li.off ul a, #mainnav li.on ul a {
	display: block;
	background: none;
	color: #FFF;
	font-size: .7em; 
	}
#mainnav li.off ul a:hover, #mainnav li.on ul a:hover { 
	text-decoration: underline; 
	}
#mainnav li.on ul a { 
	background: none; 
	}
#mainnav li ul a.placeholder, #mainnav li ul a:visited.placeholder, #mainnav li ul a:hover.placeholder  { 
	color: #892890; 
	}


/* ---------------- formatting the titles ----------------*/
div#title { 
	position: relative;
	width: 770px;
	height: 50px;
	background-color:#FFFFFF; 
	}
div#title h1 { 
	margin: 10px 0 0 0;
	padding: 20px 0 5px 10px; 
	color: #fff;
	letter-spacing: 1px;
	}
div#title_home { 
	height: 305px;
	margin: 0;
	padding: 0;
	}
div#title_calendar { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_calendar_5.gif);
	}
div#title_calendar h1 { 
	display: block;
	text-indent: -9999px;
	}
div#title_event { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_event_5.gif);
	}
div#title_event h1 { 
	display: block;
	text-indent: -9999px;
	}
div#title_online { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_online_5.gif);
	}
div#title_online h1 { 
	display: block;
	text-indent: -9999px;
	}
div#title_events { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_exevents_5.gif);
	}
div#title_events h1 { 
	display: block;
	text-indent: -9999px;
	}
div#title_ce { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_ce_5.gif);
	}
div#title_ce h1 { 
	display: block;
	text-indent: -9999px;
	}		
div#title_privacy { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_privacy_5.gif);
	}
div#title_privacy h1 { 
	display: block;
	text-indent: -9999px;
	}		
div#title_search { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_search_5.gif);
	}
div#title_search h1 { 
	display: block;
	text-indent: -9999px;
	}
div#title_sitemap { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_sitemap_5.gif);
	}
div#title_sitemap h1 { 
	display: block;
	text-indent: -9999px;
	}		
div#title_projects { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_projects_5.gif);
	}
div#title_projects h1 { 
	display: block;
	text-indent: -9999px;
	}		
div#title_comprojects { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_comprojects_5.gif);
	}
div#title_comprojects h1 { 
	display: block;
	text-indent: -9999px;
	}		
div#title_products { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_products_5.gif);
	}
div#title_products h1 { 
	display: block;
	text-indent: -9999px;
	}		
div#title_links { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_links_5.gif);
	}
div#title_links h1 { 
	display: block;
	text-indent: -9999px;
	}		
div#title_materials { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_materials_5.gif);
	}
div#title_materials h1 { 
	display: block;
	text-indent: -9999px;
	}
div#title_newsletters { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_newsletters_5.gif);
	}
div#title_newsletters h1 { 
	display: block;
	text-indent: -9999px;
	}
div#title_whoweare { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_whoweare_5.gif);
	}
div#title_whoweare h1 { 
	display: block;
	text-indent: -9999px;
	}		
div#title_services { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_services_5.gif);
	}
div#title_services h1 { 
	display: block;
	text-indent: -9999px;
	}		
div#title_staff { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_staff_5.gif);
	}
div#title_staff h1 { 
	display: block;
	text-indent: -9999px;
	}		
div#title_staffdocuments { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_staffdocuments.gif);
	}
div#title_staffdocuments h1 { 
	display: block;
	text-indent: -9999px;
	}		
div#title_contact { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_contact_5.gif);
	}
div#title_contact h1 { 
	display: block;
	text-indent: -9999px;
	}
div#title_titlex { 
	position: relative;
	left: 15px;
	width: 770px;
	height: 60px; 
	background-image:url(images/title_titlex_5.gif);
	}
div#title_titlex h1 { 
	display: block;
	text-indent: -9999px;
	}	

/* ---------- styles for the subnavigation box ------------ */	
div#nav_sub { 
	height: 20px; 
	width: 475px; 
	margin: 3px 0 0 0;
	padding: 0;
	}
div#nav_sub ul.sub { 
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
div#nav_sub li { 
	margin-right: 5px;
	padding-left: 0px;
	float: left;
	display: block; 
	}
div#nav_sub li a { 
	color: #892890;
	display: block;
	float: left;
	padding: 0 0 0 10px;
	font-size: .8em;
	font-weight: bold; 
	text-decoration: none;
	 }
div#nav_sub li a:hover { 
	text-decoration:underline; 
	}
.thisview { color: #000000; text-decoration: underline; }

/* ------------ styles for the SEARCH form --------------*/
form.search { 
	position: absolute;
	font-size: .6em;
	right: 0;
	top: 30px;
	margin-right: 10px;
	}
form.search label {
	font-weight: bold;
	color: #892890;
	}
	
/* ---------- styles for the MAIN CONTENT column ----------- */
div#content_main h1 {
	margin: 0 10px;
	padding: 0 0 10px 0;
	color: #892890;
	}
/*div#content h2, h3, h4, h5 { 
	color: #892890; 
	margin: 0 10px;
	}
*/div#content_main p, ul, blockquote, table {
	margin: 0 10px;
	}
div#content_main p, ul {
	padding-bottom: 0px;
	}
div#content_main p.space {
	padding-bottom: 10px;
	}
div#content_main p.smallspace {
	padding-bottom: 5px;
	}
div#content_main p.title {
	font-weight: bold;
	}
div#content_main ul.space {
	padding-bottom: 10px;
	}
div#content_main p.proceed { 
	font-weight: bold; 
	margin-bottom: 0; 
	padding-bottom: 0px;
	}
div#content_main p.proceed_space { 
	font-weight: bold; 
	margin-bottom: 0; 
	padding-bottom: 10px;
	}
div#content_main p.right { 
	text-align: right;
	}
div#content_main p.output { /* styles the date and time content throughout */
	color: #892890;
	padding-bottom: 0; 
	}
div#content_main p.output_space { /* styles the date and time content throughout */
	color: #892890;
	font-weight: bold;
	padding-bottom: 10px; 
	}
div#content_main p.output_reg { /* styles the date and time content throughout */
	padding-bottom: 0;
	font: normal;
	color: #892890; 
	}
div#content_main p.output_reg_space { /* styles the date and time content throughout */
	padding-bottom: 10px;
	font: normal;
	color: #892890; 
	}
div#content_main p.indent { 
	padding-left: 10px;
	}
div#content_main p.bigindent { 
	padding-left: 20px;
	}
div#content_main p.quoteindent { 
	padding: 0px 20px 10px 20px; 
	font-style: italic;
	}
div#content_main p.intro { 
	font-style: normal;
	font-weight: bold;
	color: #444;
	font-size: 70%;
	line-height: 1.35em;
	}
div#content_main p span {
	font-weight: bold;
	color: #892890;
	}
div#content_main p span.bold {
	font-weight: bold;
	color: #333333;
	}
div#content_main h1.sub {
	font-size: 110%;
	padding-top: 15px;
	}
div#content_main h2 {
	color: #892890; 
	font-size: 140%;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0 10px;
	}
div#content_main h2.sub {
	color: #333333; 
	font-size: 110%;
	padding-top: 0;
	}
div#content_main h2.event { 
	line-height: 1.1em; 
	padding-bottom: 4px;
	}
div#content_main h2.nospace {
	padding-bottom: 0;
	margin-bottom: 0;
	}
div#content_main h2.spacebefore {
	padding-top: 40px;
	}
div#content_main h2.aetc img {
	padding: 10px 10px 0 0;
	}
div#content_main h2.space {
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
div#content_main h2.notop {
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}
div#content_main h2.main {
	padding-top: 10px;
	margin-bottom: 0;
	}
div#content_main h2.title { 
	color: #333333; 
	}
div#content_main h2.title_region { 
	color: #333333;
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	}
div#content_main h2.title_notop { 
	color: #333333; 
	padding-top: 0;
	padding-bottom: 10px; 
	}
div#content_main h2.title_notopbottom { 
	color: #333333; 
	padding-top: 0;
	padding-bottom: 0px; 
	}
div#content_main h2.fptta { 
	color: #333333;
	padding-top: 0;
	padding-bottom: 20px; 
	}
div#content_main h2.ipp { 
	color: #333333;
	padding-top: 0;
	padding-bottom: 0; 
	}
div#content_main h2.ipp_space { 
	color: #333333;
	padding-top: 0;
	padding-bottom: 20px; 
	}
div#content_main h2.grantees {
	font-size: 100%;
	color: #333333;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	}
div#content_main h2.output {
	padding-right: 100px;
	}
div#content_main h2 a { 
	color: #892890; 
	}
div#content_main h3 { 
	color: #333333;
	/*margin-top: 20px;*/
	margin: 20px 10px 0 10px;
	}
div#content_main h3.space { 
	color: #333333;
	/*margin-top: 20px;*/
	margin: 20px 10px 10px 10px;
	}
div#content_main h3.event { 
	font-size: 1.3em;
	line-height: 1.1em;
	margin-top: 10px;
	padding-bottom: 2px;
	}
div#content_main h3.event span.sub { 
	font-size: 1.1em;
	line-height: 1.1em;
	margin-top: 10px;
	padding-bottom: 2px;
	}
div#content_main h3.event_notop { 
	font-size: 1.3em;
	line-height: 1.1em;
	margin-top: 0;
	padding-bottom: 2px;
	}
div#content_main h3.notop { 
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0; 
	}
div#content_main h3.nospace { 
	margin-bottom: 0;
	padding-bottom: 0;
	padding-right: 30px;
	}
div#content_main h3.sub { 
	color: #333333;
	font-size: 110%;
	margin: 0 10px 0 10px;
	}
div#content_main h3 a { 
	color: #333333;
	text-decoration: none;
	}
div#content_main h3 a:hover { 
	text-decoration: none; 
	}
div#content_main h3.contact {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #892890;
}
div#content_main h3.malefpr { 
	color: #892890;
	/*margin-top: 20px;*/
	margin: 20px 10px 0 10px;
	}
div#content_main h4 { 
	color: #333333; 
	font-size: 1.05em;
	/*margin-top: 15px;
	margin-bottom: 0px;*/
	padding-bottom: 0px;
	margin: 15px 10px 0 10px;
	}
div#content_main h4.title { 
	font-size: 1.15em;
	color: #333333;
	}
div#content_main h4.eventtitle { 
	font-size: 1.15em;
	color: #333333;
	margin-top: 15px;
	}
div#content_main h4.space {
	padding-bottom: 10px;
}
div#content_main h4.region {
	margin-top: 5px;
	font-size: .95em;
	color: #333333;
	}
div#content_main h4.region_space {
	margin-top: 10px;
	font-size: .95em;
	color: #333333;
	}
div#content_main h4.notop { 
	margin-bottom: 0;
	padding-bottom: 0px;
	margin-top: 0; 
	}
div#content_main h4.free_event { 
	color: #892890;
	margin-bottom: 0;
	padding-bottom: 0px;
	margin-top: 0; 
	}
div#content_main h4.newsletter { 
	color: #892890;
	font-size: .9em;
	margin-bottom: 0;
	padding-bottom: 10px;
	margin-top: 0; 
	}
div#content_main h5 {
	color: #333333; 
	/*margin-bottom: 15px;*/
	margin: 0px 10px 10px 10px; 
	}
div#content_main h5.nospace {
	margin-bottom: 0; 
	}
div#content_main h5.resource {
	color: #892890;
	margin-bottom: 0; 
	}
div#content_main h5 a.link { 
	color: #892890;
	text-decoration: none;
	border-bottom: 1px dashed #892890;
	}
div#content_main h5 a.link:hover { 
	text-decoration: none;
	border-bottom: 1px solid #892890;
	}
div#content_main ul {
	list-style-type: disc;
	padding-left: 40px;
	margin-left: 0;
	}
div#content_main ul.none {
	list-style-type: none;
	list-style-image: none;
	padding-left: 40px;
	margin-left: 0;
	}
div#content_main ol {
	list-style-type: decimal;
	padding-left: 40px;
	padding-right: 10px;
	margin: 0 10px 0 0;
	}
div#content_main ol.space {
	list-style-type: decimal;
	padding-left: 40px;
	padding-right: 10px;
	margin: 0 10px 10px 0;
	}
div#content_main ul.smallspace {
	margin-bottom: 5px;
	}
div#content_main ul li {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	}
div#content_main ul li.space {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	}
div#content_main ol li {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	}
div#content_main li span {
	font-weight: bold;
	color: #892890;
	}
div#content_main ul ul { 
	padding-left: 20px;
	list-style-type: circle;
	}
div#content_main ul ul li {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	}
div#content_main ul.jump { 
	list-style-type: none;
	height: 10px; 
	width: 475px; 
	margin: 0 0 25px 5px;
	padding: 0;
	}
div#content_main ul.jump li {
	float: left;
	padding: 0;
	margin: 0;
	}
div#content_main ul.jump li a { 
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 0 6px 1px 6px;
	margin: 0 0 0 0;
	font-size: .8em;
	font-weight: bold; 
	text-decoration: none;
	border: 1px solid #892890;
	border-right: 1px solid #FFF;
	background-color: #892890; 
	}
div#content_main ul.jump li a:hover { 
	color: #892890;
	text-decoration: none;
	background-color: #fff9e0;
	border: 1px solid #892890;
	}
div#content_main ul.events { 
	list-style-type: none;
	height: 10px; 
	width: 475px; 
	margin: 0 0 10px 10px;
	padding: 0;
	}
div#content_main ul.events li {
	float: left;
	padding: 0;
	margin: 0;
	}
div#content_main ul.events li a { 
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 0 6px 1px 6px;
	margin: 0 0 0 0;
	font-size: .8em;
	font-weight: bold; 
	text-decoration: none;
	border: 1px solid #892890;
	background-color: #892890; 
	}
div#content_main ul.events li a:hover { 
	color: #892890;
	text-decoration: none;
	background-color: #fff9e0;
	border: 1px solid #892890;
	}
div#content_main td { 
	font-size: 0.8em;
	font-weight: bold; 
	color: #333333;
	padding: 2px 2px 10px 2px;
	vertical-align: top;
	}
div#content_main img {
	margin: 0;
	}
div#content_main img.project {
	margin: 10px 10px 0 10px;
	}
div#content_main img.calendar {
	margin: 15px 10px 0 10px;
	}
div#content_main img.staff {
	margin: 10px 10px 20px 10px;
	}
div#content_main img.region {
	margin: 20px 0 5px 10px;
	}
div#content_main img.indent {
	margin: 0 0 10px 20px;
	}
div#content_main img.right {
	margin: 0 10px 0 0;
	}
div#content_main img.inline {
	margin: 0 5px 0 0;
	}
div#content_main img.rightbottom {
	margin: 0 10px 10px 0;
	}
div#content_main img.niche {
	margin: 10px 0 0 10px;
	}
div#content_main img.newsletter {
	margin: 0 0 10px 10px;
	}
div#content_main img.top {
	margin: 5px 0 5px 0;
	}
div#content_main #indent p { margin-left: 30px; margin-right: 50px; }

/* ----- CREDITS table ------- */
div#content_main table.credits {
	table-layout: fixed;
	border: none;
	width: 455px;
	margin: 0 10px 0 10px;
	font-weight: normal;
	}
div#content_main table.credits td {
	font-size: .8em;
	vertical-align: top;
	padding: 5px 5px 5px 0;
	font-weight: normal;
	}
div#content_main table.credits td.actors {
	text-align: right;
	}

/* ----------- styles for the links in the main column ------------*/
div#content_main a { 
	color: #892890;
	font-weight: bold;  
	}
div#content_main a:hover { 
	text-decoration: none; 
	}
div#content_main p a { 
	color: #892890;
	font-weight: bold;
	border-bottom: 1px dashed #892890;  
	}
div#content_main p a:hover { 
	border-bottom: 1px solid #892890;  
	text-decoration: none; 
	}
div#content_main p a.more {
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	}
div#content_main p a.more:hover { 
	text-decoration: underline;
	}
div#content_main p a.none { 
	border-bottom: none;
	text-decoration: none;
	}
div#content_main p a.none:hover { 
	border-bottom: none;
	text-decoration: none;
	}
div#content_main li.link a { 
	color: #892890;
	font-weight: bold;
	border-bottom: 1px dashed #892890;  
	}
div#content_main li.link a:hover { 
	border-bottom: 1px solid #892890;  
	text-decoration: none; 
	}
div#content_main li a.link { 
	color: #892890;
	font-weight: bold;
	border-bottom: none;  
	}
div#content_main li a.link:hover { 
	border-bottom: 1px solid #892890;  
	text-decoration: none; 
	}
div#content_main li.rollover a { 
	color: #892890;
	font-weight: bold;
	border-bottom: none;  
	}
div#content_main li.rollover a:hover { 
	border-bottom: 1px solid #892890;  
	text-decoration: none; 
	}

/* --------- styles for the dotted line and back to top links ------------*/
div#content_main p.line { 
	border-bottom: 1px solid #DFC5D9; 
	padding-bottom: 2px;
	margin-bottom: 30px;
	margin-top: 5px;
	text-align: right;
	clear: both;
	}
div#content_main p.line a { 
	font-size: 0.75em; 
	color: #DFC5D9;
	border-bottom: none;
	}
div#content_main p.line a:hover { 
	text-decoration: none;
	color: #892890;
	}
div#content_main p.firstline { 
	border-bottom: 1px solid #DFC5D9; 
	padding: 0 0 0 0;
	margin: 0 10px 0 10px;
	}
div#content_main p.titleline { 
	border-bottom: 1px solid #DFC5D9; 
	padding: 0 0 0 0;
	margin: -10px 10px 20px 10px;
	text-align: right;
	}
div#content_main p.titleline a { 
	font-size: 0.75em; 
	color: #DFC5D9;
	border-bottom: none;
	}
div#content_main p.titleline a:hover { 
	text-decoration: none;
	color: #892890;
	border-bottom: none;
	}	
div#content_main p.backline {
	border-bottom: 1px solid #000000; 
	margin-top: -20px; 
	margin-bottom: 25px;
	text-align: right; 
	}
div#content_main p.backline a { 
	font-size: 0.75em; 
	color: #DFC5D9;
	border-bottom: none;
	}
div#content_main p.backline a:hover { 
	text-decoration: none;
	color: #892890;
	border-bottom: none;
	}
div#content_main p.nicheline { 
	border-bottom: 1px solid #999; 
	padding: 0 0 0 0;
	margin: -10px 10px 20px 10px;
	text-align: right;
	}
div#content_main p.nicheline a { 
	font-size: 0.75em; 
	color: #999;
	border-bottom: none;
	}
div#content_main p.nicheline a:hover { 
	text-decoration: none;
	color: #892890;
	border-bottom: none;
	}
div#content_main p.eventline { 
	border-bottom: 1px solid #DFC5D9; 
	padding-bottom: 2px;
	margin-bottom: 20px;
	margin-top: 0;
	text-align: right;
	clear: both;
	}
div#content_main p.calendarline { 
	border-bottom: 1px solid #DFC5D9; 
	padding: 0;
	margin-bottom: 5px;
	margin-top: 0;
	}
/* --------- styles for project and product lists and lines ------------- */
div#content_main div.project_list h4 { 
	color: #892890;
	font-size: 105%;
	padding-bottom: 0;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: normal;
	}
div#content_main div.project_list h4 span { 
	font-size: 75%;
	}
div#content_main div.project_list h4 a {
	color: #892890;
	}
div#content_main div.project_list h4 a:hover {
	text-decoration: underline;
	}
div#content_main div.project_list ul { 
	color: #333;
	list-style-type: disc;
	}
div#content_main div.project_list li { 
	color: #333;
	padding-bottom: 2px;
	font-weight: normal;
	}
div#content_main div.project_list li a { 
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}
div#content_main div.project_list li a:hover { 
	text-decoration: underline;
	color: #333;
	font-weight: bold;
	}

/* --------- styles for the registration forms ------------*/
div#content_main h3.register {
	padding-bottom: 3px;
	}
div#content_main h3 span.required {
	font-size: 55%;
	color: #FF0000 ;
	}
div#content_main table.registration {
	background-color: #f8f8c8;
	border: solid 1px #892890;
	}
div#content_main table.registration td { 
	font-size: 0.8em; 
	color: #000000;
	padding: 0px 5px 10px 15px;
	vertical-align: top;
	}
div#content_main table.registration td p { 
	color: #000000;
	}
div#content_main table.registration td a {
	border-bottom: 1px dashed #892890;  
	}
div#content_main table.registration td a:hover {
	border-bottom: 1px solid #892890;  
	}
div#content_main table.registration td p.space { 
	padding-bottom: 7px;
	}
div#content_main table.registration td ul { list-style-type: none; padding-left: 0px; }
div#content_main table.registration td li { padding-bottom: 2px; }
div#content_main table.registration td h4.register { 
	font-size: 1em;
	color: #892890; 
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 5px 10px; 
	}
div#content_main table.registration td h2 span { color:#F00; }
div#content_main table.registration td.formbodybold { 
	font-weight: bold;
	}
div#content_main table.registration td.right { 
	color: #892890;
	font-weight: bold;
	text-align: right;
	padding-top: 0px;
	vertical-align: top;
	}
div#content_main table.registration td.rhdate { 
	color: #000;
	font-weight: bold;
	text-align: right;
	padding-top: 0px;
	padding-left: 30px;
	vertical-align: top;
	}
div#content_main table.registration td.rightbrd { 
	color: #892890;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #892890; 
	vertical-align: top;
	}
div#content_main table.registration td.topspace {
	padding-top: 10px; 
	}
div#content_main table.registration td.smlbtmspace {
	padding-bottom: 1px; 
	}
div#content_main table.registration td.botbrd {
	border-bottom: 1px solid #892890;
	}
div#content_main table.registration td.topbrd {
	border-top: 1px solid #892890;
	}
div#content_main table.registration td.stepon { 
	font-size: .9em; 
	font-weight: bold;
	color: #FFFFFF; 
	padding: 10px 0 0 0;
	text-align: center;
	border: solid 1px #892890;
	background-color: #892890;
	}
div#content_main table.registration td.stepoff { 
	font-size: .9em; 
	font-weight: bold;
	color: #892890;
	padding: 10px 0 0 0;
	text-align: center;
	border: solid 1px #892890;
	}
div#content_main table.registration td.office { 
	font-size: .9em; 
	font-weight: bold;
	color: #FFFFFF; 
	padding-top: 10px;
	padding-left: 15px;
	border: solid 1px #892890;
	background-color: #892890;
	}
div#content_main table.registration td.notopspace { 
	padding-top: 0;
	}
div#content_main table.registration input, textarea {
	background-color: #FFFFFF;
	}
div#content_main img.float { float: left; }

div#content_main tr.nospace { margin-top: 0px; padding-top: 0; }

/* -------- styles for WRITCHE 2010 page -------------*/

div.writchebox {
	margin: 20px 0 10px 20px; 
	height: 130px;
	background-image: url(writche2010/images/writche_box.gif);
	background-repeat: no-repeat;
	}
div.writchebox p { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	padding: 10px 50px 0 40px;
	font-weight: bold;
}
div#content_main ul.niche { 
	list-style-type: none;
	height: 20px; 
	width: 475px; 
	margin: 3px 0 5px 60px;
	padding: 0;
	}
div#content_main ul.niche li {
	float: left;
	padding: 0;
	margin: 0;
}
div#content_main ul.niche li a { 
	color: #000;
	display: block;
	float: left;
	padding: 0 6px 1px 6px;
	margin: 0 0 0 0;
	font-size: .8em;
	font-weight: bold; 
	text-decoration: none;
	background-color: #e4cee5;
	border: 1px solid #e4cee5; 
	border-right: 1px solid #fff;
	}
div#content_main ul.niche li a:hover { 
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #892890;
	border-right: 1px solid #fff;
	background-color: #892890; 
	}

/* -------- styles for NICHE 09 page -------------*/

div.nichebox {
	margin: 20px 0 0 20px; 
	height: 110px;
	background-image: url(niche09/images/niche_box.gif);
	background-repeat: no-repeat;
	}
div.nichebox p { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	padding: 10px 55px 0 50px;
	font-weight: bold;
}
div#content_main ul.niche { 
	list-style-type: none;
	height: 20px; 
	width: 475px; 
	margin: 3px 0 5px 60px;
	padding: 0;
	}
div#content_main ul.niche li {
	float: left;
	padding: 0;
	margin: 0;
}
div#content_main ul.niche li a { 
	color: #000;
	display: block;
	float: left;
	padding: 0 6px 1px 6px;
	margin: 0 0 0 0;
	font-size: .8em;
	font-weight: bold; 
	text-decoration: none;
	background-color: #e4cee5;
	border: 1px solid #e4cee5; 
	border-right: 1px solid #fff;
	}
div#content_main ul.niche li a:hover { 
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #892890;
	border-right: 1px solid #fff;
	background-color: #892890; 
	}
/* -------- styles for the RH2009 page ---------- */

div#rh_logo { position: relative; }

div#rh_logo p.green { 
	font-size: .7em;
	position: absolute;
	top: 20px;
	left: 150px;
	}
div#rh_logo p.green a { 
	color: #005581;
	padding: 2px 5px;
	background-color: #E4E9AA;
	text-decoration: none;
	border-bottom: none;
	}
div#rh_logo p.green a:hover { 
	color: #FFFFFF;
	padding: 2px 5px;
	background-color: #005581;
	text-decoration: none;
	border-bottom: none;
	} 
div#content_main span.rh {
	color: #005581;
	font-weight: bold;
	}
div#content_main h3.rh {
	color: #005581;
	font-size: 125%;
	}
div#content_main h3.rh a {
	color: #005581;
	}
div#content_main h3.rh a:hover {
	color: #005581;
	text-decoration: none;
	}
div#content_main ul.rh { 
	list-style-type: none;
	height: 20px; 
	width: 475px; 
	margin: 3px 0 5px 40px;
	padding: 0;
	}
div#content_main ul.rh li {
	float: left;
	padding: 0;
	margin: 0;
}
div#content_main ul.rh li a { 
	color: #005581;
	display: block;
	float: left;
	padding: 0 6px 1px 6px;
	margin: 0 0 0 0;
	font-size: .8em;
	font-weight: bold; 
	text-decoration: none;
	background-color: #E4E9AA;
	border: 1px solid #E4E9AA; 
	border-right: 1px solid #fff;
	}
div#content_main ul.rh li a:hover { 
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #005581;
	border-right: 1px solid #fff;
	background-color: #005581; 
	}
div#content_main p.rhtitle {
	padding-left: 10px;
	color: #005581;
	font-weight: bold;
}
div#content_main p.rhspeaker {
	padding-left: 10px;
	padding-bottom: 10px;
}
div#content_main p.rhspeaker_nospace {
	padding-left: 10px;
	padding-bottom: 0px;
}
div#content_main p.rhdescription {
	padding-left: 10px;
	padding-bottom: 15px;
}
div#content_main p.rhname {
	color: #005581;
	font-weight: bold;
}
div#content_main p.rhline { 
	border-bottom: 1px solid #BFD4DF; 
	padding: 0 0 0 0;
	margin: -10px 10px 20px 10px;
	text-align: right;
	}
div#content_main p.rhline a { 
	font-size: 0.75em; 
	color: #BFD4DF;
	border-bottom: none;
	}
div#content_main p.rhline a:hover { 
	text-decoration: none;
	color: #005581;
	border-bottom: none;
	}
div#content_main p span.speaker {
	color: #005581;
	font-weight: normal;
	}
div#content_main img.rh {
	margin: 10px 10px 10px 140px;
}
/* -------  styles for the SITEMAP page ---------- */

div#content_main div#sitemap ul {
	list-style-type: none;
	padding-left: 100px;
	margin-left: 0;
	padding-bottom: 10px;
}
div#content_main div#sitemap ul li {
	 font-size: 1.1em;
	 padding-top: 5px;
}
div#content_main div#sitemap ul li a {
	 font-weight: bold;
	 color: #892890;
}
div#content_main div#sitemap ul li a:hover {
	 text-decoration: underline;
}
div#content_main div#sitemap ul ul {
	list-style-image: url(images/site_bullet.gif);
	list-style-type: disc;
	padding-left: 30px;
	margin-left: 0;
	padding-bottom: 0;
}
div#content_main div#sitemap ul ul li {
	 font-size: .9em;
	 padding-top: 5px;
}
div#content_main div#sitemap ul ul li a {
	 font-size: .9em;
	 font-weight: bold;
	 color: #892890;
}
div#content_main div#sitemap ul ul ul {
	list-style-type: none;
	padding-left: 20px;
	margin-left: 0;
}
div#content_main div#sitemap ul ul ul li {
	font-size: .9em;
	padding-top: 5px;
	 
}
div#content_main div#sitemap ul ul ul li a {
	font-weight: bold;
	font-size: .9em;
}
div#sexual_history {
	margin: 10px;
}

/* -------- styles for subcontent column on RIGHTSIDE -------- */
div#content_sub { 
	height: auto;
	}
div#content_sub p {
	font-size: .75em;
	line-height: 1.3em;
	}
div#content_sub p  {
	margin: 0 20px;
	padding-bottom: 0px; 
	}
div#content_sub p.space {
	padding-bottom: 10px;
	}
div#content_sub p.morespace {
	padding-bottom: 20px;
	}
div#content_sub p.button {
	padding-top: 5px;
	padding-bottom: 10px;
	}
div#content_sub p.closed { 
	font-weight: bold;
	padding-bottom: 20px;
	color: #333333;
	}
div#content_sub p.subtitle { 
	font-style: italic;
	}
div#content_sub p.date { 
	font-weight: bold;
	color: #333333; 
	}
div#content_sub p.intro {
	font-size: .7em;
	line-height: 1.2em;
	font-weight: bold;
	color: #333333;
	}
	
div#content_sub p a { 
	color: #892890;
	font-weight: bold;
	border-bottom: 1px dashed #892890;  
	}
div#content_sub p span {
	color: #892890;
	font-weight: bold;
	}
div#content_sub p a:hover { 
	border-bottom: 1px solid #892890;  
	text-decoration: none; 
	}
div#content_sub ul  {
	margin: 0 20px;
	padding-bottom: 0px;
	}
div#content_sub ul.bullet {
	list-style-type: disc;
	margin: 0;
	padding-left: 35px;
	}
div#content_sub ul.bullet li {
	margin: 0;
	padding: 0 10px 0 0;
	font: .8em Arial, Helvetica, sans-serif;
	}
div#content_sub ul.bullet li.link a { 
	color: #892890;
	font-weight: bold;
	border-bottom: 1px dashed #892890;  
	}
div#content_sub ul.bullet li.space {
	padding-bottom: 10px;
	}
div#content_sub li {
	margin: 0;
	padding: 0 10px 0 0;
	font: .8em Arial, Helvetica, sans-serif;
	}
div#content_sub li.space {
	padding-bottom: 10px;
	}
div#content_sub li.link a { 
	color: #892890;
	font-weight: bold;
	border-bottom: 1px dashed #892890;  
	}
div#content_sub li.link a:hover { 
	border-bottom: 1px solid #892890;  
	text-decoration: none; 
	}
div#content_sub h2, h3, h4, h5  {
	margin: 0 20px;
	color: #333333;
	}
div#content_sub h3 { 
	font-size: 1em;
	margin-top: 10px;
	}
div#content_sub h3.title {
	color: #333333;
	}
div#content_sub h3.titlenotop {
	color: #333333;
	padding-top: 0;
	margin-top: 0;
	}
div#content_sub h3.nospace {
	padding-bottom: 0;
	margin-bottom: 0;
	}
div#content_sub h3.space {
	margin-bottom: 10px;
	}
div#content_sub h4 { 
	color: #892890;
	font-size: .75em;
	}
div#content_sub h4.space { 
	padding-bottom: 10px;
	}
div#content_sub h4.topspace { 
	padding-top: 10px;
	}
div#content_sub h4.register {
	border-top: 1px solid #892890;
	border-bottom: 1px solid #892890;
	margin-bottom: 10px;
	padding: 5px 10px 7px 10px;
	background-color: #FFFFFF;
	}
div#content_sub h4.register:hover {
	background-color: #ffffcc;
}
div#content_sub h4.register a {
	color: #892890;
	text-decoration: none;
	}
div#content_sub h4.register a:hover {
	border-bottom:  #892890 solid 1px;
	text-decoration: none;
	}		
div#content_sub h4.register_closed {
	margin-bottom: 10px;
	padding: 5px 10px 5px 20px;
	color: #FFFFFF;
	background-color: #FF0033;
	}
div#content_sub h5 { font-size: 75%; color: #333; }
div#content_sub h5.space { 
	padding-bottom: 10px;
	}
div#content_sub h5.topspace { 
	padding-bottom: 10px;
	padding-top: 10px;
	}
div#content_sub img {
	margin: 20px 10px 0 20px;
	}
div#content_sub img.nospace {
	margin: 0 0 1px 0;
	}
div#content_sub img.bottomspace {
	margin: 0 0 10px 0;
	}
div#content_sub img.topspace {
	margin: 5px 0 0 0;
	}
div#content_sub img.noleftspace {
	margin: 0 10px 0 0;
	}
div#content_sub img.region {
	margin: 0 10px;
	}
div#content_sub a { 
	color: #892890; 
	font-weight: bold; 
	}
div#content_sub a:hover { 
	text-decoration: underline; 
	}
div#content_sub p a.more {
	font-weight: bold;
	border-bottom: #892890 dashed 1px;
	text-decoration: none;
	}
div#content_sub p a.more:hover { 
	text-decoration: underline;
	border-bottom: #892890 solid 1px;
	text-decoration: none;
	}
div#content_sub p a.detail{ 
	color: #892890; 
	text-decoration: underline; 
	}
div#content_sub a.underline { 
	color: #892890; 
	text-decoration: underline; 
	}
div#content_sub h4 a:hover img { 
	border: solid 1px #892890;
	}

div#content_sub h2.featured {
	background-color: #892890;
	color: #FFFFFF; 
	font-size: 1.1em;
	text-align: center; 
	letter-spacing: 0.03em;
	padding: 5px 0 5px 0;
	margin: 0px 10px 0px 10px;
	}
div#content_sub h2.featured_space {
	background-color: #892890;
	color: #FFFFFF; 
	font-size: 1.1em;
	text-align: center; 
	letter-spacing: 0.03em;
	padding: 5px 0 5px 0;
	margin: 0px 10px 10px 10px;
	}
div#content_sub h2.space {
	margin-bottom: 20px;
	}
div#content_sub h2.spacebefore {
	margin-top: 10px;
	}
div#content_sub h2.small {
	margin-bottom: 10px;
	}
div#content_sub h2.no {
	margin-bottom: 0px;
	}
div#content_sub p.topline { 
	margin: 0;
	padding: 0;
	background-image: url(images/line_top.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;
	height: 11px;
	}
div#content_sub p.midline { 
	margin: 0;
	padding: 0;
	background-image: url(images/line_mid.gif);
	background-color: #FFFFFF;
	height: 21px;
	}
div#content_sub p.topline_no { 
	margin: 0;
	padding: 0;
	background-image: url(images/line_top_no.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;
	height: 11px;
	}	
/* ---- styles for the featured items on home page ---- */
div#content_sub .items {
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
	background-color: #ffffcc;
	}
div#content_sub .items h5 { 
	margin: 0 0 7px 10px;  
	}
div#content_sub .items h5.before { 
	margin: 10px 0 7px 10px;  
	}
div#content_sub .items ul {
	font-size: .8em;
	list-style-image: url(images/home_bullet.gif);
	list-style-type: disc; 
	padding-left: 7px;
	margin-bottom: 0;
	margin-top: 0;
	}
div#content_sub .items li {
	font-size: 100%;
	line-height: 1.2em;
	}
div#content_sub .items ul ul { 
	font-size: 100%;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
div#content_sub .items li.title {
	color: #892890;
	font-weight: bold;
	}
div#content_sub .items li a { 
	color: #892890;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	}
div#content_sub .items li a:hover {
	border-bottom: none;
	text-decoration: underline;
	}
div#content_sub .items ul ul li { 
	font-size: 100%;
	line-height: inherit; 
	}
div#content_sub .items ul ul li.space {
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
div#content_sub .items ul ul li a { 
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	}
div#content_sub .items ul ul li a:hover {
	border-bottom: none;
	text-decoration: underline;
	}
div#content_sub p.line { 
	border-bottom: 1px solid #dfc5d9; 
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-top: 20px;
	}
div#content_sub p.line_space { 
	border-bottom: 1px solid #dfc5d9; 
	margin-bottom: 15px;
	margin-top: 5px;
	}
div#content_sub p.line_space2 { 
	border-bottom: 1px solid #dfc5d9; 
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 10px;
	}
div#content_sub p.line_aetc { 
	border-bottom: 1px solid #dfc5d9; 
	margin-bottom: 10px;
	}
/* ------------ styles for the SEARCH form on the home page --------------*/
div#content_sub div.homesearch {
	position: relative;
	height: 110px;
	background: url(images/gradient.gif) top no-repeat;
	background-color: #FFFFFF;
	}	
div#content_sub div.homesearch form {
	position: absolute;
	right: 0;
	top: 30px;
	font-size: .6em;
	margin-right: 10px; 
	/*padding: 18px 0 20px 10px;*/
	}
div#content_sub div.homesearch form label {
	font-weight: bold;
	color: #892890;
	}
div#content_sub div.homesearch h4 { 
	position: absolute; 
	top: 70px;
	width: 245px; 
	margin-left: 10px;
	border-top: 1px solid #892890;
	border-bottom: 1px solid #892890;  
	padding: 5px 10px 7px 20px;
	background-color:#ffffcc;
	}
/*div#content_sub div.homesearch h4:hover {
	background-color:#ffffcc;
}*/
div#content_sub div.homesearch h4 a {
	color: #892890;
	text-decoration: none;
	}
div#content_sub div.homesearch h4 a:hover {
	border-bottom:  #892890 solid 1px;
	text-decoration: none;
	}
/* ------------ styles for the calendar sort form --------------*/
div#trng_sort table {
	background-color:#FFFFFF;
	width: 275px;
	border: 0;
	margin: 0 10px 10px 10px;
	padding: 0;
	/*border: solid 1px #892890;*/
	}	
div#trng_sort table td { 
	font-size: .8em; 
	font-weight: bold;
	color: #892890;
	background: #ffffcc;
	padding: 0 0 0 10px;
	}
div#content_sub div#trng_sort table td img { 
	padding: 0;
	margin: 0;
	}
div#trng_sort table td.top { 
	padding-top: 10px;
	}
div#trng_sort table td.border {
	padding-top: 10px;
	border-top: #dfc5d9 1px solid;
	}
div#trng_sort table td.browse {
	font-size: 120%;
	color: #333333;
	padding: 10px 2px 10px 10px;
	}
div#trng_sort table td.sort {
	padding-bottom: 3px;
	}
div#trng_sort table td.bottom {
	padding-bottom: 5px;
	}
div#trng_sort table select, div#trng_sort table input {
	font-size: 1.2em;
	}
div#trng_sort table option, div#trng_sort table select { 
	background-color: #FFFFFF;
	}	
	
/* ------------ styles for the male family planning form --------------*/
div#malefpr table {
	background-color:#FFFFFF;
	width: 275px;
	border: 0;
	margin: 0 10px 10px 10px;
	padding: 0;
	/*border: solid 1px #892890;*/
	}	
div#malefpr td { 
	font-size: 0.7em; 
	font-weight: bold;
	color: #892890;
	background: #ffffcc;
	padding: 10px 10px 0 0;
	}
div#trng_sort td.right {
	text-align: right;
	padding: 10px 20px 0 0;
	}
div#trng_sort table td.browse {
	font-size: 0.6em;
	color: #333333;
	padding: 10px 2px 2px 10px;
	}
div#trng_sort table td.sort {
	padding-bottom: 1px;
	}
div#trng_sort table td.bottom {
	padding-bottom: 5px;
	}
div#trng_sort table select, div#trng_sort table input {
	font-size: 1.2em;
	}
div#trng_sort table option, div#trng_sort table select { background-color: #FFFFFF;
	}	
	
/* ------------ styles for the calendar page --------------*/

div#content_calendar {
	position: relative;
	left: 0;
	width: 760px;
	padding: 0 0;
	/*border-top: 1px solid #DFC5D9;*/
	}
div#content_calendar p.firstline { 
	border-bottom: 1px solid #DFC5D9; 
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
	}
div#content_calendar div#nav_sub li { 
	margin-right: 5px;
	padding-left: 0px;
	float: left;
	display: block; 
	}

/*div#nav_sub {
	height: 20px; 
	width: 475px; 
	margin: 3px 0 0 0;
	padding: 0;
	}
div#nav_sub ul.sub { 
	list-style-type: none;
	padding: 0;
	margin: 0;
	}*/

div#content_calendar div#nav_sub li a { 
	color: #892890;
	display: block;
	float: left;
	padding: 0 0 0 10px;
	font-size: .65em;
	font-weight: bold; 
	text-decoration: none;
	 }
div#content_calendar div#nav_sub li a:hover { 
	text-decoration:underline; 
	}

.clmonth {
	border-collapse: collapse;
	width: 750px;
	}
.clmonth caption {
	text-align: center;
	font: bold 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 0.4em; 
	padding-left: 10px;
	color: #892890;
	}
.clmonth caption a:link, a:visited {
	color: #892890;
	text-decoration: none;
	}
.clmonth caption a:hover {
	color: #892890;
	text-decoration: underline;
	}
.clmonth th { 
	border: 1px solid #999999;
	border-bottom: none;
	padding: 0.2em 0.6em;
	background-color: #FFFFE6;
	color: #000000;
	font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 95px;
	}
.clmonth td {
	border: 1px solid #999999;
	font: .75em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0.2em 0.6em;
	vertical-align: top;
	width: 95px;
	}
.clmonth td.previous, .clmonth td.next {
	background-color: #ADADAD;
	color: #FFFFFF;
	}
.clmonth td.weekend {
	background-color: #D9D9D9;
	color: #333333;
	}
.clmonth td.active {
	background-color: #EFE7F0;
	color: #000000;
	border: 2px solid #570861;
	
	}
.clmonth ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0.1em;
	padding-right: 0.1em;
	}
.clmonth li {
	margin-bottom: 1em;
	}
.clmonth li a:link {
	font-size: 80%;
	font-weight: normal;
	color: #892890;
	font-weight: bold;
	}
.clmonth li a:visited {
	font-size: 80%;
	font-weight: normal;
	color: #892890;
	}
.clmonth li a:hover, .clmonth li a:active {
	text-decoration: underline;
	}
	

/* CLASSES */

.title { color: #892890; }
.detail { font-weight: bold; color: #333333; }
.output { font-weight: bold; margin-bottom: 0; padding-bottom: 0; color: #333333; }
.nospace { margin-bottom: 0; padding-bottom: 0;}
.smallspace { margin-bottom: 0; padding-bottom: 12px; }
.tinyspace { padding-bottom: 6px; }
.current { color: #FFFFFF; text-decoration: underline; }
.spacebefore { padding-top: 20px; }
.smallspacebefore { margin-top: 12px; }
.spacebelow { margin-bottom: .7em; }
.largespace { margin-bottom: 1.5em; }
.bottomspace { margin-bottom: 6em; }
.bold { font-weight: bold; color: #333333; }
.leftmargin { margin-left: 10px; }
.clear { clear: both; }
.red { color: #FF0000; }
.bigger { font-size: 120%; }
span.superscript { font-size: .8em; vertical-align: 40%; }
