body {
        color:#333;
        background-color: white;
        font:11px verdana, arial, helvetica, sans-serif;
}

#topframe {
        background-color: white;
	position: absolute;
	top: 0px;
	left: 200px;
	right: 0px;
	height: 20px;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#leftframe {
        background-color: white;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
}

#leftframe #pub {
	position: fixed;
	top: 250px;
	left: 0px;
	width: 200px;
}

#leftframe #pub img {
	border: 0px;
}

#leftframe h2,
#leftframe h3,
#leftframe h4,
#leftframe p {
	padding-left: 5px;
	padding-right: 5px;
}

#rightframe {
        background-color: #c7d0de;
	position: absolute;
	top: 20px;
	left: 200px;
	right: 0px;
}

#menu {
        background-color: #c7d0de;
	width: 192px;
	padding: 4px;
	float: left;
	min-height: 620px;
}

#menu ul {
	margin-left:15px;
	margin-top:5px;
	padding-left:0px;
}

#menu li {
	list-style-type: square;
	line-height: 11px;
	padding-bottom: 3px;
}

#content {
        background-color: #b0b7c2;
	margin-left: 200px;
	padding:5px 5px 60px 5px;
	min-height: 660px;
}

#footer {
        color: white;
	background-color: #888d97; 
	padding: 15px;
	text-align: center;
	clear: left;
}

#footer a:link {color:white;}
#footer a:visited {color:white;}
#footer a:hover {text-decoration:underline;}

h3 {
	background-color: #888d97;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 3px 0px 3px 10px;
	margin-bottom: 0px;
	margin-top: 0px; 
}
	
select{
font:11px/20px verdana, arial, helvetica, sans-serif;
		
}

label { font-weight:bold; }

a {
	color:black;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
}

a:link {color:black;}
a:visited {color:black;}
a:hover {text-decoration:underline;}
  
h3 a{color:white; text-decoration:underline;font-weight:bold;}
h3 a:link{color:white;}
h3 a:visited{color:white;}
h3 a:hover{color:yellow;background-color:transparent;}

#content h3 { 
	background-color: #888d97; 
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 11px;
}
#menu h3 { background-color: #888d97; }

#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

p.warning {
	color: red;
	font-weight:bold;
}

#beta {
        background-image: url(http://alacon.org/beta.png);
        background-repeat: no-repeat;
	position: fixed;
	top: 30px;
	left: 168px;
	width: 41px;
	height: 41px;
}
.lnk {
	padding-left: 15px;
	margin: -5px;
}
.lnk a:link,
.lnk a:visited,
.lnk a:hover {
	color: white;
	font-weight: bold;
}

.lnk a {
	background-color: #888d97;
	border: 1px outset white;
	vertical-align: 1px;
	padding: 1px 4px 1px 4px;
}

.result {
	text-align: center;

	background-color: #888d97;
	border: 1px outset white;
	vertical-align: 1px;
	padding: 4px 40px 4px 40px;
	margin: 4px 40px 4px 40px;
}
.result a:link,
.result a:visited,
.result a:hover {
	color: white;
	font-weight: bold;
}

.result a {
}
acronym {
        cursor:help;
        border-bottom:1px dotted #000;
}
