		html,body
		{
			margin: 0;
			padding: 0;
			color: #000000;
			background-color: #FFFFFF;
	font: 10pt "Trebuchet MS", Tahoma, "Lucida Sans", Arial, Verdana, "Lucida Grande", Helvetica, "Lucida Grande", sans-serif;
}
		
		#container
		{
			background-color: #FFF;
			background-image:  url(images/background.jpg);
			background-repeat: repeat-y;
	margin: 0 auto;
	width: 900px;
}

#banner
	{
	background: url(../bannerbg.jpg) repeat-x;
	height: 202px;
}

#layer2
 {
	padding: .1em;
	background: #333333;
	border-bottom: 1px solid #8f8f8f;
}

.background {
	background: url(softpurplebg.jpg) repeat-x;
	visibility: visible;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#main {
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 15px;
	padding-bottom: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
		
		#content
		{
	padding-bottom: 15px;
}

/* For Images */

.imgfloat {
	float: left;
	margin: 0 0 10px 10px;
	border: none;
	padding: 2px;
}

/* TRIOLogo Styling */

#triologo {
	background: #464646;
	padding: 1px;
	margin: 0;
	border-bottom: 1px solid #9bff63;
	border-top: 1px  #9bff63;
	height: 45px;
}

.button {
}

/* "Welcome" Class styles */

.welcome {
	padding-top: 5px;
	border-bottom: 1px dotted #eeeeee;
}

.welcome b {
	font-weight: normal;
	color: #438a80;
	font-size: 30px;
	margin-left: -3px;
}

.welcome h1 {
        color: #59a54d;
	font-weight: bold;
	font-size: 12px;
}

.welcome p {
	font size: 12pt;
	color: #989898;
	font-size: 13px;
	font-weight: normal;
}

/* Typography */

#banner h1
		{
			margin: 0;
			padding: .5em;
		}

#title p {
}

#content h2 { margin-top: 0; }

h1 {
		margin: 0 0 0.5em 0;
        color: #3e3e3e;
	letter-spacing: 1pt;
	text-align: left;
	font-size: 15pt;
	font-style: normal;
	line-height: 1.5em;
}

h2 {
		margin: 0 0 0.5em 0;
        color: #009933;
	text-align: left;
	font-size: 18px;
	font-style: normal;
	line-height: 1.5em;
}

h3 {
	color: #9a9a9a;
	font-weight: bold;
	font-size: 11px;
	margin-top: -1em;
}

h4 {
		padding: 0 0 5px;
        color: #558C38;
	text-decoration: none;
	margin: 0 0 -.5em;
	font-size: 16pt;
	line-height: 1em;
}

b2 {
		margin: 0 0 0.5em 0;
		padding: 0;
        color: #77913f;
	text-decoration: none;
	font-size: 1pt;
	line-height: 1em;
}

b {
	color: #69ac45;
	font-size: 13pt;
	font-style: normal;
}

#content a {
	color : #12834e;
	text-decoration : none;
	background: transparent;
	font-size: 14px;
}

#content a:visited {
	color : #12834e;
	text-decoration : none;
	background: transparent;
}

#content a:hover {
	color : #6fb849;
	text-decoration : none;
	background: transparent;
}

#content a:active {
	color : #6fb849;
	text-decoration : none;
	background: transparent;
}

/* Basic UL, LI Styling */

#content ul, li {
	list-style: circle;
	color: #999999;
}

/* Layer1 Styling */

#layer1 li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	font-size: 14px;
	float: right;
	line-height: 1px;
}

#layer1 li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 3px;
	font-size: 11px;
}

#layer1 li a:visited {
	color: #fff;
	text-decoration: none;
}

#layer1 li a:hover {
	text-decoration: none;
	color: #ddffe8;
}

#layer1 li a:active {
	text-decoration: none;
	color: #ddffe8;
}

/* Layer2 Styling */

#layer2 li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	font-size: 14px;
}

#layer2 li a {
	color: #adf3de;
	text-decoration: none;
	font-weight: normal;
	padding: 10px;
}

#layer2 li a:visited {
	color: #adf3de;
	text-decoration: none;
}

#layer2 li a:hover {
	text-decoration: none;
	background: #59ae5d;
	padding: 14px 10px;
	color: #ddffe8;
}

#layer2 li a:active {
	text-decoration: none;
	background: #59ae5d;
	padding: 14px 10px;
	color: #ddffe8;
}

.info {
	float: left;
}

.info1 {
	margin-top: 55px;
}

.intro {
	border-bottom: 1px #e3dfe2 solid;
	font-size: 12pt;
	padding-bottom: 35px;
}

.intro p {
	background: transparent;
	color: black;
	padding-top: 15px;
	padding-right: 75px;
	padding-left: 75px;
}

/* Footer Styling */

#footer
		{
	clear: both;
	text-align: left;
	background: #51aa4c repeat-x;
	padding-top: 10px;
	padding-bottom: 55px;
}

#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	font-size: 14px;
}

#footer p, br, ul, li {
	font size: 12pt;
	color: black;
	font-weight: bold;
}

#footer li a {
	color: #9edfc9;
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
}

#footer li a:visited {
	color: #9edfc9;
	text-decoration: none;
}

#footer li a:hover {
	color: #cbffc9;
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
}

#footer li a:active {
	color: #cbffc9;
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
}

/* For Member Photos */

.gallerycontainer{
position: relative;

}

/* Table styles */

td.b {
	color: #38b07a;
	font-size: 11pt;
	font-style: normal;
}

table.b {
	color: #38b07a;
	font-size: 10pt;
	font-style: normal;
}

td, tr {
	font-size: 12px;
}

/* "People" Section Table Styling */

table.contacts
{ width: 400px;
background-color: #fafafa;
border: 1px #9f9f9f solid;
border-collapse: collapse;
border-spacing: 0px; }


td.contactDept
{ background-color: #aedbc2;
border: 1px #9f9f9f solid;
color: #404040;
	padding: 5px;
}


td.contact
{ border-bottom: 1px #6699CC dotted;
text-align: left;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px;
	border-color: #b1b1b1;
}






