body {
	background: #ecff8f;
	font-family: sans-serif;
	text-align: center;
	}

#container {
	width: 1000px;
	height: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: solid #0A1A1A;
	border-bottom: solid #0A1A1A;
	text-align: left;
	padding-bottom: 3px;
	}
	
#header {
	background: url(../images/jdlogo.jpg) center no-repeat;
	height: 100px;
	width: 1000px;
	}
	
#tab {
   float: left;
   width: 1000px;
   background: #0A1A1A;
   overflow: hidden;
   position: relative;
   border-bottom: solid #FFF;
	}
	
#tab ul {
   clear: left;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   left: 50%;
   text-align: center;
	}
	
#tab ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   right: 50%;
   border-right: solid #FFF;
	}

#tab ul li a {
   display: block; 
   padding: 3px 10px;
   background: #0A1A1A;
   color: #FFF;
   text-decoration: underline;
   line-height: 1.3em;
	}
	
#tab ul li a:hover {
   background:#0B5027;
   color:#FFF;
   text-decoration: none;
	}
	
#tab ul li a.active
{
   color: #000;
   background: #FFF;
   font-weight: bold;
   text-decoration: none;
}

#tab ul li a.active:hover {
   color: #000;
   background: #0B5027;
   font-weight: bold;
   text-decoration: none;
	}
		
#dropmenu {
	background: #0A1A1A;
	padding: 3px 10px;
	display: block;
	height: 0px;
	}
	
#bodycontainer {
	background: #FFF;
	height: 1174px;
	width: 1000px;
	float: left;	
	}
	
#leftcolumn {
	margin: 10px;
	height: 1120px;
	width: 200px;
	background: #0A1A1A;
	color: #FFF;
	float: left;
	padding: 5px;
	}
	
#body {
	margin: 10 10 10 30px;
	width: 700px;
	height: 1220px;
	float: left;
	color: #000;
	padding: 5px;
	}

#quote li {
	list-style-type: none;
	}
	
#footer {
	margin-left: 5px;
	margin-right: 5px;
	height: 20px;
	clear: left;
	color: #000;
	text-align: center;
	}
	
a:link {
	color: #FFF;
	}
	
a:hover {
	color: #CCC;
	text-decoration: none;
	}
	
a:active {
	color: #F00;
	}
	
a:visited{
	color: #FFF;
	}
	
#alert {
	text-decoration: underline;
	font-weight: bold;
	}