body {
	margin-left: 0px;
	margin-top: 0px;
	
}

.main {
	font-family: verdana, sans-serif;
	color:#333;
	background-image: url(layout_images/main_corner.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	
}

.main_text {
	font-family:verdana, sans-serif;
	font-size: 10pt;
	color:#333;
}

.main_text h3 {
	color: #336666;
}



.main_text a {
	text-decoration: none;
	color:#00F;
}

.main_text a:hover {
	text-decoration: underline;
}

/*Sidebar --------------------------------------------------------------------*/

.side_bar {
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: 11pt;
	line-height:13pt;
	text-align: center;
}

.side_bar a{
	color: #FFF;
	text-decoration: none;
}

.side_bar a:hover {
	text-decoration: underline;
}

.side_bar img {
	vertical-align:top;
	padding: 0px 0px 0px 0px;
	border: none;;
}

/*Member School Database -----------------------------------------------------*/

.db_schoolCell {
	border-bottom: thin solid #01627C;
	border-right: thin solid #01627C;
}

.db_nameLink {
	color:#025C65;
	font-size: 10pt;
	font-weight: bold;
}

.db_nameLink_print {
	color:#025c65;
	font-size: 9pt;
	font-weight: 550;
}

a.db_nameLink {
	text-decoration:none;
}

a.db_nameLink:hover {
	text-decoration:underline;
}

.db_webLink {
	color:#00F;
	font-size:10pt;
}

.db_webLink_print {
	color:#00F;
	font-size:8pt;
}

a.db_webLink {
	text-decoration:none;
}

a.db_webLink:hover {
	text-decoration: underline;
}

.db_address {
	font-size:10pt;
}

.db_address_print {
	font-size:9pt;
}

.db_phone {
	font-size:10pt;
}

.db_phone_print {
	font-size:8pt;
}

	
.db_title {
	color:#01627C;
	font-size: 10pt;
}

.db_title_print {
	color:#01627C;
	font-size: 8pt;
}


.db_email {
	color:#013438;
	font-size: 10pt;
}

.db_name_noemail {
	color:#013438;
	font-size: 10pt;
}

.db_name_print {
	color:#013438;
	font-size:8pt;
}

a.db_email {
	text-decoration: none;
}

a.db_email:hover {
	text-decoration: underline;
}

/* Database Focus Page--------------------------------------------------------*/

.focus_large_title {
	font-size: 18pt;
	color: #222;
}

a.focus_link {
	text-decoration: none;
}

a.focus_link:hover {
	text-decoration: underline;
}

a.focus_nameLink {
	text-decoration: none;
}

a.focus_nameLink:hover {
	text-decoration: underline;
}

.focus_schoolName {
	color:#013438;
	font-size: 10pt;
}

.focus_addressBox {
	border: thick solid #01627C;
}

.focus_address {
	color:#01627c;
	font-size: 10pt;
}

.focus_tel {
	color:#222;
	font-size:10pt;
}

.focus_mission {
	color:#222;
	font-size: 10pt;
	border: thin solid #01627C;
	width: 700px;
	padding: 5px 5px 5px 5px;
}

/* Bottom Page Credits--------------------------------------------------------*/
.credit {
	text-align: center;
	font-size: 8pt;
}

.credit a {
	color: #008;
	text-decoration: none;
}

.credit a:hover {
	color: #00F;
	text-decoration: underline;
}

/* Employment Database Focus Page--------------------------------------------*/
.emp_position {
	font-size: 18pt;
}

.emp_location {
	font-size: 9pt;
}

.emp_date {
	font-size: 12pt;
}

.emp_contact {
	font-size: 11pt;
	text-align: center;
}

.emp_paramTable {
	margin-left: auto;
	margin-right: auto;
	border: thin solid black;
	width: 500px;
}

.emp_paramNameCell {
	background-color: #015F63;
	color: #FFF;
	font-size: 9pt;
	padding: 5px 5px 5px 5px;
}

.emp_paramValCell {
	background-color: #EEE;
	font-size: 9pt;
	padding: 5px 5px 5px 5px;
}

.emp_longDescTable {
	margin-left: auto;
	margin-right: auto;
	border: thick solid #01627C;
	width: 450px;
}

.emp_longDesc {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: thin black solid;
	background-color: #EEE;
}