/* -------------------- Text Module -------------------- */

h1 {
	font-size: 188%; 
	color: #000;
	background: none;
	text-align: center;
	font-weight: bold;
	margin: 0.5em;
	padding-top: .5em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #002bb8;
}
h2 {
	font-size: 150%;
	color: #000;
	background: none;
	font-weight: bold;
	margin: 0 1em 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #002bb8;
}
h3 {
	font-size: 132%;
	color: #000;
	background: none;
	font-weight: bold;
	margin: 0 1.5em 0;
	padding-top: .5em;
	padding-bottom: .17em;
}

h4 {
	font-size: 116%;
	color: #000;
	background: none;
	font-weight: bold;
	margin: 0 2em 0;
	padding-top: .5em;
	padding-bottom: .17em;
}

h5 {
	font-size: 100%;
	color: #000;
	background: none;
	font-weight: normal;
	margin: 0 2em 0;
	padding-top: .5em;
	padding-bottom: .17em;
	text-decoration: underline;
}

h6 {
	font-size: 100%;
	color: #000;
	background: none;
	font-weight: normal;
	margin: 0 2em 0;
	padding-top: .5em;
	padding-bottom: .17em;
}

p {
	margin: 0.8em 3em .5em;
	line-height: 1.5em;
}

.summary {
	margin: 0.5em 5em 0.5em;
	line-height: 1.5em;
	font-size: 100%;
	font-weight: normal;
	border-bottom: 0px solid #002bb8;
}

.level01 {
	margin: 0.5em 5em 0.5em;
	line-height: 1.3em;
}

.level01_topmargin {
	margin: 2.5em 5em 0.5em;
	line-height: 1.3em;
}

.level02 {
	margin: 0.5em 6.5em 0.5em;
	line-height: 1.3em;
}

.level02_topmargin {
	margin: 1.5em 6.5em 0.5em;
	line-height: 1.3em;
}

.location {
	border: #002bb8 solid;
	border-width: 1px 1px 1px 1px;
	margin: 5px 100px 5px 100px;
	font-size: 100%;
}

/* -------------------- Hypertext Module -------------------- */

a {
	text-decoration: none;
	color: #002bb8;
	background: none no-repeat;
}

a:visited {
	color: #5a3696;
}

a:active {
	color: #faa700;
}

a:hover {
	text-decoration: underline;
}

a.external {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}

/* -------------------- List Module -------------------- */

.contentlist1 {
	margin-top: 10px;
	margin-left: -20px;
	list-style-position: outside;
	list-style-type: square;
	font-size: 80%;
}
.contentlist2 {
	margin-top: 0px;
	margin-left: -5px;
	list-style-position: outside;
	list-style-type: disc;
		font-size: 80%;
}
.contentlist3 {
	margin-top: 0px;
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: circle;
	font-size: 80%;
}

.list_level1 {
	margin-top: 0px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
}
.list_level1_nobullet {
	margin-top: 0px;
	margin-left: 35px;
	list-style-position: outside;
	list-style-type: none;
}
