/* CSS Document */
	/* basic elements */
	html {
		margin: 0;
		padding: 0;
	}
	body {
		margin:0px 0px 0px 0px;
		background-color:#847cac;
		font-family:Lucida Sans, arial, helvetica;
		font-size: 90%;
		color: #413b95;
	}
	h3 {
		font-style:italic;
	}
	A:link {
		color: #413b95;
	}
	A:visited {
		color: #413b95;
	}
	A:hover {
		color: #ff9933;
	}
	#wrapper {
		background-color:#FFFFFF;
		width: 769px;
		margin: auto;
		text-align: justify;
		border-color: #413b95;
		border-style: solid;
		border-width: 1px;
	}
	#topbanner {
	background-image: url(images/top-collage.jpg);
	width: 769px;
	height: 103px;
	border-top-color: #413b95;
	border-top-style: solid;
	border-top-width: 10px;
	border-bottom-color: #413b95;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	background-repeat: no-repeat;
	}
	#topbanner span {
		display:none;
	}
	#pagetitle h1 {
		font-style:italic;
		color: #413b95;
		margin: 0 0 0 10px;
	}
	#maintext {
		margin: 0 10px 0 10px;
	}
	#form {
		margin: 0 10px 0 10px;
		background-color:#d4d1e2;
	}
	#bot_links {
		text-align:center;
		margin-bottom: 5px;
		font-size: 85%;
	}
	#botbanner {
		background-image:url(images/bottom-collage2.jpg);
		width: 769px;
		height: 126px;
		border-top-color: #413b95;
		border-top-style: solid;
		border-top-width: 10px;
		border-bottom-color: #413b95;
		border-bottom-style: solid;
		border-bottom-width: 10px;
		background-repeat:no-repeat;
	}
	#email_list {
		width: 260px;
		text-align: center;
	}
	#botbanner span {
		display: none;
	}
	#copyright {
		font-size: 75%;
		text-align:center;
	}
	/*Nav bar styles for inner pages*/
	#navbar {
		border-bottom: 1px solid #000000;
	}
	#navbar ul {
		padding:0;
		margin:0;
		background-color:#d4d1e2;
	}
	#navbar ul li {
		display:inline;
		padding:0;
		margin: 0 20px 0 0;
		font-size: 90%;
		font-style:italic;
	}
	#navbar ul li a {
		color: #413b95;
		background-color:#d4d1e2;
		text-decoration:none;
		padding: 0 10px 0 10px;
		text-align:center;
		width: 6em;
	}
	#navbar ul li a:hover, #navbar ul li a:focus {
		background-color:#ff9933;
		color:#ffffff;
	}
	
	#navbar ul li.selected {
		background-color:#413b95;
		color:#ffffff;
		padding: 0 25px 0 25px;
		border-right: 1px solid #000000;
		text-align:center;
		width: 6em;
	}
	 /*************nav bar styles for home page*/
	 #nav_menu { 
	  /*width: 257px;*/
	  border:1px solid #000066;
	  background-color: #D5D1E2;
	  }
	  
	  #nav_menu ul {
		margin: 0;
		padding-left: 0;
		list-style-type: none;
		font-family:Lucida Sans, arial, helvetica;
	  
	  }
	  
	  #nav_menu a {
		display: block;
		/*width: 257px;*/
		height: 33px;
		
		/*border-right:1px solid #000066;
		border-left: 1px solid #000066;
		border-top: 1px solid #000066;*/
		font-weight:bold;
		font-size: 140%;
		font-style: italic;
		padding-top: 10px;
		/*padding-right: 10px;*/
		text-align: right;
	  }

	  #nav_menu a:link, #nav_menu a:visited {
		color: #413B95;
		text-decoration: none;
	  }
	  
	  #nav_menu a:hover {
		/*background-color: #FFCC66;*/
		color: #FFf;
	  }
	  
	  span.menu_line{
		  border-bottom: 1px solid #000066;
		  display: block;
	  }
	  span.menu_line span.menu_text{
		  display:block;
		  margin-left: 95px;
		  border-bottom: 3px solid #000066;
		  padding-right: 10px;
	  }
	/*************styles for trip pages*/
	#friend_button {
		background-color:#003366;
		font-weight:bold;
		width: 200px;
		text-align:center;
		font-size: 85%;
		padding-top: 3px;
		padding-bottom: 3px;
		margin: 0 auto 0 auto;
	}
	#friend_button a:link, #friend_button a:link, #friend_button a:visited {
		color:#FF9933;
		text-decoration:none;
	}
	#trip_info {
	/*stupid IE hack*/
		text-align:center;
	}
	#trip_info p {
	/*stupid IE hack*/
		text-align: justify;
	}
	/* classes */
	
	.accent {
		color: #ff9933;
		font-weight:bold;
		font-size: 120%;
		font-style: italic;
	}
	
	.accent_lg {
		color: #ff9933;
		font-weight:bold;
		font-size: 140%;
		font-style: italic;
	}
	.accent_lg_drk {
		color: #E67E16;
		font-weight:bold;
		font-size: 140%;
		font-style: italic;
	}
	.red {
		color:#FF0000;
		font-weight:bold;
	}
	.strike-out {
		text-decoration:line-through;
	}
	div.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
	}
	
	div.form_section {
		border: 1px solid #413b95;
		margin: 10px 20px 10px 20px;
		padding: 0 10px 10px 10px;
	}
	
	.fineprint {
		font-size: 80%;
		font-style: italic;
	}
	
	ul > ul {
		padding-left: 25px;
	}
	ul > ul li {
		list-style-type: disc;
	}
	
	ul.sub_list li {
		list-style-type:disc;
	}