/*
* userauth MiniApp 0.9.2t52 adapted by tomcode 27.2.2007
*/
a {
	color:#547699;
	text-decoration:underline;
	outline: none;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
a:visited {
	color: navy;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FAFAD2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#wrapper {
	min-width: 800px;
	margin: 3em;
	border: thin solid Navy;
	background-color: White;
}
#header img {
	float: left;
}
#language_select form{
	margin: 2em 0 0 0;
}
#language_select {
	float:left;
	font-family: sans-serif;
	font-size:10px;	
}
#header h1 a {
	color:#547699;
	text-decoration:none;
}
#header h1 a:hover {
	color:#999999;
}
#header h1 {
	margin:0;
	color: white;
	overflow: hidden;
	text-align: center;
	line-height: 2em;
	font-size:3em;
	white-space:nowrap;
}
#header {
	margin: 0;
	height: 60px;
	font-size:10px;
	line-height:10px;
	background-color: #6495ED;
	background: url(../img/page_top.png) repeat-x;
	border-bottom: thin solid Navy;
}
#container {
	margin: 0;
	background: url(../img/background.gif) repeat-y;
}
#columnLeft {
	position: absolute;
	left: 4em;
	top: 9.3em;
	width: 14em;
	margin: 0;
	font-size: 1.2em;
}
#columnLeft h3 {
	margin:0;
	padding: 0;
	font-size: 1.4em;
	font-style:italic;
	letter-spacing: .1em;
	color: #7F0080;
}
#columnLeft ul {
	margin:0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	line-height:1.3em;
}
#columnLeft li {
	margin:0.25em 0 0 0;
	padding: 0 0 0 1.25em;
	color: Navy;
	background-position: 0 .2em;
	background-repeat: no-repeat;
}
#columnLeft li.menu {
	background-image: url(../img/bullet.gif);
}
#columnLeft li a {
	margin: 0 0 0 0;
	color: Maroon;
	text-decoration: none;
	display: block;
}
#columnLeft li a:hover {
	color: #008041;
	text-decoration: underline;
}
#login_button {
	padding: .5em 0em 0em 0em;
}
.login {
	position:absolute;
	top:19em;
	margin: 0;
	padding: .8em .3em .2em .6em;
	color: Maroon;
	width:13em;
	height:12em;
	border: thin solid #6666ff;
	background-color: Silver;
}
#tech_link {
	position: absolute;
	top: 33.5em;
}
#tech_validate {
	position: absolute;
	top: 35em;
}
#adminMenu {
	position:absolute;
	top:15em;
}
#footer {
	padding:0 4px;
	background: url(../img/footer.png) repeat-x bottom;
	background-color: #81909F;
	height: 60px;
	border-top: thin solid Silver;
}
#elapsed {
	max-width: 30em;
	text-align: center;
	margin: 12px auto;
	color: White;
	font-size:1.6em;
}
#copyright {
	text-align: center;
	font-size: smaller;
	color: Navy;
	margin: 5px;
}
#content {
	margin-left: 15em;
	right: 2.25em;
	padding: 1em 1.4em 2em 1.5em;
	color:black;
	background: #ffffff;
	font-size: 1.4em;
	border-left: thin solid Silver;
	border-right: thin solid Silver;
	border-top: thin solid Silver;
	min-height: 420px;
}
#content h2 {
	font-size: 1.5em;
	letter-spacing: .1em;
	color: Navy;
}
#content h3 {
	font-size: 1.2em;
	color: #6666ff;
	letter-spacing: .1em;
}
#content h4 {
	margin: 1em 0 0em 0;
}
#content li {
	margin:0.2em 0;
}
blockquote {
	margin: 1em 0em 1em 2em;
	padding: .5em 2em .5em 2em;
	background-color: #E6E6FA;
	border-top: 1px solid Navy;
	border-bottom: 1px solid Navy;
}
blockquote p {
	margin:.2em;
}
ACRONYM {
	cursor: help;
	border-bottom: #000 1px dotted
}