* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #efe8cc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #575656;
}

h1, h2, h3 {
	font-weight: normal;
	color: #444035;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	line-height: 100%;
	font-size: 100%;
}



a:visited { text-decoration:none;
	color: #dc951b;

}
a:active{text-decoration:none;
	color: #dc951b}


a:link {

	text-decoration:none;
	color: #dc951b;
}

a:hover {
	text-decoration: none;
	color: #c89c63;
}

#header {
	width: 800px;
	height: 28px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 240px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 800px;
	margin: 0 auto;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	padding: 0px 7px 0 10px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size:12px;
	color: #dc951b;
}

#menu a:hover {
	color: #c89c63;
}

#splash {
	width: 800px;
	height: 251px;
	margin: 0 auto;
	background: url(images/banner.gif) no-repeat;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 800px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 400px;
	height:470px;
	padding: 20px;
	background:#ffffff;
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: left;
	width: 320px;
	height:470px;
	padding: 20px;
	background: #ffffff;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #3B3B3B url(http://www.halfinten.org/images/img4a.gif) no-repeat;
	color: #FFFFFF;
}

#footer, #legal {
	clear: both;
	width: 800px;
	margin: 0 auto;
	border-top: 5px solid #3B3B3B;
	list-style: none;
	color:#FFFFFF;
	background:#FFFFFF;
	font-size:12px
}


#footer li {
	display: inline;
	margin: 0 auto;
	padding: 0px;
	border: none;
	color:#FFFFFF;
	
}


#footer a:link {
	color: #FFFFFF;
	border:none;
}

#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


#footer a { 
	text-decoration:none;
	display: inline;
	margin: 0 auto;
	padding: 0px;
	border: none;
	color: #FFFFFF;
 }




#links {
	float: right;
}


.credit 
 {font-size: 9.5px} 


.signup {margin:0 0 18px 0;clear:both; display:inline; }
.submitsignup {width:80px;  text-transform:uppercase; }
.signbox {width:200ppx; color:#333; padding:5px;
}