a {
	color: #ffffff;
	font-weight: bold;
}

div {
	position: relative; 
	font-family: sans-serif;
	font-size: 12pt;
	/* color: #222222; */
	padding: 0px;
	margin: 0px;
	color: #eef8ff;
}

body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: url(../images/shiny.jpg) white;
	text-align: center;
}

div.corner {
	position: absolute;
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(/circle.php?bg=ffffff&fg=002530&b=00090b&w=3&a=4&r=16);
}

div.top_left {
	top: -3px;
	left: -3px;
	background-position: 0px 0px;
}

div.top_right {
	top: -3px;
	right: -3px;
	background-position: 16px 0px;
}

div.bottom_left {
	bottom: -3px;
	left: -3px;
	background-position: 0px 16px;
}

div.bottom_right {
	bottom: -3px;
	right: -3px;
	background-position: 16px 16px;
}

#container {
	position: relative;
	padding: 0px;
	width: 700px;
	/* background: rgb(240,250,255); */
	background: transparent;
	margin: 45px auto;
	border: 0px dashed green;
}

#container div {
	z-index: 5;
}

.shader, #container .shader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 3px solid #00090b;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	background-color: #002530;
	z-index: 1;
}


#logo {
	float: left;
	width: 120px;
	height: 134px;
	padding: 0px;
	margin: 15px;
	/* margin-left: 0px; */
	margin-right: 15px;
	background-color: #ffffff;
	border: 3px solid #aaaaaa;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

#title {
	text-align: left;
	padding: 20px;
	font-style: italic;
}

#content {
	/* background-color: #002530; */
	background-color: transparent;
	border: 3px solid #00090b;
	border-left: 0px;
	border-right: 0px;
	width: 685px; 
	clear: both;
	margin: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
	line-height: 1.75em;
}

#content .shader {
	border: 0px;
	z-index: 5;
}

#content div {
	position: relative;
	z-index: 10;
}

#choice {
	clear: both;
	margin: 10px auto;
}

#headblock {
	margin: auto; 
	min-height: 25px;
	max-height: 350px;
	padding: 0px;
}

#googleSearchUnitIframe {
	margin: auto;
}

.google_bar {
	clear: both;
	margin-left: auto; 
	margin-right: auto;
	width: 468px;
	height: 60px;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 0px;
	border: 1px solid silver;
}

#del_icio_us {
	margin: auto;
	margin-top: 0px;
	margin-bottom: 35px;
	text-align: center;
}


#footer {
	margin-bottom: 20px;
	color: #666666;
}

#navbar {
	clear: both;
	text-align: center;
	margin-bottom: 5px;
}

#wiseman {
	margin: 10px auto;
	padding-top: 10px;
	width: 400px;
	border-top: 1px darkgray solid;
}

#conversation blockquote {
	padding: 0px;
}

#conversation blockquote blockquote {
	padding: 2px;
	margin-top: -1em;
	margin-bottom: 2px;
	margin-left: 7em;
	background-color: white;
	border: 1px #dddddd solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	font-family: monospace;
	font-size: smaller;
}

#qalist {
	width: 90%;
	border-collapse: collapse;
}

#qalist th {
	border-bottom: 1px solid silver;
}

#qalist a {
	text-decoration: none;
	font-style: italic;
	font-size: small;
	color: #aaffaa;
}

#qalist a.green {
	color: #aaffaa;
}

#qalist a.red{
	color: #ffaaaa;
}

th {
	font-size: larger;
}

td {
	vertical-align: top;
}

td ul {
	font-size: x-small;
	margin-left: 1.5em;
	padding-left: 0;
	list-style: none;
}

td ul li a {
	font-size: larger;
}
