body {
	color: #666666;
    background: #527C00;
    margin-top:0px;
}

hr.clear {
	background: #fff;
	color: #fff;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #527C00;
}

div#page-a {
	background: #fff;
}

div#placeholder-logo {
	color: #527C00;
	font-size: 30px;
	font-weight: bold;
}

a#logo {
	text-decoration: none;
}


div#placeholder-hero {
	background: #f7f7f7;
}

div#placeholder-box1 {
	background: #eee;
	color: #444;
}

div#placeholder-search {
	color: #fff;
}

div.whoslogged {
	color: #000;	
}

div#footer {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

td.menu-item {
	color: #1969bc;	
}

td.menu-item-hover {
	color: #222;
}

td.menu-item-selected {
	color: #000;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #1969bc;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

/* @group Forms */

.announcement-list {
	padding: 18px 18px 3px;
}

div.search-box {
	background: #eee;	
}

.news-events{
	background: #eee;
	border: none;
	margin-bottom: 18px;
	padding-bottom: 18px;
    }
    
.secure-login, .newsletter-form {
	background: #eee;
	border: none;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.secure-login h3, .newsletter-form h3, .news-events h3  {
	background: transparent;
	border: none;
	font-size: 14px;
	margin: 0;
	padding: 18px 18px 0;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

div.search-box {
	margin: 18px 0;
	padding: 18px;
}

/* @end */

/* @group Links */

a:link, a:visited {
	color: #1969bc;
	text-decoration: none;	
}

a:hover, a:active {
	color: #1969bc;
	text-decoration: underline;
}

/* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
	background: #A0CC4B url(/images/cssimg/bg-10-7.png) repeat-x 0 0;
/**	background: #2D395B;**/
	margin-top: 5px;
}

* html body {
	margin-top: 12px;
}

div#header-left {
	height: 88px;
}

div#header-right {
	height: 60px;
    }

div#header-left {
	background: url(/images/cssimg/bg-logo-10-7.png) no-repeat 0 0;
}

div#header-right {
	background: url(/images/cssimg/bg-nav-10-7.png) no-repeat 0 0;
}

div#placeholder-nav {
	height: 36px;
	margin-top: 21px;
	padding-left: 90px;
}

div#placeholder-logo {
	padding-top: 27px;
	padding-left: 27px;
}

div#placeholder-rss {
	height: 18px;
	text-align: right;
}

div#placeholder-hero {
	height: 250px;
	margin: 0;
	width: 950px;
}

div#placeholder-box1 {
	height: 216px;
	overflow-x: hidden;
	overflow-y: auto;
	overflow: auto;
}

div#main div.inner {
	padding: 18px 30px 20px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div.whoslogged {
	height: 27px;
	text-align: right;
}

div#footer {
	padding-top: 18px;
}

#placeholder-nav table {
table-layout: auto;
width: 100%;
}

#placeholder-nav table td {
/*text-align: center;*/
line-height: 1.1em;
width: auto;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }

/* @end */

.top-header-menu, top-header-menu a:link, top-header-menu a:visited, top-header-menu a:active
{
	color: #FFFFFF;

    }

.top-header-menu a:hover
{
	color: #FFFFFF;
    text-decoration: underline;}
        
.projects-style {
	background: #f8f8f8;
    border: 1px solid rgb(229, 229, 229); 
    }

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}


