/*
global stylesheet
*/
/* high level default behaviors */
body {
	background-color:#ded8e6;
	font-family:"Times New Roman",Georgia,Times,serif;
	}
/* some headers are just for search engines */
h1, h2 {
	display:none;
	}
#content h2, #content h3 {
	display:block;
	font-style:italic;
	}


/* some default behaviors for common elements */

a, a:link, a:visited, a:hover, a:active {
	color:#310c62;
	text-decoration:underline;
	}
a:hover {
	text-decoration:underline;
	}
a.ext:hover {
	text-decoration:none;
	border-bottom:1px dashed #310c62;
	}

 table {
	border:0;
	}

a img  {
	border:0;
	}
td, th {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	}


hr {
	width:92%;
	height:4px;
	}

/* elements in the page header */

#hdr {
	background: #ded8e6 url('../images/header_bg.gif') repeat-x;
	}
#nav {
	position:absolute;
	left:163px;
	top:70px;
	}
.button {
	display:inline;
	margin-right:1em;
	}

/* elements in page body */
#textblock {
	margin-bottom:3em;
	}
#textblock, #textblock td, #textblock th {
	font-size:110%;
	}
#content ul li {
	margin-bottom:0.5em;
	}

.datatable {
	padding:0;
	}
.datatable td, .datatable th {
	padding: 0 1em 0.5em 0; /*TRouBLe */
	}

/* miscellaneous semantic defs */

.shout {
	font-size:150%;
	font-weight:bold;
	font-style:italic;
	}
.shoutb {
	font-size:110%;
	font-weight:bold;
	font-style:italic;
	}

/* utility defs */

/* establish as a positioning context */
.context {
	position:relative;
	left:0;
	top:0;
	}

/* for search engine use */
.nodisplay {
	display:none;
	}

.center {
	text-align:center;
	}
.upper {
	text-transform:uppercase;
	}
