/* Generic Selectors */
/* Due to bugs in IE 6.0 force widths in Pixels for paragraphs, headers, etc. */

body {
/* try these fonts font-family: Arial, Verdana; */
font-family: Arial, Verdana; 
font-size: 14px;
color: green;
background-color: #FFFFA0;
width: 600px; 
font-weight: normal;
}

p {
width: 600px; 
font-weight: normal;
}

table {
width: 600px; 
font-weight: normal;
}

li {
width: 600px; 
font-weight: normal;
}

ol {
width: 600px; 
font-weight: normal;
}

h1, h2, h3, h4, h5, h6  {
font-family: Arial, Verdana; 
font-size: 18px;
width: 600px; 
font-weight: bold;
color: green ;
}

/**************** Pseudo classes ****************/
a:link {
color:  purple ;
text-decoration: underline;
font-weight: bold;
}

li :link {
color: #00CC00;
text-decoration: underline;
/*text-decoration: none; */
font-weight: bold;
}

a:visited {
color: purple;
text-decoration: underline;
font-weight: bold;
}

li a:visited {
color: purple;
text-decoration: underline;
/*text-decoration: none;*/
font-weight: bold;
}

a:hover {
color: rgb(0, 96, 255);
font-weight: bold;
text-decoration: underline;
}

li a:hover {
color: rgb(0, 96, 255);
font-weight: bold;
}

a:active {
color: rgb(255, 0, 102);
font-weight: bold;
}

/************************* ID's *************************/

#navigation {
position: absolute;
width: 250px;
height: 800px;
margin: 4;
margin-top: 50px;
/*border-right: 1px solid #C6EC8C;*/
font-weight: normal;
}

#centerDoc {
position: absolute;
padding: 0 0 20px 0; /*top right bottom left*/
margin-top: 50px;
margin-left: 275px;
margin-right:  250px;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 100}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: down;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 120px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 250px ;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}

