
body {
    background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	font-family: georgia, verdana, arial, sans-serif;
	font-size: .95em;
}

A:link		{ color: #6666BB; text-decoration: none; }
A:visited	{ color: #6666BB; text-decoration: none; }
A:active    	{ color: #000099;  }
A:hover		{ color: #000099;  }

HR {
	height: 1;
	color: #CCCCCC;
}

H1 {
    color: #BBB;
}

H2 {
    color: #333;
}

.text {
	border: 1px solid #000;
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 25px;
	margin: 10px;
	background-color: white;
	color: #222;
	font-size: .95em;
}

#header {
	font-family: sans-serif;
	color: #336699;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
}

span.subheader {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 7px;
}

#banner {
  	background-color: #000099;
	border: 1px solid #000;
	color: white;
	padding-left: 14px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-bottom: 2px;
}

div.title {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: .02em;
    margin: 0;
    padding: 0;
}

#description {
	font-size: 1.2em;
	color: #BBB;
	font-weight: bold;
	letter-spacing: 0;
    margin: 0;
    padding: 0;
}

#labs {
    position: absolute;
    top: 36px;
    right: 10px;
    font-size: .9em;
    text-align: right;
	color: #BBB;
	font-weight: none;
	letter-spacing: 0;
    margin: 0px;
    padding: 0px;
}

#labs a, labs a:hover {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}


#applications {
    position: absolute;
    top: 10px;
    right: 10px;
    	font-size: .79em;
    	text-align: right;
	color: white;
	font-weight: none;
	font-variant: small-caps;
	letter-spacing: 0;
    margin: 0px;
    padding: 0px;
}

div.sidebar {
            width: 8em;
	border: 1px solid #000;
	margin: 10px;
	margin-bottom: 20px;
}

div.sidenobar {
	font-size: .85em;
	margin: 10px;
	margin-bottom: 20px;
}

div.sidebarheader {
  	background-color: #000099;
	color: white;
	font-size: .9em;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 2px;
	margin: 0px;
	margin-bottom: 4px;
	white-space: nowrap;
}

div.sidebarbody {
  	background-color: white;
	font-size: .9em;
	padding: 4px;
	white-space: nowrap;
}

div.sidebarnewsbody {
  	background-color: white;
	font-size: .8em;
	padding: 4px;
}

.sidebarnewsdate {
            color: #AAA;
}

#footer {
            position: relative;
            top: 0px;
            left: 0px;
            right: 0px;
	border: 1px solid #000;
	padding: 5px 0px 5px 0px;
	margin: 10px;
	font-size: .75em;
}

#footerdate {
            position: absolute;
            top: 5px;
            left: 15px;
	color: #222;
	font-size: 1em;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}

#footermail {
            position: absolute;
            top: 5px;
            right: 20px;
	color: #222;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}

p.menu {
	border: 1px solid #999;
	margin-top: 5px;
	padding: 2px;
}

p.sectionheader {
   	background-color: #3366cc;
	color: white;
	padding: 3px;
	font-weight: bold;
}

h3.sectionheader {
	clear: both;
   	background-color: #000099;
	color: white;
	margin-top: 1.6em;
	padding: 3px;
	font-weight: bold;
}

img.rightfloat {
            float: right;
	margin: 0 3px 0.2em 1em;
}

p.admonition {
   	border: 1px solid red;
 	margin: 20px;
	 padding: 5px;
	font-style: italic;
	color: red;
}

p.aside {
  	border: 1px solid #BBB;
	margin: 20px;
	padding: 5px;
	background-color: #FFE4B5;
	font-style: italic;
}

p.console {
  	border: 1px solid #CCC;
	margin: 20px;
	padding: 5px;
	background-color: #F6F6BB;
	font-family: monospace;
}

pre.console {
  	border: 1px solid #CCC;
	margin: 20px;
	padding: 5px;
	background-color: #F6F6BB;
}

.app {
	font-variant: small-caps;
}

div.clickimage {
    color: #6666BB;
	font-size: .8em;
	margin-top: 10px;
}


#HL {
	background: #ffff00;
	color: #000000;
}

