
body {
	margin: 0;
	padding: 0px 20px 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 2.5ex;
	color: #333;
	text-align: center;
}

h1, h2, h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
    color: #b27400;
    font-size: 1.8em;
}

h2 {
    color: #cfa24d;
    font-size: 1.5em;
    margin-bottom: 0;
}

h3 {
    color: #0070ff;
    margin-bottom: 0;
    font-size: 1.3em;
}

h4 {
    color: #ffffff;
    font-size: 4em;
    line-height: 1ex;
    margin: 20px 0 0 5px;
}

h5 {
    color: #ffffff;
    font-size: 1.1em;
    padding: 0px;
    margin: 20px 0 0 5px;
    width: 600px;
    line-height: 2ex;
}


p {
    margin-top: 2px;
    width: 700px;
    font-size: 1.1em;
}

a:link {
    color: #38add6;
    text-decoration: underline;
}

a:visited {
    color: #8aa635;
}

a:hover {
    color: #38add6;
    text-decoration: none;
}

/* -- document sections -- */

#wrapper {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}


#header {
    display: block;
    border: black;
    border-width: thin;
    background-color: #cfa24d;
    position: relative;
    width: 900px;
    height: 150px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    cursor: pointer;
}

#simple {
    position: relative;
    padding-top: 5px;
    height: 125px;
}

#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto;
	padding: 20px;
	text-align: left;
    
}

#footer {
    width: 900px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
    text-align: left;
}


#contentwrapper {
}

/* menu */

#menuTop {
    position: relative;
    height: 55px;
    font-size: .9em;
}

#menuTop ul, #menuTop li {
    margin: 0;
    padding: 0;
}

#menuTop ul {
    list-style-type: none;
}

#menuTop li {
    display: block;
    background-color: #b27400;
    width: 125px;
    height: 20px;
    margin: 0 3px 0 0;
    padding: 0;
    /* border-right: 2px solid white; */
}

#menuTop a {
    display: block;
    margin: 0;
    padding: 0 3px;
}

#menuTop a:link, #menuTop a:visited {
    font-family: Georgia, Times, serif;
    color: white;
    text-decoration: none;
}

#menuTop a:hover {
    color: #004eb2;
}

ul.menuHoriz li {
    float: left;
}

ul.menuVert {
    position: absolute;
    visibility: hidden;
    top: 25px;
}

ul#menuSubTwo   { left: 0px }
ul#menuSubThree { left: 128px }
ul#menuSubFour  { left: 256px }
ul#menuSubFive  { left: 384px }
ul#menuSubSix   { left: 512px }
ul#menuSubSeven { left: 640px }
ul#menuSubEight { left: 768px }
