body {
	background-color: #900;
	background-image: url('/graphics/background_red.jpg');
	background-repeat: repeat;
	color: #000;
	margin: 10px;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}

/// background-image: url('/graphics/snowflakes2.jpg');

a:link, a:visited, a:active {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
} 	

#container {
	margin: 0px auto 0px auto;
	background-color: #fff;
	border: 2px solid #000;
	text-align: justify;
	width: 900px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}

#header {
	width: 900px;
	height: 150px;
	background-color: #ccc;
	position: relative;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 60px;
	font-family: arial, helvetica, sans-serif;
}

#content {
	background-color: #fff;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.box_header {
	width: 190px;
	background-color: #a00;
	background-image: url('/graphics/titlebar_red.jpg');
	border: solid 2px #000;
	padding: 1px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.box_main {
	width: 184px;
	background-color: #eee;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	display: block;
	text-align: left;
	color: #000;
	font-size: 12px;
}

.title {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.directory_box {
	background-color: #eee;
	border: solid 2px #000;
	padding: 10px;
	width: 700px;
	font-size: 16px;
	text-align: center;
}

.directory_query_header {
	color: #fff;
	background-color: #900;
	font-weight: bold;
	text-align: center;
}

.directory_query_header {
	color: #fff;
	background-color: #900;
	font-weight: bold;
	text-align: center;
}

.disclaimer, .required, .mini, .counter {font-size: 9px}