/*
 * vim:et sts=4 sw=4:
 * $Id: screen.css,v 1.4 2003/09/09 21:53:49 wtp Exp $
 */

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #000;
	background-color: #fff;
	padding: 0;
	margin: 0 0;
}

a:link, a:active { color: #339; }
a:visited { color: #69c; }



p, ul, ol, dl, h2, h3, h4, h5, h6 {
    margin: 0 0 1em 0;
}

ul, ol { padding: 0 0 0 4ex; }



#head {
	background-color: #7e9eb1;
	margin: 0 0 1em 0;
}

h1 {
	font-size : 160%;
	color: white;
	line-height: 25px;
}

#head .nav {
    font-weight: bold;
    font-size: 90%;
    color: #fff;
    background-color: #404a8a;
    text-align: right;
    padding: 2px 4px;
    border-top: 2px solid #fff;
    margin: 0;
}

#head a:link,
#head a:visited,
#head a:active { color: #fff; }

#nav-left {
	font-size: 100%;
	font-weight: bold;
	padding: 1em 1em 0 1em;
	color : Navy;
	line-height : 25px;
}

#nav-left ul {
    list-style-type: none;
    padding: 0;
}

#nav-left li {
    list-style-type: none;
    margin-bottom: 0px;
}

#nav-left ul ul {
	font-size: 90%;
	color: Blue;
	list-style-type: disc;
	padding-left: 2ex;
	margin-bottom: 0;
}

#nav-left ul ul li {
	list-style-type: disc;
	color : Navy;
	margin-left : 15px;
}

#content {
	font-size: 90%;
	padding: 0 12px 0 0;
	color : Navy;
	line-height : 20px;
	font-weight: bold;
}

h2 {
	font-size: 140%;
	padding: 1em 1em 0 1em;
	color : Navy;
	line-height : 20px;
}


h3 {
    font-size: 125%;
    margin: 0 0 0.5em 0;
}

