body {
	font-family: verdana, arial, sans-serif; 
	font-size: 100%; 
	background-color:#656CC9;
	width: 960px;
	margin-left:auto;
	margin-right: auto;
	}

* {
	margin:0; 
	padding:0;
	} 

a:link {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	background-color: #0066D6;
	color: #FFFFFF;
	}

a:visited {
	text-decoration: none;
	color: #000000;
	}
	
div#header {
	text-align:center; 
	margin-top: 5px; 
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border-top: 2px solid #0000F6;
	border-left: 2px solid #0000F6;
	border-right: 2px solid #0000F6;
	background-color:#F2EBCD;
	}
	
div#header h1 {
	width: 80%; 
	/*margin-top: .25em;*/ 
	margin-right: auto; 
	margin-left: auto; 
	padding: 1em 0;
	font: 1.8em bold "Times New Roman", arial, sans-serif;  
	text-align: center; 
	/*padding: 0 0 .3em;*/ 
	/*border-bottom: 1px solid #0000F6;*/
	letter-spacing: -.05em; 
	line-height: 1.3em;
	background-color:#F2EBCD;
	}

div#header h1 span {
	font-style: italic;
	background-color:#CDFEFE;
	}

div#listmenu {
	width:960px; 						/* makes the div full width */
	float:left; 						/*makes the div enclose the list */
	border-left: 2px solid #0000F6;		/* draws line on edge of div */
	border-right: 2px solid #0000F6;		/* draws line on edge of div */
	border-bottom: 2px solid #0066D6;	/* draws line on bottom edge of div */
	font-size:1em;						/* Sets font size */
	background-color:#F2EBCD; 			/* colors the div */
	margin-bottom: 1em;
	}
	
div#listmenu ul {
	margin:0 0 0 160px;					/* indents ul from edge of container */
	}
	
div#listmenu li {
	float:left;							/* causes the list to align horizontally instead of stack */
	position:relative; 				/* positioning context for the absolutely positioned drop-down */
	list-style-type:none;				/* removes the bullet off each list item */
	background-color: #BABABA; 				/*sets the background of the menu items */
	border-right:1px solid #0066D6; 			/* creates dividing lines between the li elements */
	border-top: 2px solid #0066D6;
	}
	
div#listmenu li:first-child {
	border-left:1px solid #0066D6; 			/*the first vertical line on the menu */
	}
	
	div#listmenu li:hover { 
	background-color: #0066D6; 				/*sets the background of the menu items */
	color: #000000;
	}
	
div#listmenu a {
	display: block;
	padding: 0 10px;					/*creates space each side of menu item's text */
	text-decoration: none;	 			/* removes the underlining of the link */
	color: #000000;						/* sets the type color */
	}
	
	div#listmenu a:hover {
	color: #FFFFFF;
	}
						/* the horizontal menu ends here */
						
						/* the drop-down starts here */
div#listmenu ul li ul {
	margin: 0;
	position:absolute; /* positions drop-down ul in relation to its relatively positioned li parent */
	width:10em; 	/*sets width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; 			/*aligns the drop exactly under the menu */
	}
	
div#listmenu ul li ul li {
	width:100%; 						/* makes the list items fill the list container (ul) */
	border-left:1px solid #0066D6; 		/*  three sides of each drop-down item */
	border-bottom:1px solid #0066D6;
	border-right:1px solid #0066D6;
	border-top: none;
	}
	
div#listmenu ul li ul li:first-child {
	border-top:1px solid #0066D6; 		/*the top edge of the dropdown */
	}
									/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {
	display:none;
	} 								/* conceals the drop-down when menu not hovered */
	
div#listmenu ul li:hover ul {	/* shows the drop-down when the menu is hovered */ 	
	display:block;	
	}													

/* Start pop-out here*/
body div#listmenu ul li ul li ul { 
	visibility: hidden;
	top: -1px;
	left: 10em;
	}
	
div#listmenu ul li ul li:hover ul {
	visibility:visible;
	}

div#container {
	border-radius: 25px;
	-moz-border-radius: 25px;
	clear:both;
	/*border: 2px solid #F2EBCD;*/
	background:#656CC9;
	}

div#Description {
	border: 2px solid #F2EBCD;
	border-style:outset;
	border-radius: 25px;
	-moz-border-radius: 25px;
	width: 95%;
	font-size: 1.3em;
	font-variant: small-caps;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 30px;
	padding: 1em;
	background-color:#CCF;
	text-align:center;
	}
 
p.subtitle {
	text-align: center; 
	font-size: 1.1em; 
	padding-bottom: .5em;
	}
	
div#content {
	border-radius: 25px;
	-moz-border-radius: 25px;
	padding: 20px 20px 20px 20px; 
	background-color:#CCF;
	border: 2px solid #F2EBCD;
	border-style:outset;
	}

div#Accomplishments {
	font-weight: bold;
	line-height: 1.5em;
	}	

div#Accomplishments p {
	text-indent: 4em;
	margin-left: 40px;
	}

div#Accomplishments ul {
	text-indent: 2em;
	padding-left: 1em;
	}

div#Accomplishments ul li {
	text-indent: 1em;
	}

div#Accomplishments ul li p{
	padding-bottom: 1em;
	}

div#Accomplishments ul li span {
	font-size: 16px;
	font-weight: bold;
	}

div#Accomplishments ul ul li {
	margin-bottom: 2px;
	margin-left: 30px;
	font-size: 12px;
	}

div#Accomplishments ul ul ul li {
	list-style-type:square;
	list-style-position:inside;
	margin-bottom: 2px;
	margin-left: 30px;
	font-size: 12px;
	
	}

div#Accomplishments ul li ul li {
	margin-bottom: 2px;
	margin-left: 30px;
	font-size: 12px;
	padding-left: 4em;
	}

div#bottom {
	padding-bottom: 2px;
	border-bottom: 2px solid #0000F6;
	}

div#footer {
	width: 100%; 
	font-size: 0.75em; 
	padding-bottom: 4px; 
	padding-top: 4px; 
	background-color: inherit; 
	text-align: center
	}
	
div#footer UL {
	margin: 2px 0px
	}
	
div#footer LI {
	display: inline; 
	}
	
div#footer LI:unknown {
	border-left: 0px
	}
	
div#footer UL LI a {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;  
	}
	
div#footer UL LI a:hover {
	color: #FFFFFF;
	}
	
div#footer UL LI a:visited {
	text-decoration: none;
	}