/* CSS Document */

/* made by Marten Brosch, mbrosch@gmail.com*/

body { 
	color: black; 
	font-size: 76%;
	background-color: white;
	}

p { 
	font-size: 1em; 
	font-family: Verdana, Arial, san-serif;
	}

h3 {
	color: #669933;
	background-color: transparent;
	text-align: right;
	font-family: Times, san-serif;
	font-size:1.2em;
	font-variant: small-caps;
	}

li{
	list-style-image: url(arr1.gif)
	}
	
li:hover {
	list-style-image: url(arr2.gif)
	}
	
	
a:link { 
	color: #669933;
	background-color: transparent;
	text-decoration: none; 
	}

a:visited { 
	color: #999999; 
	background-color: transparent;
	}

a:hover { 
	color: #999999;
	background-color: transparent;
	text-decoration: underline;
	}

a:active { 
	color: #003300;
	background-color: transparent;
	}

#container {
	position:absolute;
	left:50%;
	top:70px;
	width: 600px;
	margin-left: -300px;
	border:1px solid #e1e2de;
	margin-bottom: 10px;
	background:url(bg.gif);
	}

#intro {
	height: 200px;
	}	

#pageHeader {
	width:600px;
	height: 200px;
	float: left;
	background: url(head.gif) no-repeat;
	margin-bottom: 10px;
	}

#pageHeader span{
	display: none;
	}	
	
#quickSummary {
	float:left;
	height:200px;
	width: 159px;
	padding:10px;
	border-right:1px solid #cccccc;
	}

#quickSummary p.p1 {
	font-size: 1em;
	text-align: right;
	font-variant: small-caps;
	letter-spacing: 0.1em
	}

#quickSummary p.p2 {
	font-size: 0.9em;
	padding:4px;
	text-align: center;
	}
	
#preamble {
	padding-left: 10px;
	padding-right: 10px;
	width: 400px;
	float: left;
	margin-bottom: 10px;
	text-align: justify;
	}
	
#supportingText {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 400px;
	float: left;
	border-right:1px solid #cccccc;
	text-align: justify;
	}
	
#linkList { 
	position: relative;
	width:160px;
	float:left;
	padding-left:6px;
	font-size: 1em;
	}
	
#linkList h3 {
	color: #999999;
	background-color: transparent;
	text-align: center;
	font-size: 1em
	}

#footer {
	border-top:1px solid #cccccc;
	text-align: center;
	}

