/* ===============================
		::: TYPOGRAPHY :::
=============================== */
BODY, TD, TH {
	font: 11px/1.6em Verdana, Arial, sans-serif;
	color: #1e293f;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #38bfa8;
	margin: 1.2em 0 .3em;
}
H1 { font-size: 2em;  }
H2 { font-size: 1.8em; }
H3 { font-size: 1.5em; line-height: 1.3em; }
H4 { font-size: 1.2em; }
H5 { font-size: 1em; font-weight: bold; }
H6 { font-size: .8em; }

	H3 A {
		color: #38bfa8 !important;
		text-decoration: none; }

		H3 A:hover {
			text-decoration: underline; }

.first {
	clear: left;
	margin-top: 0;
}
P, BLOCKQUOTE, UL, OL, DL, FIELDSET, ADDRESS {
	margin-bottom: 1em;
}
.error {
	font-weight: bold;
	font-size: 1.1em;
	color: #b00;
}

BODY.mission_statement {
	font-size: 13px; }



/* ===============================
		::: LINKS :::
=============================== */

A:link,
A:visited		{ color: #1e293f; }
A:hover,
A:active,
A:focus		{ color: #50b0c8; }
.link {
	color: #1e293f;
	text-decoration: underline;
	cursor: pointer;
}

A IMG {
	border: 0; }


/* ===============================
		::: LISTS :::
=============================== */
UL,OL, LI {
	margin-left: 1em;
}
LI {
	margin-bottom: .3em;
	list-style-image: url(../images/bullet.gif);
}
DT {
	font-weight: bold;
	color: #57ABB3;
}
DD {
	margin: 0 0 1em 1em;
}
DD UL {
	margin-left: 0;
}
DD LI {
	list-style: none;
	display: inline;
	padding: 0 0 0 .25em;
	margin: 0;
}


/* ===============================
		::: TITLES :::
=============================== */

BODY.purpose #content H2 { background-image: url(../images/ti_purpose.gif); }
BODY.mission_statement #content H2 { background-image: url(../images/ti_missionstatement.gif); }
BODY.executive_committee #content H2 { background-image: url(../images/ti_executivecommittee.gif); }
BODY.partners #content H2 { background-image: url(../images/ti_partners.gif); }
BODY.services #content H2 { background-image: url(../images/ti_services.gif); }
BODY.background #content H2 { background-image: url(../images/ti_background.gif); }
BODY.contact #content H2 { background-image: url(../images/ti_contactus.gif); }
BODY.register #content H2 { background-image: url(../images/ti_register.gif); }
BODY.awards #content H2 { background-image: url(../images/ti_ourprograms.gif); }
BODY.community #content H2 { background-image: url(../images/ti_community.gif); }
BODY.community_uc #content H2 { background-image: url(../images/ti_community.gif); }
BODY.our_programs #content H2 { background-image: url(../images/ti_ourprograms.gif); }


/* ===============================
		::: IMAGES :::
=============================== */

IMG.right {
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #aaa; }
	
IMG.left {
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid #aaa; }


/* ===============================
		::: TABLES :::
=============================== */
#content TABLE {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse; }

	#content TD,
	#content TH {
		padding: 2px 2px 2px 0;
		vertical-align: top;
		text-align: left; }
		
#content TH {
	font-weight: bold;
	border-width: 0 0 2px 0; }
	
#content TD.rightarrow {
	vertical-align: middle;
	font-size: 3em;
	color: #38bfa8;
	text-align: center;  }



/* ===============================
		::: MISC :::
=============================== */

.title {
	font-size: 1.2em;
	color: #888; }

DIV.bullet {
	background: #fff url(../images/bullet.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
	margin-bottom: .3em; }

	DIV.bullet LI {
		list-style-image: none;
		list-style-type: circle; }

BODY.exec_list H3 {
	margin-top: 1em;
	border-top: 1px solid #ddd;
	padding-top: 1em;
	clear: left; }