body {
	margin:0; 
#	padding:0 10px 0 10px; 
	border:0; 
	height:100%; 
	overflow-y:auto; 
	background:#add8e6;
}

h1 {
	font-variant: small-caps; 
	font-size: 180%;
	font-weight: bold;
	color: #FF5900;
}
h2 {
	font-variant: small-caps; 
	font-size: 130%;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #FF5900;
}
h3 {
	font-variant: small-caps; 
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 7px;
	color: #002DAA;
}


#footer {
	font-size: 70%;
}


#page {
	margin:0px 0 18px 210px; 
	display:block; width:780px; 
#	border:2px solid #000000; 
	background:#ffffff; 
	padding:10px;
	color: #333333;
	text-align:justify;
	font-family: georgia,palatino;
}
#page a:visited, #page a {
	color: #777777; 
	text-decoration:none
}
#page a:hover {
	color: #aaaaaa
}
#page h2 a:visited, #page h2 a {
	color: #FFA07A;
	text-decoration:none
}
#page h2 a:hover {
	color: #FFBB77
}
#page ul {
 	list-style-type: disc;
 	list-style-position: outside;
 	margin-top: 0;
 	margin-bottom: 0;
}

#highlight {
	color: #000080
}
#highlight a:visited, #highlight a {
	color: #0000c8;
	text-decoration:none
}
#highlight a:hover {
	color: #3333ff
}

#menu {
	display:block; 
#        top:255px;
	top:10px;
	left:18px; 
	width:160px; 
	padding:10px;
	position:fixed; 
#	border:2px solid #000000;
	font-weight: bold;
	font-variant: small-caps;
	font-family: georgia,palatino; 
	color:#ffffff;
	background:#36719b
}
* html #menu {
	position:absolute;
}
#menu a:visited, #menu a {
	display:block; 
	color:#ffffff;
	text-decoration:none
}
#menu a:hover {
	background:#c1dcf1; 
        color:#36719b
}
#menu ul {
	list-style-type: none;
 	list-style-position: outside;
 	margin-top: 0;
 	margin-bottom: 0;
}
#menu h2 {
	font-variant: small-caps; 
	font-size: 130%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	color: #ffffff;
}

.clear {
	clear:both;
}

.my_pic { 
	border-style: solid;
	border-width: 1px; 
	border-color: #000000; 
}

.spacer_td {
	width: 20px;
}

.text_td {
	vertical-align: top;
}

.text_bu {
	text-decoration: underline;
	font-weight: bold;
}
