html, body {
margin : 0; 
padding : 0; 
border : 0; 
vertical-align: text-bottom;
} 
#header {
position : absolute; 
border-bottom : 15px solid #b9e1f2; 
width : 100%; 
margin : 0; 
padding : 0; 
top : 0; 
height : 100px; 
} 
#header h1 {
color : #859cfe; 
padding : 5px 15px 15px; 
}
img.heading {
top : 116px; 
position : absolute; 
left : 1em; 
border-right : 1px solid #ffffff; 
}  
#left {
border-right : 1px solid #a2feff; 
position : absolute; 
left : 0; 
top : 255px; 
width : 150px; 
} 
#left a {
display : block; 
list-style : none url(none); 
border-bottom : 2px solid #6495ed; 
background : #7ac7e7; 
padding-left : 10px; 
text-decoration : none; 
font-family : "MS Sans Serif", Geneva, sans-serif; 
font-size : 10pt; 
font-weight : bold; 
} 
#left a:hover {
color : white; 
} 
img.icon {
float : right; 
border : 0 none; 
clear : right; 
} 
#main {
border : 1px none #6495ed; 
margin : 120px 20px 40px 170px; 
color : #4169e1; 
font-family : "MS Sans Serif", Geneva, sans-serif; 
font-size : 12pt; 
} 
#main p, #main ul, #main li {
list-style : disc; 
} 
#main h1 {
color : #859cfe; 
} 
#main h2 {
color : #859cfe; 
} 
#main a {
color : blue; 
} 
#main a:link, A:visited {
color : blue; 
text-decoration : none; 
} 
#main a:hover {
background-color : #ffffff; 
text-decoration : none; 
color : #ff4500; 
} 
p.border {
border-style : outset; 
background-color : #eaf5ff; 
font-weight : bold; 
text-indent : 1em; 
padding-left : 5px; 
padding-right : 5px; 
}
img.right-floating {
	float: right;
}