/*[fmt]AA90-1A0A-3*/
/*Master Page Items *************************/
body
{
	background-color: #D0CDAD;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 100%;
	line-height: 1.125em;
	margin: 0px Auto;
/*Auto is needed for firefox to center content correctly*/
	text-align: center;
}
h1
{
	display: block;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 2.5em;
	margin: 0.5em 0em 1em;
	vertical-align: top;
}
h1 img
{
	vertical-align: middle;
}
h2
{
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 2em 0em 0.5em;
}
.fixedWidth
{
	width: 30em;
}
img.header
{
	float: left;
}
.layoutFrame
{
	background-color: #FFFFFF;
	border: 1px solid black;
	margin: 20px Auto;
/*Auto is needed for firefox to center content correctly*/
	width: 972px;
}
.layoutFrame td
{
	vertical-align: top;
}
.td_thinline
{
    empty-cells:show;
    height: 1px;
}

.td_regularline
{
	empty-cells: show;
	height: 5px;
}
.td_fatline
{
	empty-cells: show;
	height: 35px;
}
.colorbar_light
{
	background-color: white;
}
.colorbar_dark
{
	background-color: black;
}
.colorbar_mid
{
	background-color: #7AA556;
}
/*Anchors*/
a
{
	font-family: Verdana, Arial, Sans-Serif;
}
a:link, a:visited, a:active
{
	color: #7AA556;
	color: #5E8042;
}
a:hover
{
	color: #333333;
}
a img
{
	border: none;
	text-decoration: none;
	vertical-align: middle;
}
/*Main Menu*/
.menurow
{
    border-bottom: solid 1px black;
}


.mainmenu_container
{
	background-image: url(Images/Site/mainmenu.gif);
	background-repeat: repeat-x;
}
.mainmenu
{
	font-family: Verdana, Arial, Sans-Serif;
}
.mainmenu a
{
	color: #FFFFFF;
	float: left;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	width: 180px;
}
.mainmenu a:link, .mainmenu a:visited, .mainmenu a:active
{
	background-color: Transparent;
	color: #FFFFFF;
/*ie 5 & 6*/
}
.mainmenu a:hover
{
	background-image: url(Images/Site/mainmenu_light.gif);
	background-repeat: repeat-x;
	cursor: hand;
}
.mainmenu img
{
	margin: 0px -3px;
/*ie 5*/
}
.home .menu_home, .who .menu_who, .what .menu_what, .getInvolved .menu_involved
{
	background-image: url(Images/Site/mainmenu_bright.gif);
	color: black;
}
/*Sidebar*/
.sidebar
{
	background-color: #EEEEEE;
	background-image: url(Images/Content/sidebar_children.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	border-right: 2px dashed #CCCCCC;
	font-size: 0.7em;
	padding: 20px;
}
.sidebar img
{
	border: none;
}
/*Content Frame*/
.contentFrame
{
	font-size: 0.875em;
	padding: 1em 2em 3em;
	text-align: left;
	width: 740px;
}
.contentFrame ul, .contentFrame ol
{
	margin: 0.2em 1em 1em 3em;
}
/*Forms*/
input.button
{
	background-color: #CCCCCC;
	border: 1px solid #888888;
}
/*Tables*/
tr.spacer
{
	height: 1.5em;
}
/*Footer*/
.footer a
{
	color: #000000;
}
/*Admin Menu*/
.adminMenu
{
}
.adminMenu ul
{
	margin-top: 5em;
}
.adminMenu li
{
	clear: both;
	font-size: 1.2em;
	line-height: 2em;
	list-style-type: none;
	vertical-align: middle;
}
.adminMenu li img
{
	margin-right: 1em;
}
/*Other*/
.warning
{
	color: #CC0000;
	font-size: 1.5em;
	font-weight: bold;
}
