@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background:#4d74db url(../Images/tiledBg.jpg) repeat-x 50% 0%;
}
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
a {
	text-decoration:none;
}
p {
	margin-bottom:1em;
}
p.space{
	text-indent:-20px;
	margin-left:20px;
}
/* ------------------- */
#tabularbackground {
	background:url(../Images/blueBackground.jpg) 50% 0% no-repeat;
	height:688px;
}
#maintable {
	margin: 75px auto 75px auto;
}
#maintd {
	background:#f7f7f7 url(../Images/tableBackground.jpg) no-repeat 50% 100%;
}
#menu a {
	padding:10px 20px 10px 20px;
	float:left;
	background:#000;
	height:20px;
	text-transform:uppercase;
	color:#FFFFFF;
}
#menu a:hover {
	background:#0078ff;
}

/* ------------------- */

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	margin-bottom:0.8em;
	font-size:1.8em;
	border-bottom:dotted 1px #0033FF;
	color:#000099;
}
h3 {
	font-weight:400;
	font-size:1.3em;
	font-weight:bold;
}
form input, textarea {
	width:257px;
	border:solid 1px #999999;
	background:#D0E4F0;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
form input#button {
	width:100px;
	float:right;
	border:solid 1px #666666;
	padding:2px;
	background:#CCCCCC;
	cursor:pointer;
	font-size:100%;
}