@import url(import.css);

body {
	margin: 20px 0 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems */
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #9BEEFC;
	}
#content {
	margin: 0em 0em 0em 190px;
	padding: 2em;

	}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #0000FF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 30px;




	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color: #0000FF;
	text-align: center;

	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color: #FFFFFF;

	}

p, td {
	font-size: 1em;
	line-height: 1.8em;
	margin: 1.2em 0em;
	color: #000066;

	}

strong, b {
	font-weight: bold;
	}
.button {
	margin: 0;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: center;

}
div.button	{	
	margin-top: 0;
	margin-bottom: o;
}
.button a {
	display: block;
	width: 100%;
	background-color: #0000FF;

}

.button a:link,.button a:visited,.button a:hover {
  background-color: #0000ff;
  color: #ffffff;
  text-decoration: none;
}

.button a:link,
.button a:visited {
  border-top: 1px solid #E8E8FF;
  border-right: 2px solid #000066;
  border-bottom: 2px solid #000066;
  border-left: 1px solid #E8E8FF;
 }
 
.button a:hover {
  border-top: 2px solid #000066;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-left: 2px solid #000066;
}
.button span.dynamic {
  padding: 0;
  background-color: #0000FF;
  color: #FFFFFF;
}
.button p	{
	line-height: normal;
}
.light {
	color: #C6C6FF;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
	margin-left: 5px;
	text-align: center;
	font-weight: bold;
}
.line {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
	}
h4 {
	font-weight: bold;
	color: #0000FF;
	text-align: center;

}
.blue {
	background-color: #9beefc;
	line-height: 5px;

}
