body { 
	color: #898989; 
	font-size: 12px; 
	font-family: Verdana, sans-serif; 
	line-height: 180%; 
	background-image: url("../img/pink_stripe.gif"); 
	text-align: left;  
	}

a:	{
	text-decoration: none; 
	font-weight: bold;
	color: #aed573;}  /* spring green */
	}
	
a:hover {
	text-decoration: underline;
	}


h1  { 
	font-size: 150%;  
	font-family: Papyrus, Verdana, sans-serif; /* spring font */
	font-weight: bolder; 
	line-height: 100%;
	}	

h2 {
	font-size: 100%;
	line-height: 80%;
	color: #aed573;  /* spring green */
	}

h3 {
	font-size: 100%;
	font-weight: normal
	}	
	
h4 {
	font-size: 80%;
	font-weight: normal;
	}
	
.center {text-align: center;}
	
			
/* CONTAINER FOR ALL CONTENT
------------------------------*/
#container { 
	align: center;
	margin: 0 auto; 
	width: 750px; 
	border: solid thin #ccc; 
	}

#content {
	background: #f4f4f4; 
	padding: 20px; 
	}

			
/* NAVIGATION BAR
------------------------------- */			
#nav {
	height: 31px; 
	width: 100%; 
	background: #aed573;  /* spring green */
	}
	
#nav ul {
	margin: 0px; 
	padding: 0px; 
	font-size: 12px; 
	font-weight: bold;
	color: #f4f4f4;
	line-height: 31px; 
	white-space: nowrap;
	}
	
#nav li  {
	list-style-type: none; 
	display: inline;
	}
	
#nav li a {
	text-decoration: none; 
	padding: 6px 25px; 
	color: #fff; 
	}
	
#nav li a:hover {
	font-weight: bold;
	color: #aed573; /* spring green */
	background-color: #f4f4f4;
	}
	
#nav li a.active {
	font-weight: bold;
	color: #aed573; /* spring green */
	background-color: #f4f4f4;
	}	
	
#content {
	background: #f4f4f4; 
	padding: 20px; 
	}
	
	
/* RESUME DROPDOWNS
--------------------------------------*/
#sc1, #sc2, #sc3, #sc4, #sc5, #sc6 {
	margin: 0px;
	width:  650px; 
	}

#sc1, #sc2, #sc3, #sc4, #sc5, #sc6 li{
	list-style-type: disc;
	}

#topic {
	padding: 5px;
	margin: 0px;
	width: 700px; 
    border: : 1px dotted #aed573;  /* spring green */
   	}
	
#topic li a {
	color: #aed573;  /* spring green */
	text-decoration: none;
	}
	
#topic li a.hover, #topic li a.visited, #topic li a.active {
	color: #898989;
	text-decoration: none;
	}

   
/* FOOTER
--------------------------------------------*/   
#footer  {
	background: #aed573;  /* spring green */
	padding: 10px; 
	font-size: 90%;
	color: #f4f4f4;
	clear: both;
	}


