body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	font-size: .7em;
	color: #333333;
	background: #659A74;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FF3300;
	margin: 10px 0px 0px 0px;
}

h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #245DA2;
	margin: 10px 0px 0px 0px;
}

p{
	line-height: 140%;
	margin: 10px 0px 0px 0px
}

a {
	color: #245DA2;

}

a:hover {
	text-decoration: none;

}


ul li, ol li {
	line-height: 140%;

}

input {
	font-size: 10px;
	padding: 1px;
}


#container {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #245DA2;
	border-top: 0px;
	background: #ffffff;
}

#masthead {
	height: 50px;
}

#swoosh {
	height: 220px;
}

#swoosh_left {
	width: 180px;
	height: 220px;
	background: url(/images/swoosh_left.jpg);
}

#swoosh_feature {
	height: 220px;
	background: url(/images/swoosh_feature.jpg);
}

#swoosh_right {
	width: 180px;
	height: 220px;
	background: url(/images/swoosh_right.jpg);
}

#logo_masthead {
	position: relative;
	margin: 20px 0px 0px 10px;
}

#text_great {
	position: relative;
	text-align: right;
	margin: 20px 0px 0px 0px;
}

#logo_maracas {
	position: relative;
	margin: 90px 0px 0px 40px;
}

#logo_tdc {
	position: relative;
	margin: 100px 0px 0px 40px;
}

#nav {
	height: 25px;
	background: #2A81CB;
	margin: 0px;
}

#content_container {
	width: 1000px;
}

#content_left {
	width: 160px;
	vertical-align: top;
	padding: 10px 10px;
}

#content_middle {
	width: 640px;
	vertical-align: top
}

#content_middle p, #content_middle ul li, #content_middle h1, #content_middle h2{
	margin-left: 20px;
	margin-right: 20px;
}

#content_right {
	width: 160px;
	vertical-align: top;
	padding: 10px 10px;
}


#welcome_box {
	width: 618px;
	background: #FDFEE0;
	border: 1px solid #FEE27E;
	border-top: 0px;
	border-bottom: 0px;
	margin: 0px;
	padding: 10px;
}

#welcome_box h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FF3300;
	margin: 10px 0px 0px 0px;
}

#welcome_box p{
	line-height: 140%;
	margin: 10px 0px 0px 0px
}


#welcome_box_bottom {
	height: 16px;
	background:url(/images/bg_welcome_box.jpg) no-repeat;
	margin: 0px 0px 10px 0px;
}

.quote {
	font-style:italic;
}

.credit {
	font-weight: bold;
	font-style:italic;
	color: #245DA2;
	font-size: 90%;
}

.box {
	background: #FDFEE0;
	border: 1px solid #FEE27E;
	margin-top: 20px;
	padding: 5px;
}

#footer {
	height: 60px;
	background: url(/images/bg_bottom.gif) #FFBE00 no-repeat;
	padding: 60px 10px 0px 10px;
	margin-top: 20px;
}

