/* CSS Document */

* {
	font-family: verdana, sans-serif;
	}
	
body {
	font-size: small;
	background-color: #fff;
	color: #333;
	}
	
blockquote {
	margin-right: 0;
	}
	
h1 {
	color: #660066;
	font-size: 120%;
	}
	
h2 {
	color: #660066;
	font-size: 110%;
	margin-top: 1.5em;
	}
	
h3, h4 {
	color: #660066;
	font-size: 90%;
	margin-top: 1.5em;
	}
	
label {
	padding-right: 5px;
	}
	
a:link, a:visited {
	color: #660066;
	text-decoration: none;
	border-bottom: dashed 1px #660066;
	}
	
a:hover {
	color: #85ad0a;
	text-decoration: none;
	border-bottom: dashed 1px #85ad0a;
	}
	
#container {
	width: 95%;
	margin: 20px;
	}

#head {
	margin: 0;
	padding: 0;
	background: #fff url(../graphics/layout/bg-header.gif) top left repeat-x;
	}

#leftnav {
	float: left;
	width: 160px;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	background-color: #660066;
	color: #fff;
	}
	
#leftnav ul {
	margin: 0.3em 0 1em 0;
	padding: 0;
	list-style: none;
	}

#leftnav li {
	padding: 0.3em 0 0.3em 0;
	}
	
#leftnav li a:link, #leftnav li a:visited {
		color: #fff;
		padding-left: 14px;
  		background: url(../graphics/layout/leftnav.gif) 0 0.3em no-repeat;
		text-decoration: none;
		border: none;
		}
	
#leftnav li.indent a:link, #leftnav li.indent a:visited {
		padding-left: 24px;
		}
		
#leftnav li a:hover {
		color: #99cc00;
  		background: url(../graphics/layout/leftnav-ro.gif) 0 0.3em no-repeat;
		text-decoration: none;
		border-top: dashed 1px #99cc00;		
		border-bottom: dashed 1px #99cc00;
		}

#content {
	margin: 0 0 0 185px;
	max-width: 58em;
	background-color: #ffffff;
	color: #333;
	}
	
#content p {
	padding-left: 20px;
	line-height: 140%;
	}
	
#content li {
	line-height: 140%;
	}
	
#content form {
	padding-left: 20px;
	}
	
#content form td {
	padding: 3px;
	}
		
		
#footer {
	clear: both;
	margin: 30px 0 0 185px;
	padding: 0.5em 20px 0.5em 0;
	color: #660066;
	border-top: 1px solid #d9c0d9;
	text-align: right;
	font-size: 90%;
	}
	
#footer p {
	padding: 0 0 0.4em 0;
	margin: 0;
	}
	
#footer a {
	border: none;
	}
	
#footer a:hover {
	border: none;
	}
	
	
#footer .faded a {
	color: #cccccc;
	}
	
	
#latest {
	border-right: solid 1px #660066;
	border-bottom: solid 1px #660066;
	font-size: 90%;
	}	
	
#latest h1 {
	background-color: #660066;
	color: #ffffff;
	font-size: 13px;
	padding: 3px 0 5px 10px;
	margin: 0;
	}
	
#latest .column {
	float: left;
	width: 45%;
	border-left: solid 1px #660066;
	font-size: 90%;
	padding: 10px;
	}
	
#latest .column p {
	margin: 0;
	padding: 0;
	}
	
#latest ul {
	margin: 0.3em 0 0.6em 0;
	padding: 0;
	list-style: none;
	}

#latest li {
	padding: 0.3em 0 0.3em 0;
	}
	
#latest li a:link, #latest li a:visited {
		padding-left: 17px;
  		background: #ffffff url(../graphics/layout/arrow.gif) 0 0 no-repeat;
		}
		
#latest li a:hover {
  		background: #ffffff url(../graphics/layout/arrow-ro.gif) 0 0 no-repeat;
		text-decoration: none;
		}
		
a.forward {
		padding-left: 20px;
  		background: #ffffff url(../graphics/layout/arrow.gif) 0 0.1em no-repeat;
		}
		
a:hover.forward {
  		background: #ffffff url(../graphics/layout/arrow-ro.gif) 0 0.1em no-repeat;
		}	
		
		
a.backward {
		padding-left: 20px;
  		background: #ffffff url(../graphics/layout/back.gif) 0 0.1em no-repeat;
		}
		
a:hover.backward {
  		background: #ffffff url(../graphics/layout/back-ro.gif) 0 0.1em no-repeat;
		}
		
	
a img {
	border: 0;
	}
	
.small {
	font-size: 80%;
	}	
	
.center {
	text-align: center;
	}	
	
.graph {
	text-align: center;
	font-size: 80%;
	}	
	
.graph img {
	margin-right: 120px;
	padding-bottom: 10px;
	}
