body {
	background-color: #ffffe0;
}

/* This is what sets the width and style of the page */
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffe0;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.05em;
	line-height: 100%;
	padding-bottom: 3px;
}
/* End Container Section */

/* Begin Header Image Section */
#headerimage { /* This contains the images used at top of page */
}

#headerimage img {
	border: none;
	padding-left: 5px;
}
/* End Header Image Section */

/* Login Code */
.login { 
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 140px;
}

.login a {
	color: #008040;
	text-decoration: none;
}

.login a:hover {
	color: #c60;
	text-decoration: underline;
}
/* End Login Code */

/* Begin Current News */
.news { 
	margin: 0px;	
	text-align: left;
	font-size: .85em;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 5px; 
	width: 59em;
	background: #008040;
	color: #fff;
}

.news a {
	color: #fff;
	font: bold;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 20px;
}

.news a:hover {
	color: #fff;
	text-decoration: underline;
}
/* End Current News */

/* Menu Section */
/* Beign test menu section */
.testmenu {
	list-style-type: none;
	font-size: .65em;
	margin: 0;
	padding: 0;
	width: 175px;
}

.testmenu li a {
	color: white;
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid;
	border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
	background-color: #008040;
	text-decoration:none;
	text-align: center;
}

.testmenu li a:visited {
	color: white;
}

.testmenu li a:hover, .buttonmenu li a:active {
	color: black;
	background-color: #fff;
}

#test-content {
	margin-top: 20px;
	margin-left: 215px;
	max-width: 100%;
	background-color: #ffffe0;
}

#test-content h1 {
	color: #008040;
	font-size: 1.25em;
}

#test-content a {
	text-decoration: none;
	margin: 0px;
	color: #008040;
}

#test-content a:hover {
	color: #C60;
	text-decoration: underline;
} 
/* End test menu section */

#leftnav {
	float: left;
	margin: 0;
	padding-top: 20px;
	background-color: #ffffe0;
}
	
#menu {
	width: 9em; /* set width of menu */
	background: #eee;
} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

/* style, color and size links and headings to suit */
#menu {
	width: 9em;
	background: #eee;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a {
	color: #fff;
	background: #008040;
	text-decoration: none;
	text-align: center;
}

#menu a:hover {
	color: #000;
	background: #fff;
}

#menu li {
	position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/* End Menu */

/* Begin Content Section */
#content {
	margin-top: 20px;
	margin-left: 215px;
	max-width: 100%;
	background-color: #ffffe0;
}

#content a {
	text-decoration: none;
	margin: 0px;
	color: #008040;
}

#content a:hover {
	color: #C60;
	text-decoration: underline;
}

#content h1 {
	color: #008040;
	font-size: 1.25em;
}
/* End Content Section */

/* Footer section on index.html page */
#footer {
	padding-top: 25px;
	font-size: .70em;
}
/* End footer section on index.html */

/* Contain miscellaneous code */
.clear { /* Clears the section of code from under multi-div containers */
	clear: both;
}

.spacer{ /* This is used to create space in between the different regions on contact.html */
	padding-bottom: 25px;
}

.center {
	text-align: center;
}

.marketright { /* This is used to float the world image on market.html. */
	float: right;
	width: 50%;
	margin: 5px; 
	padding: 5px;
}

.postings {
	border: 1px solid #999;
}

.line { /* This code is to place the lines above each section */
	border-top: 1px solid #000;
	padding-top: 15px;
}

#contactcontainer { /* Container for the contact pages */
	max-width: 100%;
}

#contactcontainer a { /* Used in contact pages */
	text-decoration: underline;
}

#contenttar { /* Section below is used for the Tariffs page(tariffs.html) */
	margin-top: 20px;
	margin-left: 275px;
	max-width: 100%;
	background-color: #ffffe0;
	margin-bottom: 0px;
}

#contenttar a { /* Used in the tariffs pages */
	text-decoration: underline;
	margin: 0px;
	color: #008040;
}

#contenttar a:hover { /* Used in the tariffs pages */
	color: #C60;
	text-decoration: underline;
}

.contenttarheaders { /* Used in the tariffs pages */
	font-size: 1.2em;
	font-style: bold;
	margin-bottom: 15px;
}
/* End Tariffs Section */

/*.centercontact {  Used if they want the contacts to look centered inside lines 
	margin-left: 125px;
} */

/* Footer section on index.html page */
#footer {
	padding-top: 25px;
	font-size: .70em;
}
/* End footer section on index.html */

/* TEST MENU */
#menu {
	width: 10em;
	background: #eee;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 0px;
}

#menu a {
	color: #fff;
	background: #008040;
	text-decoration: none;
	text-align: center;
}

#menu a:hover {
	color: #000;
	background: #fff;
}
