html, body {
	background: #FBFBFB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7b8a3a;
	font-size: 12px;
	margin: 0px;
	padding: 0;
	height: 100%; /* Required */
}

a { color: #3b3b9b; text-decoration: none }
a:hover { background-color: #eee; text-decoration: underline }
a:visited { color: #7c6680; }

#banner {
	text-align: center;
	background-image: url('/images/vert.jpg');
	background-repeat: repeat-x;
}

.submit {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

td {
	padding: 5px;
	background: #F5F5F5;
	font-size: 11px;
}

#wrapper {
	width: 100%;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

* html #wrapper {
	height: 100%;
}


#nav {
/*	background: #3F7DB5; */
	background: #548d46;
	border-bottom: 2px solid #B1B1B1;
	height: 24px;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #95B3DE;
	font-size: 12px;
	font-weight: bold;	
}

#menu a {
	float: left;
	height: 19px;
	padding: 5px 10px 0px 10px;
	color: #FFFFFF;
	text-decoration: none;	
}

#menu a:hover {
	color: white;
	text-decoration: none;
	background: #093359;
	/* background: #004ea0; this is light blue on masthead */
}

#menu a.current {
	color: #093359;
	text-decoration: underline;
	background: #lightblue;
}
#menu a:hover.current {
	color: white;
	text-decoration: underline;
	background: #lightblue;
}

#logout {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 11px;
	padding: 5px 10px 0px 10px;
}

#logout a {
	color: #454545;
	font-weight: bold;
	background: transparent;
}

#main {
	background: #FBFBFB;
	padding: 15px;
	padding-bottom: 50px;
	margin-top: 5px;
	height: auto;
}

#content {
	background: #FBFBFB;
	width: 70%;
}

#content table {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
	width: 100%;
	border: 1px solid #D3D3D3;
}

.featured {
	/* display for IE bug */
	display: inline-block;
	border: 1px solid #D3D3D3; 
	background-color: #EDEDED; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.featured p {
	color: #000000;
}


.featured ul.left {
	list-style-type: round;
	float:left;
/* Holly Hack. IE Requirement \*/
*	height: 1%;
/* End */
}

.featured ul.right {
	list-style-type: round;
	float:left;
/* Holly Hack. IE Requirement \*/
*	height: 1%;
/* End */
}

.order {
	border: 1px solid #D3D3D3; 
	background-color: white; 
	font-size: 12px; 
	font-family: Arial, Helvetica; 
	padding: 2px; 
	color: #000;
	margin-top: 0px;
	margin-bottom: 20px;
}

.order table {
}

.order td {
	background-color: #FFFFFF; 
	padding: 2px;
}
.spacer {
	clear: both;
}

/*** Sign In ***/
#sidebar table.login {
	border: 1px solid #FF9000;
	background-color: #F5EEE1;
}
#sidebar table.login td {
	background-color: #F5EEE1;
}

#sidebar table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse; 
	font-size: 11px;
	width: 100%;
	border: 1px solid #D3D3D3;
}

#sidebar table td {
	padding-left: 5px;
	padding-right: 5px;
}

#sidebar input {
	font-size: 11px;
}

#sidebar .submit {
	font-family: Verdana;
	font-weight: bold;
	font-size: 8px;
}

#sidebar {
	float: right;
	width: 200px;
	font-size: 12px;
	border-left: 1px solid #ccc;
	padding-left: 15px;
}

#sidebar .title {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;	
	padding-bottom: 5px;
}

#sidebar .entry {
	line-height: 16px;
	padding-bottom: 20px;
}

#sidebar .date {
	font-size: 11px;
	font-weight: bold;
}

#sidebar .comments {
	font-size: 11px;
	font-weight: bold;
}

#sidebar .entry ul {
	padding: 2px;
	font-size: 10px;
}


#footer {
	background: #EDEDED;
	border-top: 2px solid #ccc;
	padding: 5px 0px;
	text-align: center;
	font-size: 11px;
	color: #454545;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	
	width: 100%;
	position: relative;
	margin-top: -2.5em;
	height: 16px;
}

#footer a {
	color: #454545;
	font-weight: bold;
}

#footer_nav {
  float: left;
  margin-left: 5px;
}

#footer_legal {
  float: right;
  margin-right: 5px;
  text-align: right;
}

form {
	margin: 0px;
	padding: 0px;
}

form .button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	padding: 1px;
}

.new {
	padding: 0 3px;
	font: bold 10px verdana,sans-serif;
	color: #000;
	background: #E4FF00;
	text-decoration: none;
	margin: 0;
}

.newimportant {
	color: black;
	background-color: #fff;
	border: 1px solid #D3D3D3;
	padding: 15px;
	margin-top: 10px;
}

.newimportant table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse; 
	font-size: 11px;
	width: 100%;
	border: 1px solid #D3D3D3;
}

.newimportant img {
	float: left;
	padding-right: 10px;
}

.newimportant ul.left {
	list-style: none;
	float:left;
}

.newimportant ul.right {
	list-style: none;
	float:left;
}

