/*
** georgetown style sheet - intro page
*/

body {
	margin: 0px;
  	margin-left: 1px;	
  	padding: 0px;
  	color: #000;
 	background: #34406c;
	font-family: "verdana", "arial", sans-serif;
	font-size: 80%;
	text-align: center;
}

/*
** Page layout/design
*/
#main {
  background: #fff;
  position: relative;
  top: 0px;
  right: 0px;
  margin: 0px auto;
  width: 758px;
  text-align: left;
  padding: 6px;
}

#launchpad {
	padding: 0px;
}

#footer {
	background: #b4d234;
	color: #34406c;
	text-align: right;
	font-size: 80%;
	padding: 3px;
}

#footer a:link {
	color: #34406c;
	text-decoration: none;
}

#footer a:visited {
	color: #34406c;
	text-decoration: none;
}

#footer a:hover {
	color: #34406c;
	text-decoration: underline;
}

#footer a:34406c {
	color: #ffffff;
	text-decoration: none;
}