







body {
	background: rgb(183,204,204) url(background.png) repeat-y top center;
	font-family: sans-serif;
}

div#all-page-body {
	background: transparent;
	color: rgb(0,0,0);
	margin: 0px auto 0px auto;
	width: 720px;
}

a {
	color: rgb(0,0,128);
}
h1 a {
	color: rgb(0,0,0);
	text-decoration: none;
}

table#maintitle {
	width: 100%;
}

#maintitle img {
	border: none;
}

#maintitle-slogan {
	font-family: serif;
	font-style: italic;
	text-align: right;
	vertical-align: bottom;
	padding-right: 20px;
	padding-bottom: 7px; /*align with graphi to left*/
	background: url(title_back.jpg) no-repeat 95% 0%;
	font-size: 11.5px;
}
#maintitle-slogan em {
	font-size: 150%;
}
#maintitle-slogan a {
	text-decoration: none;
}

.menu ul, address, div.divider p {
	width: 100%;
	background: rgb(229,255,255);
	border-top: thin solid rgb(0,0,0);
	border-bottom: thin solid rgb(0,0,0);
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#page-footer {
	font-size: 80%;
	text-align: right;
}
div.divider {
	margin-top: 2em;
	margin-left: -40px;
	font-size: 12px;
	padding-left: 1em;
}
div.divider p {
	width: 100%;
	margin: 0px;
	text-align: center;
	font-style: italic;
}

.menu li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
	margin: 0px;
}

.menu a {
	text-decoration: none;
}

#main-page-body {
	margin-left: 175px;
	margin-right: 10px;
}

h1 {
	margin-left: -1em;
	font-size: 120%;
	font-weight: bolder;
}

h2 {
	margin-left: -0.5em;
	font-size: 100%;
	font-weight: bolder;
}

div.side {
	background: rgb(245,255,255);
	border-top: thin rgb(183,204,204) solid;
	padding: 0.5ex;
	position: relative;
	margin: 0px 0px 0px -170px;
	width: 140px;
	float: left;
	font-size: 90%;
	font-family: serif;
}
div.side p {
	margin: 0px;
}

.notice {
	border: rgb(0,0,0) thin solid;
	padding: 0px;
	margin: 1em;
}
.notice p {
	margin: 0px;
}
.notice-title {
	background: rgb(229,255,255);
	margin: 0px;
	font-weight: bold;
	text-align: center;
}

p.more {
	margin-top: -1em;
	text-align: right;
	font-size: 90%;
	font-style: italic;
}

ul.promo li {
	font-size: 110%;
	margin: 1ex 0px 1ex 0px;
	list-style-image: url(bullet.png);
}

blockquote {
	border-top: thin rgb(183,204,204) solid;
	background: rgb(245,255,255);
	padding: 0.5ex;
	font-style: italic;
}

.worldlink, .notelink {
	display: none;
}

/******************
 * Forms
 */
form {
	margin-left: 0px;
	margin-right: auto;
	width: 90%;
}

input[type='text'] {
	width: 100%;
}

textarea {
	width: 100%;
	height: 30ex;
}