/* styles that are commonly used across the whole site */
BODY {
/*	padding: 5pt; */
	color : #d5ca9c; /* dark gold */
	background-color: #3e4626; /* dark brown */
	background-repeat: repeat-y;
	margin-left: 50pt;	
	margin-right: 10pt;
     	font-family: arial, helvetica, verdana; 
}

A:link {
       color: #33CC00; /* bright green */
}

A:visited {
       color: #339900; /* not-so-bright green */
}

A:active {
       color: #990000; /* red */
}

/* block styles */
H1 { 
	font-family: "Cry Uncial",CryUncial,"Times New Roman",Roman,serif; 
     	font-size: xx-large; 
     	font-weight: bold;
}

H2.part2 {
	font-family: "Cry Uncial",CryUncial,"Times New Roman",Roman,serif; 
	padding-left: 10em;
}

P.header {
	font-family: "Cry Uncial",uncial,"Times New Roman",Roman,serif; 
     	font-size: xx-large; 
     	font-weight: bold;
	text-align: left;
}

td.fig {
	color: #9999FF;
}

span.warning {
	color: #FF0000;
}

dt {
	font-weight: bold;
}
dt.update {
	font-family: "Cry Uncial",uncial,"Times New Roman",Roman,serif; 
	font-weight: bold;
	font-style: italic;
}

dd.update {
	font-style: italic;
}

.menu {
	font-family: "Cry Uncial",uncial,"Times New Roman",Roman,serif; 
	font-weight: bold;
}


address.footer {
	font-family:  "Times New Roman","Times Roman",Roman,serif;
/*	font-style: italic;  */
}

table.footer {
	     width: 100%;
}
col.left {
	 width: 50%;
	 text-align: left;
}

col.right {
	  width: 50%;
	  text-align: right;
}

img.ui {
	float: right;
	margin-left: 10px;
	border-style: none;
}

