/* --Global Settings-- */
body {
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #c7e8bd;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}


a:link, a:visited {
	color: #94ADF6;
	text-decoration: none;
}

a:hover {
  color: #94ADF6;
  text-decoration: underline;
}

/* --END Global Settings-- */
/* --Section Settings-- */
.header {

}
.resume {
	background-color: #ffffff;
  font-family: "Times New Roman", Times, serif;
	color: #000000;
	padding: 15px;
		text-decoration: none;
}
/* --END Section Settings-- */
/* --Top Menu Bar-- */

a.mainlevel:link, a.mainlevel:visited {
	color: #D7E1E1;
	text-align: left;
	font-weight: bold;
	display: block;
	height: 20px;
	white-space: nowrap;
	background-color: #4B301B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b7c8c9;
	padding-left: 5px;
	padding-top: 5px;
	letter-spacing: 3px;
	width: auto;
 }
.mainmenu {
	background-color: #21340e;
	padding: 5px;
	text-align: center;
}

 a.mainlevel:hover {
	color: #271B13;
	background-color: #BE9980;
	display: block;
	text-decoration: none;
        }		
a#active_menu {
	background-color: #21340e;
	display: block;
	text-decoration: none;
	}

#mainlevel-nav {
	position: relative;
	float: none;
	height: 16px;
	text-align: center;
	margin: 0 0 0 0; 
	/*margin-right: auto;*/
	/*margin-left: auto;*/
	display:table;
	padding:0; 
	list-style-type:none;
	white-space:nowrap;
	}

#mainlevel-nav a {
	width:auto;
	display:block;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
  	text-decoration: none;
	color: #c7e8bd;
	margin: 0 0 0 0; 
	/*margin-right: auto;*/
	/*margin-left: auto;*/
	line-height: 16px;
  }
  
#mainlevel-nav li {  display:table-cell;  }
* html #mainlevel-nav li {  float:left;  } 
* html #mainlevel-nav a {  float:none;  }
#mainlevel-nav a:hover {  color:#271B13;   background:#94ADF6;  }
.container {clear:both;  text-decoration:none;}
* html .container {display:inline-block;}

/* --END Top Menu Bar-- */