BODY 
{ 
background-color:#f0f6fa;
background-image: url('images/pagebg.jpg');
background-position:  top left;
background-repeat: repeat-y;
margin: 0px 0px 0px 0px;
font:11px "Georgia", "Perpetua", "Adobe Garamond", serif; 
color:#163c52; 
}


.cell1 {background-image: url('images/contentbg.jpg');
	background-position:  top left;
	background-repeat: repeat-x;
	}

.cell2 {background-image: url('images/navbg.jpg');
	background-position:  top left;
	background-repeat: repeat-x;
	border-left: 1px dashed #97c4df;
	}



a:link { color: #0c7c6b; 
	font:11px "Georgia", "Perpetua", "Adobe Garamond", serif;
	}
a:active { color: #cbbfd1; 
	text-decoration: none;
	font:11px "Georgia", "Perpetua", "Adobe Garamond", serif;
	}
a:visited { color: #b3aab8;
	text-decoration: none; 
	font:11px "Georgia", "Perpetua", "Adobe Garamond", serif;
	}

a:hover { color: #0a7888; 
	text-decoration: none; 
	font:11px "Georgia", "Perpetua", "Adobe Garamond", serif;
	background-color: #d7edfd;
	}

.text {font:11px "Georgia", "Perpetua", "Adobe Garamond", serif; 
	color:#487792; 
	margin: 5px 10px 5px 10px;
	}

.quote {font:11px "Georgia", "Perpetua", "Adobe Garamond", serif; 
	color:#4e8eb2; 
	margin: 1px 10px 1px 20px;
	border-left: 10px solid #d3e5f0;
	padding: 5px;
	}

	.quote:first-letter { color: #0a555e;
		font: 15px "Georgia", "Perpetua", "Adobe Garamond", serif;
		font-weight: bold;
		font-variant: smallcaps;
		}


/* titles */

.title1 {color:#275c7b;
	text-align:left; 
	font: 1.5em Georgia, serif;
	text-transform: uppercase;
	letter-spacing : 3px; 
	margin-bottom: 6px;
	}


.title2 {padding: 3px;
	text-align:left; 
	color:#2f6b8d; 
	font: 1.3em Georgia, serif;
	letter-spacing : 1px; 
	font-weight: bold;
	font-style: oblique;
	border-bottom: 2px solid #abcee2;
	}

.title3 {padding: 3px;
	text-align:right; 
	color: #337aa4; 
	font: 1.3em Georgia, serif;
	letter-spacing: 1px; 
	margin: 0px 0px 4px 0px;
	background: #e5eef5;
	}



/* navigation */


.nav {font:11px Georgia, serif; 
	color:#866b2a;
	margin-top: 6px;
	letter-spacing: .03em;
	width:153px;
	margin-left: 3px;
	margin-right: 3px;
	}


.navtitle {margin-right: 10px;
	color:#5a8daa; 
	font: 1.1em Georgia, serif;
	text-align: right; 
	font-style: oblique;
	margin-bottom: 4px;
	letter-spacing: 2px;
	border-bottom: 1px dashed #abcee2;
	}
	

ul.links li {list-style-type: none;  
	margin: 1px;
	padding: 0px;
	}

ul {margin: 0px 0px 0px 0px;      
	padding: 0em 0em 0em 0em;
	}


ul.links li a:link{ color:#0c7c6b;
	font: 1em Georgia, serif;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 1px 1px 1px 10px;
	height: 15px;
	background-image: url('images/arrow.gif');
	background-position:  top left;
	background-repeat: no-repeat;
	}


ul.links li a:visited{ color:#b3aab8;
	font: 1em Georgia, serif;
	text-align: left;
	text-decoration: none;
	font-style: oblique
	display: block;
	padding: 1px 1px 1px 10px;
	height: 15px;
	background-image: url('images/arrow.gif');
	background-position:  top left;
	background-repeat: no-repeat;
	}

ul.links li a:hover{ color:#ffffff;
	font: 1em Georgia, serif;
	text-align: left;
	text-decoration: none;
	display: block;
	height: 15px;
	background: #67aad1;
	}

/* smaller text */

.small {padding: 3px; 
	font:.85em Georgia, serif; 
	font-style: oblique;
	color:#86b6d2; 
	text-align: right; 
	padding-right: 15px;
	margin: 4px 0px 5px 0px;
	border-top: 1px dashed #abcee2;
	}

.disc {	padding-left: 5px; 
	font:.5em Georgia, serif;
	color:#86b6d2; 
	letter-spacing: 1px;
	text-align: center;
	font-style: oblique;
	margin: 20px 2px 20px 2px;
	}
.disc a:link {font:1em Georgia, serif;
	color:#0c7c6b; 
	font-style: oblique;
	text-decoration: none;
	}
.disc a:visited {font:1em Georgia, serif; 
	color:#368a7d; 
	text-decoration: none;
	font-style: oblique;
	}
.disc a:hover {font:1em Georgia, serif;
	color:#0a7888; 
	font-style: oblique;
	background-color: #d7edfd;
	}



