
/* Defaults */

body {
	margin: 0;
	padding: 0;         /* Opera puts padding around body rather than margin */
	background-color: #83BA81;
	color: #000000;
	text-align:center
}

div#page{
margin:0 auto;
text-align:left;
width:1024px;
}

table {
	border-collapse: collapse;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
}

p, div, img, tr, td, ul, ol, li {
	border-color: #000000;
	border-style: none;
	border-width: 1px;
}

h1, h2, h3, h4, h5, h6, .headline {     /* .headline deprecated; here for compatibility */
	background-color: inherit;
	color: #2E732E;
	font-weight: bold;
}
/* Force heading sizes to firefox proportions */
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3, .headline { font-size: 115%; }      /* .headline deprecated; here for compatibility */
h4 { font-size: 100%; }
h5 { font-size: 85%; }
h6 { font-size: 66%; }

hr {
	margin-top: 2em;
	margin-bottom: 2em;
	width: 100%;
	height: 0.15em;
	background-color: #000000;  /* effective in gecko/opera */
	color: #000001;     /* effective in IE; nudged by 1 to appease validator */
}

a {
	background-color: inherit;
	color: #995a00;
	text-decoration: none;
}
a:hover, a:active {
	background-color: inherit;
	color: #99661f;
}


/* Areas */

#banner {
	height: 130px;      /* Make block high enough for background */
	margin: 0 auto;
	background: transparent url(/images/banner-new.jpg) no-repeat scroll center center;
}
#banner #banner-text {
	display: none;
}

#nav-shortcuts {
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	margin: 0 auto;
	background-color: #E6D581;
	color: inherit;
	text-align: right;
}
#nav-shortcuts ul {
	list-style: none;   /* Remove bullets */
	padding: 0.3em;     /* Replace bullet spacing */
	margin: 0;
}
#nav-shortcuts ul li {
	display: inline;
}
#nav-shortcuts a {
	padding: 0 0.75em;
}

#wrapper {
	margin: 0 auto;
	border-color: #ffffff;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	background-color: #c5f7c5;
	color: inherit;
}
* html #wrapper {
	height: 1%;     /* star holly hack: fix footer background paint issues */
}

#nav {
	width: 175px;        /* L */
	padding: 0;         /* LP */
	margin: 0;          /* LM */
	float: left;
}
#nav8 {
	font-size: 100%;
}
#nav ul {
	list-style: none;   /* Remove bullets */
	padding: 0;         /* Remove bullet spacing */
	margin: 0;          /* Remove bullet spacing in IE */
}
#nav ul li {
	padding: 0;
}
#nav ul li a {
	display: block;
	padding: 0.25em;
	border-color: #ffffff;
	border-width: 1px;
	border-bottom-style: solid;
	background-color: #E6D581;
	color: #4c2d17;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li a.current {
	background-color: #B96E37;
	color: #000000;
}

#related {
	width: 175px;        /* R */
	padding: 0;         /* RP */
	margin: 0;          /* RM */
	float: right;
}
#related8 {
	font-size: 100%;
}
#related h2 {
	margin: 0.5em 0.25em;
	background-color: inherit;
	color: #000000;
}
#related div.module-description {
	margin: 0.5em;
}
#related div.related-module {
	margin: 1em 0;
}
#related div.related-module div.module-content {
	padding: 0.5em;
}
#related div.related-module h3 {
	margin: 0;
	padding: 0.5em 0.25em;
	border-color: #ffffff;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #E6D581;
	color: inherit;
}
#related div.related-module ul {
	padding: 0 0 0 1.5em;
	margin: 0;
}
#related div.related-module ul li {
	margin-bottom: 0.25em;
}

#content {
	margin-left: 175px;  /* L + LP + LM + 1 - CP */
	margin-right: 175px; /* R + RP + RM + 1 - CP */
	background: #ffffff;
	color: #000000;
}
#content8 {
	padding: 1em 1em 2em 1em; /* CP */
}
* html #content8 {
	height: 1%;         /* star holly hack: fix banner text visibility */
}
* html #content-inner { /* IE correction:  */
	width: 90%;
}
#content hr {
	background-color: #2E732E;  /* effective in gecko/opera */
	color: #2E732E;     /* effective in IE; nudged by 1 to appease validator */
}
#content a {
	background-color: inherit;
	color: #008800;
	text-decoration: none;
}
#content a:hover, #content a:active {
	background-color: inherit;
	color: #006600;
}
#content div.headline-main {
	margin: 2em 0;
}
#content div.headline-main-excerpt {
	margin: 0.5em 0;
}

#footer {
	padding: 0.5em;
	margin: 0 auto;
	clear: both;
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	background-color: #E6D581;
	color: inherit;
	text-align: center;
}


/* Objects */

.nocss {
	display: none;
}

.clearer {
	clear: both;
}

div#phplist{
min-height:320px;
}
div#phplist p a img{
display:none;
}