body {
	text-align: center;
	min-width: 760px;
	background: #ffffff;
}

div#wrapper {
	margin: 0 auto;
	margin-top: 50px;
	border: 1px solid #3d69c8;
	width: 760px;
	background: #ffffff;
	background-position: bottom right;
	background-repeat: no-repeat;
}

html>body div#wrapper {
	height: 100%;
	/* min-height: 400px; */
	clear: both;
	overflow: hidden;
	zoom: 1; /* trigger haslayout for ie */
}

div#logo {
	float: left;
	height: 410px;
	position: relative;
	top: -10px;
	margin-bottom: -10px;
	width: 200px;
	border-right: 1px solid #3d69c8;
	border-bottom: 1px solid #3d69c8;
	background: #ffffff url('images/twitcleaner_box.jpg');
	background-position:center;
	background-repeat: no-report;
}
html>body div#logo {
	height: 100%;
	min-height: 394px;
}
h1 {
	color: #0d2e8d;
	font-weight: bold;
	font-size: 18pt;
	margin-top: 5px;
	margin-bottom: 0px;
	display:inline;
}
h2 {
	color: #0d2e8d;
	font-family: trebuchet ms,arial,verdana;
	font-size: 14pt;
	font-weight: bold;
}

b {
	color: #0d2e8d;
	font-weight: bold;
}
.indent {
	margin-left: 15px;
}
div#footer {
	width: 760px;
	clear: both;
	margin: 0 auto;
	font-family: trebuchet ms,arial,verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #a4c4cf;
	letter-spacing: 1.1pt;
	padding-top: 20px;
	text-align: right;
}
div#thanks {
	margin-top:75px;
	text-align: left;
	font-size: 12pt;
	font-family: serif;
	padding-right:50px;
	color: #0d2e8d;
}
div#footer A {
	color: #a4c4cf;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
div#footer a:hover {
	text-decoration: underline;
}
div#content {
	text-align: left;
	padding: 15px 100px 15px 15px;
	float: right;
	width: 400px;
	height: 100%;
	font-family: trebuchet ms,arial,verdana;
	/* font-family: serif; */
	/* JUGGLE THIS */
	font-size: 12pt;
	font-weight: normal;
	color: #000000; /* 0d2e8d */
}
div#content a {
	color: #a4c4cf;
	font-weight: bold;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}
html>body div#content {
	min-height: 500px;
	height: 100%;
}

div#topbar {
	height: 75px;
	font-family: trebuchet ms,arial,verdana;
	/* font-family: san-serif; */
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding-left: 25px;
	padding-top: 10px;
	color: #3d69c8;
	letter-spacing: 1.1pt;
	border-bottom: 1px solid #3d69c8;
	clear: left;
}

div#menu {
	float: right;
	width: 760px;
}

div#menu a {
	display: block;
	width: 125px;
	position: relative;
	left:0px;
	top: -10px;
	z-index: 50;
	float: left;
	border: 1px solid #ffffff;
	height: 25px;
	background: #1a3b9a; 
	background-position: center left;
	background-repeat: no-repeat;
	font-family: trebuchet ms,arial,verdana;
	/* font-family: san-serif; */
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 3px;
	font-weight: bold;
	color: #3d69c8;
	text-transform: uppercase;
}
div#menu a.rest {
	width: 400px;
}
div#menu a:hover {
	background: #3d69c8;
	background-position: center left;
	background-repeat: no-repeat;
	color: #ffffff;
}
.ans {
	font-size: 13px;
}
/* name submission form */
.btn {
	border:1px solid;
	border-color: #7cb5c6 #330099 #330099 #7cb5c6;
	margin-top:5px;
}
.btnhov {
	background-color: #c1e7f2; 
}
table.formtab {
	background:#ffffff;
	border:3d69c8;
}
textarea.tmsg {
	font-size:11px;
	overflow:hidden;
}
body.js-enabled #noscript { 
	display: none; 
}
