/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: medium;
	color:#333333; 
	margin: 0;
	padding:0;
	background: url(images/web20_background.jpg) fixed no-repeat top left;
	}

	
/********** CONTAINERS */
#header {
	margin-left: 220px;
	width: 600px;
	border-left: 30px solid #003366; /* dk.blue */
	padding: 17px 10px 3px 20px;
	font-size: 25px;
	font-variant: small-caps;
}

#nav {
	float: left;
	margin: 80px 0px;
	padding: 0 10px 0 0;
	width:200px;
}

#content {
	margin: 80px 0  0 220px;
	padding: 20px 0 20px 0;
	width: 600px;
	background: white;
}


/********** LINKS */
a:link {
	color:#003366; /* dk.blue */
	text-decoration: none;
	border-bottom: 1px dotted #E68000; /* dk.orange */	
}

a:visited {
	color:#003366; /* dk.blue */
	text-decoration: none;
	border-bottom: 1px dotted #E68000; /* dk.orange */	
}

a:hover {
	color:#E68000; /* dk.orange */
	text-decoration: none;
	border-bottom: 1px dotted #003366; /* dk.blue */	
}

a:active {
	color:#003366; /* dk.blue */
	text-decoration: none;
	border-bottom: 1px dotted #E68000; /* dk.orange */	
}


/********** NAVIGATION */
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: block;
	list-style-type: none;
	padding: 0;
	padding-left: 10px;
}

#nav a:link {
	border-left: 10px solid #CDCDCD; /* med.grey */
	border-bottom: 0;
	padding: 3px 10px 0 5px;
	font-size: x-small;
	line-height: 2em;
	color: #003366; /* dk.blue */
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}

#nav a:visited {
	border-left: 10px solid #CDCDCD; /* med.grey */
	border-bottom: 0;
	padding: 3px 10px 0 5px;
	font-size: x-small;
	line-height: 2em;
	color: #003366; /* dk.blue */
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}

#nav a:hover {
	border-left: 10px solid #003366; /* dk.blue */
	border-bottom: 1px dotted #003366; /* dk.blue */
	padding: 3px 10px 0 5px;
	font-size: x-small;
	line-height: 2em;
	color: #939393; /* dk.grey */
	text-decoration: none;	
	font-weight: bold;
	font-variant: small-caps;
}

#nav a:active {
	border-left: 10px solid #6699CC; /* med.blue */
	border-bottom: 0;
	padding: 3px 10px 0 5px;
	font-size: x-small;
	line-height: 2em;
	color: #6699CC; /* med.blue */
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}


/********** TYPOGRAPHY */
p {
	font-size: 11px;
	padding: 0 10px 10px 30px;
	line-height: 17px;
}

h1 {
	border-bottom: 2px dotted #E68000; /* dk.orange */
	margin: 12px 10px 20px 10px;
	padding: 0;
	font-size: large;
	font-variant: small-caps;
	font-weight: normal;
}

h2 {
	border-bottom: 2px dotted #6699CC; /* med.blue */
	margin: 25px 10px 0px 20px;
	padding: 0;
	font-size: medium;
	font-variant: small-caps;
	font-weight: normal;
}

h3 {
	border-bottom: 1px dotted #663900; /* dk.brown */
	margin: 15px 10px 0px 30px;
	padding: 0;
	font-size: small;
	font-variant: small-caps;
	font-weight: normal;
}

h4 {
	border-bottom: 1px dotted #939393; /* dk.grey */
	margin: 10px 10px 0px 30px;
	padding: 0;
	font-size: x-small;
	font-variant: small-caps;
	font-weight: normal;
}

pre {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	margin: 10px 10px 10px 30px;
	padding: 5px;
	border: thin dashed #CDCDCD; /* med.grey */
}

sup {
	font-size: 90%;
}

ul {
	margin: 5px 2px 5px 5px;
	padding: 0 2px 0 10px;
}

li {
	padding: 0;
	line-height: 1.4em;
	font-size: small;
	list-style: circle;
}

.title li {
	border-bottom: 1px dotted #663900; /* dk.brown */
	margin: 8px 5px 5px 0px;
	padding: 2px;
	font-size: small;
	font-variant: small-caps;
	font-weight: normal;	
}

.titlepage {
	margin: 0 0 0 30px;
	padding: 0;
}

.list {
	margin: 15px 0;
	padding:0;
}

dt {
	margin: 5px 10px 0px 20px;
	padding: 0;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color: #003366; /* dk.blue */
}

dd {
	margin: 0;
	padding: 0 10px 5px 30px;
	font-size: small;
	line-height: 1.2em;
}

.further {
		padding: 0 10px 2px 30px;
		line-height: 1.3em;
}

blockquote {
	margin: 5px 50px;
	padding: 0;
	border-left: medium solid #CDCDCD; /* med.grey */
}

blockquote p {
	margin: 0;
	padding: 5px 10px;
	font-size: 9px;
	line-height: 1.5em;
}

.medium {
	font-size: medium;
}

.small {
	font-size: small;
}

.bottomlink {
	font-weight: bold;
	padding: 20px 0 0 5px;
}


/********** PHOTOS */
.photoright {
	float: right;
}

.photoright img {
	border: medium solid #CDCDCD; /* med.grey */
	margin: 15px;
}

.photoright a {
	border-bottom: 0;
}

.photoright p {
	text-align: right;
	margin: 0 15px;
	padding: 2px;
	font-size: 8px;
	color: #663900; /* dk.brown */
}


/********** FOOTER */
#footer {
	margin: 30px 0 30px 220px;
	width: 600px;
	border-top: 1px dotted #003366; /* dk.blue */
}

#footer p {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366; /* dk.blue */
	font-size: xx-small;
	text-align: right;
}