/* CSS Document */
body {
	background-color:#fafafa;
	background-image:url(images/background_pattern.jpg);
	background-attachment:fixed;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	}
	
#centered {
	margin-top: -212px;
	margin-left: -380px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 760px;
	height: 424px;
	visibility: visible;
	border: 0px solid black;
	background-image: url("images/background.gif");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	z-index: 1;
	}

#content {
	border:0px dotted blue;
	top:90px;
	left:78px;
	width:600px;
	height:240px;
	position:absolute;
	z-index: -1;
	}

#menu {
	width: 300px;
	height: 50px;
	position: absolute;
	right: 70px;
	top: 100px;
	padding: 0px;
	margin: 0px;
	font-weight:bold;
	text-align:center;
	}
#menu ul {
	display:block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	}
#menu li {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	height: 10px;
	width: 60px;
	}
#menu a {
	display: block;
	line-height: 10px;
	text-decoration: none;
	height: 20px;
	color:#555;
	}
#menu a:hover {
	display: block;
	line-height: 10px;
	text-decoration: none;
	height: 20px;
	color:#555;
	border-bottom:2px solid #555;
	}
#menu a:active {
	display: block;
	line-height: 10px;
	text-decoration: none;
	height: 20px;
	color:#fafafa;
	border-bottom:2px solid #fafafa;
	}

#copyright {
	border:0px solid red;
	width:auto;
	height: auto;
	position: absolute;
	right: 30px;
	bottom: 55px;
	padding: 3px;
	margin: 0px;
	font-style:italic;
	font-size:9px;
	text-align:right;
	color:#ccc;
	}
#copyright a {
	text-decoration: none;
	color:#ccc;
	}
#copyright a:hover {
	text-decoration: none;
	background-color:#FDF5E6; /*=oldlace*/
	color:#999999;
	}
#copyright a:active {
	text-decoration: none;
	color:#ccc;
	}

.textbox1 {
	border:0px dotted white;
	position:absolute;
	top:210px;
	left:250px;
	color:#fafafa;
	font-size:12px;
	}

.textbox2 {
	border:0px dotted white;
	position:absolute;
	top:250px;
	left:300px;
	color:#fafafa;
	}
	
ol {
	list-style-type:upper-roman;
	}

.header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent:5px;
	color: #fafafa;
	background-color: transparent;
	border: 0px solid #fafafa;
	border-bottom: 1px solid #fafafa;
	width:180px;
	vertical-align:middle;
	}
.formbutton {
	font-size: 10px;
	background-color: transparent;
	border: 0px;
	color: #fafafa;
	}

td.right {
	text-align:right;
	}

table {
	border:0px;
	}