/* CSS Document */
/* Copyright 2004, Karen A. Plummer.  All Rights Reserved */
/* Contact: karen42@sssnet.com */
/* Media: Print */

/* body container styles */
body {
	margin : 0;
	padding : 0;
	background-color : #fff;
	color : #000;
	font-size : 12pt;
	font-family : georgia, 'times new roman', serif;
}

/* content container */
#content {
	margin : 0;
	padding : 0;
	background-color : #fff;
	color : #000;
}

/* menu container */
#menu {
	display : none;
}

/* right contact menu */
#contact {
	display : none;
}
/* branding styles */
#branding {
	font-size : 10pt;
}

/* footer */
#footer {
	border-top : 1px solid #000;
	margin-top : 1em;
	padding-top : 1em;
	font-size : 10pt;
}

/* headings */
h1 {
	font-size : 18pt;
}

h2 {
	font-size : 16pt;
	margin-bottom : 1px;
	font-style : italic;
	border-top : 1px solid #000;
}

h3 {
	font-size : 14pt;
	margin-bottom : 1px;
}

/* links */
a {
	background-color : transparent;
	color : #333380;
	text-decoration : underline;
	font-weight : bolder;
}

/* lists */
dl {
	margin-top : 1px;
	margin-left : .5in;
}

dt {
	font-weight : bold;
	margin-bottom : 1px;
	margin-top : 1px;
}

dd {
	margin-top : 1px;
	margin-bottom : .4em;
}

li {
	margin-bottom : .2em;
}

/* general */
p, ul, ol {
	margin-top : 1px;
}

p.center {
	margin-top : .5em;
	text-indent : 0;
	text-align : center;
}

.printed {
	font-style : oblique;
}

.url {
	font-style : oblique;
}

/* tables in general */
table {
	border : 1px solid #000;
	padding : 0;
	margin-right : auto;
	margin-left : auto;
	margin-bottom : .1in;
	margin-top : .1in;
}
table tr td h3 {
	text-align : center;
	vertical-align : middle;
	margin : 0;
}

tr, th, td {
	border : 1px solid #000;
	vertical-align : top;
	padding : 3px;
}

.example {
	font-family : 'comic sans ms', cursive;
	color : #600;
	background-color : transparent;
	text-indent : 0;
	font-size : 1.2em;
}