/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;font-size: 10pt;
	background-color: #000000;
	background-image: url(general_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body,td,th {
	color: #998d73;
}


p {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	text-align:left; 
	color: #998d73; 
	padding: 5px 8px 5px 8px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	text-align:center; 
	color: #619dbd; 
	font-weight:bold; 
	margin: 20px 5px 10px 5px;
	padding: 4px 2px 4px 2px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	text-align:center; 
	font-weight:bold; 
	color: #619dbd;
	background:#252525;
	margin: 20px 5px 10px 5px;
	padding: 4px 2px 4px 2px;
}

a {
	font-size: 10pt;
	color: #0099FF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0072bc;
}
a:hover {
	color: #98d1f7;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

ul {
	background: #252525;
	padding: 10px 10px 10px 10px;
	}
	
li {
	padding: 5px 5px 5px 5px;
	border: solid #619dbd;
	border-width: 2px 0 2px 0;
	list-style: none;
	}
	
#profile {
	padding: 5px;
		}
	
#contact {
	padding: 5px;
		}
	
#narcism {
	padding: 5px;
		}
		
p.emp {
	font-size: 11pt; 
	text-align:center; 
	font-weight:bold; 
	font-style:italic;
	}
	
	
