body {
	background-image: url(/tdd/images/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	padding-right: 70px;
	padding-left: 20px;
}


#frame {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	padding:0px;
	text-align:left;
	margin-bottom: 0px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #D40026;
	background-image: url(/tdd/images/body_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: auto;
	width: 500px;
	margin-right: 20px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	
}
#contentafterimage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: auto;
	width: 600px;
	margin-right: 20px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 14px;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #D40026;
}
a:active {
	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d40026;
	text-align: center;
}
h4 {
	color: #000033;
}
.style1 {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* Navigation */

#navholder {
	width:700px;
	height: 145px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	
		}
	
#nav, #nav ul {
	margin-top: 0px;
	list-style: none;
	padding: 0;
	line-height: 1;
	margin-left: 14px;
	
	}

#nav li {
	margin-top: 10px;
	float: left;
	white-space: nowrap;
	
	
	}

#nav a:link, #nav a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav a:hover, #nav a:active {
	color: #FFFF00;
	text-decoration: none;
	}
	
/* Footer */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 700px;
}