/* CSS Document */
BODY {font-family:  "Times New Roman", "Times New Roman PS MT", Times, Palatino, Garamond, Verdana, Arial, Tahoma;
font-size:15px;
color: #000000;
background-color:#FFFFFF;
}
TD{
color: #000000;
}
H1{
color:#2D1700;
}
H2{
color:#000000;
}
H3{
color:#262626;
}

A:link { color: #022A00;
font-size:15px;
font-weight: bold;
}
A:visited { color: #022A00;
font-size:15px;
font-weight: bold;
}
A:active { color: #022A00;
font-size:15px;
font-weight: bold;
}
A:hover { color: #000000;
font-size:15px;
font-weight: bold;
}

A:link.reftext { color: #8F8F8F;
font-size:10px;
text-decoration: none;
}
A:visited.reftext { color: #8F8F8F;
font-size:10px;
text-decoration: none;
}
A:active.reftext { color: #8F8F8F;
font-size:10px;
text-decoration: none;
}
A:hover.reftext { color: #DADADA;
font-size:10px;
text-decoration: none;
}

A:link.leftnav { color: #000000;
font-size:20px;
text-decoration: none;
}
A:visited.leftnav { color: #000000;
font-size:20px;
text-decoration: none;
}
A:active.leftnav { color: #000000;
font-size:20px;
text-decoration: none;
}
A:hover.leftnav { color: #4DABF1;
font-size:20px;
text-decoration: none;
}

ul.sidelinks  li a:link { color: #022A00;
font-size:16px;
text-decoration: none;
font-weight:bold;
margin-bottom: 15px;
}
ul.sidelinks li a:visited{ 
color: #022A00;
font-size:16px;
text-decoration: none;
font-weight:bold;
margin-bottom: 15px;
}
ul.sidelinks li a:active{ 
color: #022A00;
font-size:16px;
text-decoration: none;
font-weight:bold;
margin-bottom: 15px;
}
ul.sidelinks li a:hover{ color: #D56A14;
margin-bottom: 15px;
}

A:link.smallerlinks{font-size:12px;}
li.page_item a:link { color: #022A00;
font-size:16px;
text-decoration: none;
font-weight:bold;
margin-bottom: 5px;
}
li.page_item a:visited{ 
color: #022A00;
font-size:16px;
text-decoration: none;
font-weight:bold;
margin-bottom: 5px;
}
li.page_item a:active{ 
color: #022A00;
font-size:16px;
text-decoration: none;
font-weight:bold;
margin-bottom: 5px;
}
li.page_item a:hover{ color: #D56A14;
margin-bottom: 5px;
}

ul.sidelinks, ul.sidelinkstop{margin-left:-40px; padding:0px;}

#MailPress{margin-left: 40px;}
.widgettitle{display:none; margin:0px; padding:0px;}
li.widget{list-style: none; margin:0px; padding:0px;}
li.page_item{list-style: none; margin-bottom:10px; padding:0px;}

.maintable{border: 1px solid #000000;}
.copyright{font-size:13px; font-style:italic; color: #FFFFFF;}
.topbg{background-image: url("graphics/topbg.gif");}
.topbg2{background-image: url("graphics/topbg.jpg");}
.leftbg{background-image: url("graphics/leftbg.jpg"); background-position:top; background-repeat:no-repeat; background-color: #FFFFFF;}
.leftbg2{background-color: #A39278;}
.divider{background-color: #000000;}
.contentbg2{background-color: #E3D9CC;}
.contentbg{background-image: url("graphics/contentbg.jpg"); background-position:top; background-repeat:no-repeat; background-color: #E3D9CC;}
.footbg{background-image: url("graphics/footbg.gif");}
.agendabg{background-image: url("graphics/spine.gif"); background-position: top center; background-repeat:no-repeat; background-color: #BCAC93;}
.articlebg{background-color: #BCAC93;}
.smaller{font-size: 12px;}
.avatar{display:none;}

.addressbook-items{font-size:12px;}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
