body {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;
}
img {
	border: none;
}
/* LIST DEFINITIONS */

ol {
	padding-right: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 2em;
}

#body li, #tinymce li {
	padding-bottom: 1.4em;
	padding-left: 1em;
}

ol li {
	padding-left: 2em;
}

/* HEADING DEFINITIONS */

h1 {
	font-weight: bold;
	font-size: 16pt;
	font-family: Arial, Helvetica, sans_serif;
	display: block;
	width: 98%;
	border-bottom: solid #044f63 1px;
	margin-bottom: 0.7em;
	color: #044f63;
}

h2 {
	font-weight: bold;
	font-size: 14pt !important;
	font-family: Arial, Helvetica, sans_serif;
	margin-bottom: 0.4em;
	color: #044f63;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans_serif;
	margin-bottom: 0.3em;
}

h4, h5, h6 {
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans_serif;
	margin-bottom: 0.2em;
	font-style: oblique;
}

em {
	font-style: oblique;
}

#body a, #tinymce a {
	color: #044f63;
}

#body a:visited, #tinymce a:visited {
	color: #666666;
}

#body a:hover, #tinymce a:hover {
	color: #87abb4;
}

/* LIST DEFINITIONS */

#content ol, #content ul {
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-top: 0.2em;
}

#content li {
	padding-bottom: 2em;
	padding-left: 0.5em;
}

	/* We want nested lists to have less/different padding. */

	#content li > ul, ol {
		margin-top: 1em;
	}
	
	#content li > ol > li {
		padding-bottom: 0.6em;
	}
	
	#content li > ul > li {
		padding-bottom: 0.6em;
	}
	
	#content li > ul > li > ul, ol {
		margin-top: 1em;
		padding-bottom: 0em;
	}

	#content li > ol > li > ul, ol {
		margin-top: 1em;
		padding-bottom: 0em;
	}
	
	#content ol.alpha {
		list-style-type: lower-alpha;
	}
	
	.alphalist {
		list-style-type: lower-latin;
	}
	
	.contentblock {
		display: block;
		padding-bottom: 1em;
	}

#content p {
	padding-bottom: 1em;
	padding-right: 1em;
}

.item1 {list-style-image: url("../images/bullets/1.png");}
.item2 {list-style-image: url("../images/bullets/2.png");}
.item3 {list-style-image: url("../images/bullets/3.png");}
.item4 {list-style-image: url("../images/bullets/4.png");}
.item5 {list-style-image: url("../images/bullets/5.png");}
.item6 {list-style-image: url("../images/bullets/6.png");}
.item7 {list-style-image: url("../images/bullets/7.png");}
.item8 {list-style-image: url("../images/bullets/8.png");}
.item9 {list-style-image: url("../images/bullets/9.png");}
.item10 {list-style-image: url("../images/bullets/10.png");}

.jumpto {list-style-type: none;}

acronym {
	border-bottom: dotted grey 1px;
}

/* login screen */
#login {
	width: 400px;
	margin: auto;
}
#login #errorlist {
	color: #c02;
	font-weight: bold;
}
#login th {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
#login td {
	vertical-align: middle;
	padding-bottom: 10px;
}
#login td input {
	background-color: white;
	border: 1px solid #aaaaaa;
	border-top-color: #888888;
	border-bottom-color: #cccccc;
	padding: 2px 3px;
}
#login .buttonarea {
	text-align: right;
}
#login .buttonarea input {
	padding: 4px 6px;
	background-color: #deeac7;
	border: 1px solid #bac3a6;
}
ul.errorlist li {
	padding: 4px !important;
	color: #c00;
	margin: 0px !important;
}
