body {
background-color: #ebebeb; 
background-image: url(greenstripes.gif);
text-align: center;  /* centering layout in IE */
color: #292c29;
font-family: "lucida sans unicode", arial, sans-serif;
font-size: 76%;
margin: 0;
padding: 0;
}


/* ------ layout ------ */

#container {
margin: 0 auto;  /* centering in firefox */
text-align: left;  /* reset left align after IE centering */
width: 1000px;
font-size: 1.0em;
position: relative;
padding: 80px 0 0 0;  /* top padding to move down menu boxes */
}

.menubox {
width: 160px;
border: 3px double #1e2319;
background-color: #ebebeb;
margin: 0 30px 20px 30px;
padding-top: 10px;
}

.menubox h4 {    /* =menubox headlines */
padding: 2px 15px;
margin: 0;
border-top: 1px solid #1e2319;
border-bottom: 1px solid #1e2319;
background-color: #ebebeb;
color: #37402e;
font-weight: bold;
font-size: 1.0em;
letter-spacing: 1px;
}

#maincontent {
position: absolute;
top: 0;
margin-left: 240px;
width: 640px;
background: #ebebeb url(sims1header.png) top center no-repeat; /* banner & bkgrcolor */
border-right: 3px double #1e2319;
border-left: 3px double #1e2319;
padding-top: 300px; /* height of banner */
}


/* ------ navigation ------ */

.menubox ul {
list-style-type: none;  /* removing list bullets */
padding: 0 0 5px 0;
margin: 0;
}

.menubox a:link, .menubox a:visited {
display: block;
padding: 2px 15px;
text-decoration: none;
color: #000;
border-top: 1px solid #484839;
border-bottom: 1px solid #484839;
}

.menubox a:hover {
color: #001e32;
background-color: #6e92ac;
border-top: 1px solid #1e2319;
border-bottom: 1px solid #1e2319;
}

.menubox a:active {
display: block;
padding: 2px 15px;
text-decoration: none;
color: #37402e;
border-top: 1px solid #1e2319;
border-bottom: 1px solid #1e2319;
}


/* ------ links ------ */

a:link {
color: #37402e;
text-decoration: none;
border-bottom: 1px dashed #1e2319;
}

a:visited {
color: #51336f;
text-decoration: none;
border-bottom: 1px dashed #1e2319;
}

a:hover, a:active {
color: #1a563c;
text-decoration: none;
border-bottom: 1px dashed #1e2319;
border-top: 1px dashed #001e32;
}


/* ------ general content styling ------ */

h2 {    /* =main content headlines */
background-color: #567b96;
padding: 6px;
margin: 30px 0 20px 0;
border-top: 1px solid #1e2319;
border-bottom: 1px solid #1e2319;
color: #1e2319;
font-weight: bold;
font-size: 1.1em;
letter-spacing: 2px;
text-align: center;
}

h2.toptitle {      /* =1st main content headline */
margin-top: 0; /* removing top margin on main title to align with banner */
background-color: #6e92ac;
}

h3 {    /* =smaller main content headlines */
font-weight: bold;
font-size: 1.1em;
letter-spacing: 2px;
text-align: center;
padding: 0;
margin: 30px 0 10px 0;
}

p {      /* =main content text */
padding: 0 50px;
margin: 0;
line-height: 170%;
}

#maincontent ul {      /* =main content lists */
list-style-image: url(olive_listbullet.gif);
padding: 10px 70px;
margin: 0;
line-height: 170%;
}

.wrapper, .nonfooter {
	position: relative;
	min-height: 100%;
	z-index: 10;

}
* html .wrapper,.nonfooter {
	height: 100%;
}

.content {
	clear: both;
	height: auto;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 24px;
	vertical-align: top;
min-height: 302px;
max-heignt: 5000px;
}
.footer {
	position: relative;
	margin: -24px auto 0 auto;
	padding: 0px;
	clear: both;
	vertical-align: middle;
	z-index: 101;
}
.footer div {
	height: 24px;
	left: auto;
	right: auto;
	text-align: justify;
	padding: 6px 2px;
	background-color: #6e92ac;
	border-color: #1e2319;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
}
