* { margin: 0; padding: 0; }
html, body, #main { height: 100% }
body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
body { margin: 0; padding: 0; font-size: small; color: #333 }
h1, h2 { font-family: 'trebuchet ms', verdana, arial; margin-left: 140px;font-size: 24px; color:#0078B4; font-weight: normal; }


li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

.basic  {
	width: 580px;
	
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	/*border: 1px solid black;*/
	text-align:left;
	margin-left: 150px;
	margin-bottom:10px;
}
.basic div {
	background-color: #eee;
	height: 106px;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	/*font-weight: bold;*/
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	color: #000000;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #1C68B5;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	color: #ffffff;
	/*background-image: url("AccordionTab0.gif");*/
}
.basic a:hover {
	background-color: #E0EFF6;
	color: #0078B4;
	/*background-image: url("AccordionTab2.gif");*/
}
.basic a.selected {
	color: #0078B4;
	background-color: #E0EFF6;
	/*background-image: url("AccordionTab2.gif");*/
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 { border: 1px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}


.normal a {
		text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: black;
	
}

.normal a:hover {
		text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: black;
	
}

.normal a:visited {
		text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: black;
	
}

.normal a:active {
		text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: black;
	
}
