/*These styles are applied to the overall page.*/
body {
	margin: 0px, 0px, 0px, 0px;
	/*background-color: #FFFFFF;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px; /* 10pt */
	font-size: 11px; /* 12pt */
}
p, td, tr, ol, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px; /* 10pt */
	font-size: 11px; /* 12pt */
	font-weight: normal;
}
.title {
	font-size: 19px;
	font-style: bold;
	padding:5px 5px 5px 5px;
}

.bodycontent {
	padding:10px 10px 10px 10px;
}

.subtitle {
	font-size: 15px;
	font-weight: bold;
}
.footer {
	font-size: 10px;
}
.sml {
	font-size: 11px;
	font-style: bold;
}

.white {
	color: #ffffff;
}

.MemberDetailsTitle {
	font-weight:bold;
	margin-top:12px;
}

img.Content3 {
	margin: 0px 0px 0px 0px;
	border-left:solid 1px #000000;
	border-top:solid 1px #000000;
}
img.Content4 {
	margin-right:10px;
	border:solid 1px #000000;
	float:left;
}
.righthandcontent {
	width:100%;
	text-align:right;
	padding-top:4px;
	padding-right:4px;
}
img.banner {
	border-top: solid 1px #000000; 
	border-left: solid 1px #000000; 
	border-right: solid 1px #000000;
	width: 778px;
	height: 80px;
	margin:0px 0px 0px 0px;
}

/*Default Link attributes
font-size: px;
color: # ;
font-style: normal; OR 	font-style: italic;
font-weight: normal; OR font-weight: bold;
text-decoration: none; OR text-decoration: underline;

Only use if you want a visited color for links 
a:visited {
	color: #000000;
	}

Font size by default is what you make it in the Global HTML tags,

NOTE: For each instance of an HTML class that you may want to create a link from
needs the link attributes in the following format;

a.ClassName {
	color: #000000;
	font-weight: normal;
	}
a.ClassName:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}
*/
a {
	color: #000000;
	font-weight: normal;
}
a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.footer {
	color: #000000;
	font-weight: normal;
}
a.footer:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.sml {
	color: #000000;
	font-weight: bold;
}
a.sml:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

ul.Leadership { margin-left:15px; margin-top:4px; margin-bottom:3px; }

ul.Leadership li {
	margin-bottom:5px;
}

.LeadershipHead {font-weight:bold; color=#335789; font-size:15px;}
