/* Generic Selectors add101 */

body {
	font-family: verdanna, Helvetica, Arial, sans-serif;
	font-size: .85em;
	color: #333333;		
	background-color: #ffffff;
line-height: 1.3em;
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
}

p {
	width: 95%;
}

li {
	list-style-type: circle;
	line-height: 1.3em;
	margin-top: .5em; margin-bottom: .5em;
}


h1 {

	font-family: verdanna, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #ff0000;
}

h2 {
	font-family: tahoma, verdanna, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	border-bottom: 2px solid #999999;
	
}
h3 {
	font-family: tahoma, verdanna, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;	
	border-bottom: 1px solid #CCCCCC;
}

h4 {
	font-family: verdanna, Helvetica, Arial, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #cc0000;	
	border-bottom: 1px solid #CCCCCC;
}

dl {
	margin-right: 10px;
}

dt {
padding-bottom: .5em;
padding-top: 1.0em;
}

dd {
width: 80%;
}

tr, td {
font-size:.85em;
}

input {
	font-size: .85em;	

}




/************************* Classes *************************/

.box {
	padding: 1.3em;
	width: 40%;
	background-color: #cccccc;
	border-top: 1px solid #6666cc;
	border-right: 1px solid #6666cc;
	border-bottom: 1px solid #000066;
	border-left: medium solid #ff0000;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right
}

.subTitle {
	font-family: verdanna, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #008040;
}

.inlineHiglight {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}

.title {
	font-family: verdanna, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	
}

.titleUnderline {
	font-family: verdanna, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #000000;
	
}

.highlight  {
	background-color:#FFFF66
}

.small   {
	font-size:9px
}

<li style="list-style:disc" >
<ol style="list-style:decimal" >

.orderedlist   {
	list-style-type:decimal
}

.imageRight (
	float: right; 
	padding: 10px 10px 10px 10px; 
	margin: 0 0px 0px 0; 
} 

.imageLeft (
	float: left; 
	padding: 10px 10px 10px 10px; 
	margin: 0 0px 0px 0; 
}
/*************************  Pseudo classes *************************/

:link {
	color: #0000ff;
	text-decoration: underline;
	font-weight: normal;
}
:visited { 
color: #000099;
text-decoration: underline;
font-weight: normal;
}
:hover {
color: #ffffff;
padding-bottom: 5px;
font-weight: normal;
text-decoration: none;
background-color:#3366FF
}  
:active { 
color: rgb(255, 0, 102);
font-weight: normal;
} 


/*
li :visited { 
color: #00CC00;
text-decoration: underline;
font-weight: bold;
}
li :link {
	color: #00CC00;
	text-decoration: underline;
	font-weight: bold;
}
li :hover {
	
	color: rgb(0, 96, 255);
	font-weight: bold;
	
	display: block;
	padding-bottom: 5px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;*/	
}





/*************************  ID's *************************/

#navigation {
	position: absolute;
	z-index: 10;
	width: 210px;
	height: 600px;
	top: 1px;
	left: 10px;
	margin: 0;
	font-family: verdanna, Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-style: normal;
	margin-top: 0px;
	border-right: 1px solid #3399ff;
	font-weight: normal;
}

#centerDoc {
	position: absolute;	
	z-index: 15;
	padding: 0 10px 20px 235px; /*top right bottom left*/
	margin-top: 50px;		
}

#topBar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 15px;	
	background-color: #0000ff;	
	margin: 0;
	border-bottom: 10px inset #6699ff;	
	font-family: verdanna, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;	
	font-weight: bold;
}

#centerImage  (
	float: right;
	margin: 10px;
)

#pictureRight  {
	position: absolute;
	left: 400;
	margin: 10px;
}

#pictureLeft  {
	position: absolute
	left: 205
	margin: 5px;
}