* { 
	margin:0;
	padding:0;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
body {
	margin:10px auto;
	width:932px;
	text-align:center;
}
.container {
	width:932px;
}
.header a, .header img  {
	padding: 0;
	margin:0;
}
.header p {
	margin:8px 0;
	padding:10px;
}
.content {
	text-align:left;
	padding:12px 30px;
	font-size:90%;
	overflow:auto;
}
.content li {
	text-indent:10px;
}
.content ul {
	padding-left:40px;
}
.content p {
	margin: 12px 0;
}
.content h1 {
	font-size:140%;
	color:#384160;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:dotted 1px #ccc;
	padding:0 0 20px 0;
}
.content h1 em {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.content h2 {
	font-size:110%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#444;
	padding:8px 0;
}

#links td {
	border-bottom:1px dotted #ccc;
	padding:12px 0;
}
.separator {
	border-bottom:1px dotted #ccc;
	margin-top:12px;
	margin-bottom:12px;
}
.footer {
	font-size:90%;
	background-color:#566697;
	padding:12px;
	border-top:8px solid #e5cfb8;
}
.footer p {
	color:#fff;
	font-size:80%;
	font-weight:bold;
	padding:0 50px;
}

.footer a {
	color:#fff;
}

input {
	border:1px dotted #c00;
	background-color:#fed; 
}
input.button {
color:#050; 
font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
background-color:#fed; 
border:1px solid; 
border-color: #696 #363 #363 #696; 
}
textarea {
	border:1px dotted #c00;
background-color:#fed; 
}
.img_right {
	float:right;
	padding:12px;
	margin:12px;
	border:1px solid #ccc;
}