body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF6EC;
	line-height: 1.5em;
	margin-top: 0px;
}
.linespace2{
	line-height: 1.2em;
}
a:link {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	font-weight: bold;
	text-decoration: underline;
}
a:focus {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
#outer {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#inner {
	width: 800px;
	text-align: left;
}
#top {
	width: 800px;
	height: 140px;
	background-image: url(../img/top.gif);
}
#content {
	width: 800px;
	background-image: url(../img/body.gif);
	background-repeat: no-repeat;
	background-color: #4C70B7;
	float: left;
}
#bottom {
	width: 800px;
	height: 60px;
	background-image: url(../img/btm.gif);
	text-align: center;
	vertical-align: middle;
	float: left;
}
/* SUBS OF TOP */
#logo {
	float: left;
	height: 110px;
	width: 170px;
	padding-left: 20px;
	padding-top: 20px;
}
#topouter {
	float: right;
	height: 110px;
	width: 600px;
	padding-top: 20px;
}
#toptext {
	float: left;
	height: 110px;
	width: 300px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #002c5b;
}
.tagtext {
	font-size: small;
}
#contacttext {
	float: right;
	height: 110px;
	width: 290px;
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #002c5b;
}
#contacttype {
	float: left;
	width: 100px;
}
#contactdetail {
	float: right;
	width: 190px;
}

/* SUBS OF CONTENT */
#navline {
	float: right;
	width: 790px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#maintext {
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
#maintext h1{
	font-size: 18px;
	font-weight: bold;
}
.formtab {
	width: 600px;
	border: 0px;
}
.formtab textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #002c5b
}
.formtab input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #002c5b
}
/* STYLES FOR TIMER COUNTDOWN */
#timerblock {
	width: 220px;
	height: 150px;
	float: right;
	margin-left: 10px;
	text-align: center;
	border: 1px solid White;
}
#timeholder {
	width: 200px;
	height: 40px;
	background-color: #1B49A4;
}
.timesection {
	width: 49px;
	height: 40px;
	float: left;
}
.timedigit {
	width: 49px;
	height: 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: White;
	vertical-align: middle;
	text-align: center;
}
.timedesc {
	width: 49px;
	height: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: White;
	vertical-align: middle;
	text-align: center;
}
#ECPimg {
	float: right;
	margin-left: 30px;
}

