@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
	}

#wrapper {
    margin: 0 auto;
    width: 1089px;
	}

#content {
	width: 100%;
	}

#content_community {
	width: 100%;
	background-image: url(images/bkgd_community.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#content_contact {
	width: 100%;
	background-image: url(images/bkgd_contact.gif);
	background-repeat: no-repeat;
	background-position: 125px 195px;
	}
	
#content_interpreting {
	width: 100%;
	background-image: url(images/bkgd_interpreting.gif);
	background-repeat: no-repeat;
	background-position: 926px 262px;
	}
	

#content_translation {
	width: 100%;
	background-image: url(images/bkgd_translation.gif);
	background-repeat: no-repeat;
	background-position: 158px 262px;
	}

.indent {
	text-indent: -10px;
	margin-left: 10px;
	margin-bottom: -18px;
	}

.fontbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #717171;
	line-height: 20px;
	font-weight: 100;
	text-align: left;
	text-decoration: none;
	}
	
.fontbodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #717171;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	}

.fontbodyForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #717171;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
	}
	
.fontbodyAsterisk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #717171;
	line-height: 20px;
	font-weight: 100;
	text-decoration: none;
	}

.fontsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #717171;
	line-height: 8px;
	font-weight: 100;
	text-decoration: none;
	}
	
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bd1839;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	}
	
.subhead_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #672e8f;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	}

.fontbodyBoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #bd1839;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	}

.fontbodyBoldPurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #672e8f;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	}

.fontbodyBoldCyan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #24bdb8;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	}
	
.fontbodyBoldItalicRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #bd1839;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	font-style: oblique;
	}
A:link {
	text-align: left;
	text-indent: 0px;
	color: #0000ff;
	text-decoration: underline;
	font: 13px Arial, Helvetica, sans-serif;
	}

A:visited {
	text-align: left;
	text-indent: 0px;
	color: #0000ff;
	text-decoration: underline;
	font: 13px Arial, Helvetica, sans-serif;
	}

A:active {
	text-align: left;
	text-indent: 0px;
	color: #20201f;
	text-decoration: underline;
	font: 13px Arial, Helvetica, sans-serif;
	}

A:hover {
	text-align: left;
	text-indent: 0px;
	color: #24bdb8;
	text-decoration: underline;
	font: 13px Arial, Helvetica, sans-serif;
	}

