/* CSS Document */



/* GENERAL */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

/* HEADER */

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

img.header {
	border-style: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* LEFT COLUMN - TOPICS */
/** Please note that "frameborder=0" is set in the "index.html" for IE purposes**/
.leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

td.leftcolumn {
	border-style: none;
	width: 20%;
}

iframe.leftcolumn {
	border: 0;
	width: 100%;
	height: 100%;
}

/* MIDDLE COLUMN - BODY */
/** Please note that "frameborder=0" is set in the "index.html" for IE purposes**/
.bodycontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

td.bodycontent {
	border-style: none;
	width: 60%;
}

iframe.bodycontent {
	border: 0;
	width: 100%;
	height: 100%;
}

/* MISSION */

.mission {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.mission {
	border: none;
	width: 100%;
}

td.mission {
	border: none;
	text-align: center;
	horizontal-align: center;
	padding-top: 20px;
	
}

img.mission {
	border-style: none;
}

p.missionbody {
}

td.missionbody {
	border: none;
	text-align: left;
	horizontal-align: center;
	padding-top: 20px;
}

/* CONTACT US */

.contactus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.contactus {
	border: none;
	width: 100%;
}

td.contactus {
	border: none;
	text-align: center;
	horizontal-align: center;
	padding-top: 20px;
}

td.contactusbody {
	border: none;
	text-align: left;
	padding-left: 100px;
	padding-top: 20px
}

img.contactus {
	border-style: none;
}

p.contactustitle {
	font-weight: bold;
	font-size: 14px;
}

p.contactusbody {
	
}

/* MEMBERSHIP */

.membersip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.membership {
	border: none;
	width: 100%;
}

td.membership {
	border: none;
	text-align: center;
	horizontal-align: center;
	padding-top: 20px;
	
}

img.membership {
	border-style: none;
}

/* RIGHT COLUMN */

.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

td.rightcolumn {
	border-style: none;
	width: 20%;
	vertical-align: top;
	horizontal-align: center;
}

/* ACTION LETTERS */

.actionletters {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.actionletters {
	/*border: solid #000000 1px;*/
	border: none;
	width: 95%;
}

td.actionletters {
	border: solid #000000 1px;
	text-align: center;
	padding: 2px;
}

hr.actionletters {
	width: 80%;
}

div.altitle {
	font-weight: bold;
}

div.albody {
	font-size: 11px;
}

/* RELATED LINKS */

.relatedlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.relatedlinks {
	border: none;
	width: 92%;
	
	
}

td.relatedlinks {
	border: none;
	text-align: center;
	padding: 2px;
}

/* RC CONTACT US */

.rccontactus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.rccontactus {
	/*border: solid #000000 1px;*/
	border: none;
	width: 95%;
}

td.rccontactus {
	border: none; 
	text-align: center;
	padding-top: 20px;
	
}

img.rccontactus {
	border: none;
}

/* FOOTER */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

td.footer {
	border: none;
	text-align: center;
	font-size: 10px;
}
