/* hide from ie5 mac \*/

html {
	height:100%;
	overflow:hidden;
}
#ArdentFlashEcard {
	height:100%; /* was 100% */
}

/* end hide */

body {
	height:100%;
	margin:0;
	padding:0;
	background: #7d858a;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:21px;
	color: #9edee2;
}

a {
	border-bottom: 1px dotted green;
	color: #339933;
	text-decoration: none;
}
a:hover {
	color: #1aeb3b;
	border-bottom: 1px solid #1aeb3b;
}
h1 {
	margin: 20px;
	color: #0a3537;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}

p {
	margin:20px;
	width: 50%;
}
/* RIGHT-HAND SIDE HEADINGS */
h2 {
	font-size: 13px;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	color: #0a3537;
	font-weight: bold;
	padding: 10px 0 0 0;
}
h3 {
	margin:0;
	padding:0;
	text-align:left;
	float:left;
	width:100%;
	color:#0a3537;
	font-size: 16px;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
}