/* body */
body {
    background-color: #2e1bc4;
}

/*ties content together */
#container {
	background:#fff url('../images/bg.jpg') repeat-x top;
	color: black;
	font:0.7em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
    width: 760px;
    margin: auto;
    border: thin solid #000099;
}

/* header */
#header {
	background:url('../images/header.jpg') no-repeat;
	height:274px;
	float:right;
	width:505px;
}

#title {
  font-size: 2em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  float: left;
  background:url('../images/jfd.png') no-repeat left;
  text-indent: 2.3em;
  margin: 15px 0 0 0;
}


/* left column sidebar*/
#sidebar {
    float: left;
    margin: 15px 5px 5px 5px;
    width: 160px;
    overflow: hidden;
}

#sidebar img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#history {
  text-align: justify;
}



#mainContent {
    width: 560px;
    float: right;
    font-size: 1.1em;
    text-align: justify;
    margin: 15px 5px 15px 5px;
}

/* footer element */
#footer {
    clear: both;
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    font-size: 0.9em;
    text-align: center;
    border-top: thin solid #2e1bc4;
}

/*navigation menu */
.menu {
	margin: 0px;
	padding: 0px;
    margin-top: 67px;
	border-left:1px solid #141B0B;
}

* html .menu {
	margin-left: -3px;
}
.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

* html .menu li{
	margin-bottom:-3px;
}

.menu li {
	margin:0px;
	border-bottom:1px solid #141B0B;
	color: #D9CEB8;
	font-size: 1em;
	text-decoration: none;
	background-color:#2e1bc4;
	padding:0px;
	width:199px;
}

.menu li a {
	margin:0px;
	display: block;
	color: #F5F8EF;
	font-size: 1em;
	text-decoration: none;
	border-left:5px solid #F5F8EF;
	padding:5px;
}

.menu li a:hover {
	text-decoration: none;
	background-color:#3333FF;
}

.menu a.current {
    background-color: #3333FF;
    text-decoration: none;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

