a {text-decoration: underline;}
a:link {color: #1c0b5a;}
a.sidebar:link { color: #ffffff }
a.selsidebar:link { color: #ff0000 }
a.subsidebar:link { color: #ffffff }

a.sidebar:visited { color: #ffffff }
a.selsidebar:visited { color: #ff0000 }
a.subsidebar:visited { color: #ffffff }
a:visited {color: #888888;}

a:hover {background-color: #1c0b5a; color: #ffffff;}
a.sidebar:hover { background-color: #ffffff; color: #ff0000 }
a.selsidebar:hover { background-color: #ffffff; color: #ff0000 }
a.subsidebar:hover { background-color: #ffffff; color: #ff0000 }

a:active {color: #ff0000;}

a.one:link {color: #1c0b5a; text-decoration:underline;}
a.one:visited {color: #1c0b5a; text-decoration:underline;}
a.one:active {color: #ff0000;}
a.one:hover {background-color: #1c0b5a; color: #ffffff;}
a.one {color: #ff0000; text-decoration: underline;}

a.one
{ 
	font-weight: bold;
}

a.sidebar    
{ font-family: Times New Roman;
	font-size: 13pt;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0%;
  color: #ffffff;
}

a.selsidebar    
{ font-family: Times New Roman;
	font-size: 13pt;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0%;
  color: #ff0000;
}

.bigsidebar 
{ font-family: Times New Roman;
	font-size: 13pt;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0%;
	color: #ffffff;
}

.subsidebar    
{ font-family: Times New Roman;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0%;
}

body { 
	background-color: #ffffff;
	color: #1c0b5a;
	margin: 0px;
	height:100%; 
}

#topdiv { 
	height:100%;
}

#navbar { 
 position: absolute;
 top: 0;
 left: 0;
 width: 140px;
 height: 100%;
 padding: 4px;
 background-color: #1c0b5a;

}

#content { 
  padding-left: 148px;
	overflow:auto;
}

#thumbs { 
	width:600px;
	overflow: scroll;
}

.ctrheader 
{ 
	text-align: center;
}

.leftheader 
{ 
	text-align: left;
}

.breadcrumb
{ 
	font-weight: bold;
	color: #888888;
}
