/* global stuff, page setup */

body {
    margin:0;
    padding:0;
    background:#dddddd; 
    font: normal 10pt verdana, helvetica, sans-serif;
    color: #333333;   
    text-align:justify;
    width: 800px;
    
}

p {
    color: #333333; 
}



.indent {
    margin-right: 7mm;
    margin-left: 10mm;
    
}

.note {
    font-weight: bold;    
}

.small {
    
font-size: 8pt;
}



    


/* Menu and navigation */

div.menu {
    float:left;
    width:200;
    margin:10px 0px 0px 7px;
    
}

div.body {
    float:left;
    width:700px;
    text-align:justify; 
    background:white;
    padding:8px
}


a {
    text-decoration: none;
}

a:link {   
        color: blue;
	font-weight:bold;	
}

a:hover {
        color: red;
}

a:visited {
   font-weight:bold;
    color: #000000;
}

a.menu {
	font-size: 1em;
	font-weight:normal;
	
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	margin:0px 18px 1px 0px;
	padding: 3px;
	width: 120px;
	text-align: left;
	}

a.menu:link {
	color: #2f2f2f;
	background-color: #dddddd;
	border-right: 20px solid #6a6a6a;
	text-shadow: #999 0px 2px 2px
	}
	
a.menu:visited {
	color: #2f2f2f;
	background-color: #dddddd;
	border-right: 20px solid #6a6a6a;
	text-shadow: #999 0px 2px 2px
	}

a.menu:hover {
	text-align: right;
	color: #d6dbbf;
	background-color: #2f2f2f;
	border-right: 20px solid #f00;
	text-shadow: none
	}

a.menu:active {
	text-align: right;
	color: #d6dbbf;
	background-color: #f00;
	border-right: 20px solid #2f2f2f;
	text-shadow: none
	}

/* ----------- main styles ------------ */


/* headings and general text */

h1, h2, h3, h4 {
    color: maroon;
    font-family: garamond, times, serif;
}

h1 {
    text-align: left;
    font-size: 20pt;
}




/* images */

img.right {
    float: right;
    margin: 1px 0px 3px 8px;
     
}

img.left {
    
    float: left;
    margin: 1px 8px 3px 0px;
}

img.border {
    border: solid maroon 1px;
}

img.axes {
    position: absolute;
    bottom: 50pt;
    left: 30px;
}

img.profile {
    position: absolute;
    bottom:68pt;
    left: 50px;
}







    

