@charset "utf-8";
/* CSS Document */

* {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
html, body {
	height:100%;
}
html {
	overflow:-moz-scrollbars-vertical;
}
body {
	background:url(images/pinstripe.png) #AAA fixed;
}
table.layout {
	width:900px;
	background-color:#FFF;
	margin:15px;
	margin-left:auto !important;
	margin-right:auto !important;
	border:#fff solid 3px;
}
table.layout td.header {
	vertical-align:bottom;
	background:url(images/banner.png) no-repeat top;
	height:317px;
}
table.layout td.header div.title {
	color:#fff;
	font-size:28px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:left;
	margin:5px;
}
table.layout td.menu {
	background:url(images/menu_01.png) repeat-x top;
	height:30px;
}
table.layout td.menu a {
	font-size:18px;
	color:#000;
	vertical-align:middle;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	margin-top:auto;
	margin-bottom:auto;
	vertical-align:middle;
}
table.layout td.menu a:hover {
	color:#0CF;
}
table.layout td.mainbody {
	padding:5px;
	background:url(images/watermark.gif) 50% 15px no-repeat;
}
table.layout td.mainbody div.minheight {
	min-height:420px !important;
	background:none;
}
table.layout td.footer {
	color:#999;
	text-align:center;
	font-size:9px;
}
table.emailform {
	width:400px;
}
table.emailform td {
	text-align:right;
	vertical-align:top;
	padding:2px;
}
h1 {
	font-size:18px;
	font-weight:bolder;
	margin:10px;
	margin-left:0px;
}
h2 {
	font-size:14px;
	margin:10px;
	margin-left:5px;
}
h3 {
	font-size:12px;
	margin:10px;
	margin-left:10px;
}
hr {
	margin:20px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	color:#999;
}
p {
	margin:10px;
}
a {
	color:#09F;
}
a:visited {
	color:#06F;
}
a img {
	border:none;
}
ol {
	margin:10px;
	list-style-type:decimal;
	list-style-position:inside;
}
ol li {
	margin-bottom:5px;
}
ul {
	margin:10px;
	margin-left:15px;
	list-style-type:disc;
	list-style-position:inside;
}
ul li {
	margin-bottom:5px;
}
form {
	margin:10px;
}
.wide {
	width:450px;
}
.textarea {
	width:450px;
	height:400px;
}