/* CSS Document */

/* layout

----------------------------------------------- */



*{
	margin: 0;
	padding:0;
	}

a:link {
	color: #b8860b;
	text-decoration: none;
		
	
	}     

/* unvisited link */
a:visited {
	color: #b8860b;
	text-decoration: none;
	
	} 

 /* visited link */
a:hover {
	color: #663366;
	text-decoration: none;

	}   
/* mouse over link */
a:active {
	color: #777733;
	
	}  
 /* selected link */

body{
	background: #4a164a;
	color: #eee;
	font: 85% "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	word-wrap: break-word;	/* IE */
	}



#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	background-color: #b8860b;
	}



#sidebar{ position:fixed; top: 38px; left:20px;	width: 250px; }
* html div#sidebar  { top: 38px; left:20px;	width: 250px; position:absolute; }



#content{ 
	margin: 23px 10% 5em 315px;
	color:#FFFFFF;
	text-decoration: none;
 }



Navigation

#sidebar a{
	color: #fff;
	}

#sidebar p a:hover{ border-bottom: 1px dotted #fff; }	

#sidebar h1 a{ font-weight: bold; }

#sidebar h1 a:hover{ color: inherit; }


#nav{ list-style: none; margin: 2.0em 0; width: 15em;}

#nav li{ padding: 0; margin: 0; }

#nav a{
	display: block;
	height: 1.5em;
	padding: 0.3em 0.2em 0.2em 0.8em;
	border-bottom: 1px solid #4a164a;
	color: #fff;
	background-color: #663366;
	text-decoration: none;
		}



#nav a:hover{
	color: #4a164a;
	background-color: #b8860b;
	text-decoration: none;
	}	
	
Content

#content ul{ margin-left: 4px;}

#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	}

#section{ border-top: 1px solid #663366;  padding: 1.5em 0; }

.download{
	background-color: #333;
	border: 1px solid #444; 
	padding: 0.7em 1.5em; }

.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}

#content ul.download li{
	padding: 0.3em 0;
	background-image:none;
	}

.download img{ padding-right: 0.3em; }

.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}

.download li em{ font-style: normal; color: #D0EB6A; }



