/*Last Updated 3.8.2010 jba*/



body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3D3D3D;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFf;
	
}

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

h1, h2, h3, h4, h5, h6 {
	color: #3D3D3D;
}

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: #ebf4db;
}

div#placeholder-box1 {
	background: #a0cc4b;
	color: #fff;
}

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





td.menu-item {
	color: #3D3D3D;
                      font-size: 12px;
                     font-family: Arial, Helvetica, sans-serif;
                     font-weight: bold; 
	padding: 5px !important;
                      width: 155px; 

}


td.menu-item-hover {
	color: #2bb0dc;
                     font-size: 12px;
                     font-family: Arial, Helvetica, sans-serif;
                     font-weight: bold; 
	padding: 5px !important;
                     width: 155px; 
 
}

td.menu-item-selected {
	color: #7030a0;
                      font-size: 12px;
                     font-family: Arial, Helvetica, sans-serif;
                     font-weight: bold; 
	padding: 5px !important;
                      width: 155px; 
 
}

td.submenu-item {
	background: #7030a0;
	color: #fff;
	font-size: 12px;
                     font-family: Arial, Helvetica, sans-serif;
                      font-weight: bold; 
	padding: 5px !important;
                     width: 155px; 
}

td.submenu-item-hover {
	background: #ff0;
	color: #3D3D3D;
	font-size: 12px;
                     font-family: Arial, Helvetica, sans-serif;
                     font-weight: bold; 
	padding: 5px !important;
                     width: 155px; 
		
}

td.submenu-item-selected {
	background: #2bb0dc;
	color: #fff;
	font-size: 12px;
                     font-family: Arial, Helvetica, sans-serif;
                     font-weight: bold; 
	padding: 5px !important;
                     width: 155px; 
}

/* @group Forms */

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

div.search-box {
	background-color: #FFf;
	height: 25px;
	width: 105px;	
}

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

.secure-login h3, .newsletter-form 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-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

div.whoslogged a {
	color: #B6FF28;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

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



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



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

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

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

div#placeholder-hero {
	height: 216px;
	margin: 0;
	width: 600px;
}

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

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

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;
}


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

#placeholder-nav table td {
text-align: Left;
width: auto;
}

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

/* @end */
