/* Global stuff */
body {
  font: 12pt "MS Trebuchet", Arial, sans-serif;
	font-weight: bold;
  margin: 0;
	margin-bottom: 155px;
}

img { border: none; }
a { color: black; }
p { font: 11pt "MS Trebuchet", Arial, sans-serif; }

/* Colors */
.green { color: #66CC66; }
.grey { color: #666666; }

/* Layout */
#main {
	margin-top: 65px;
	margin-left: 65px;
	margin-bottom: 65px;
}

#content {
	position: relative;
	top:125px;
}

/* Main Title */
#maintitle {
	font-size: 18pt;
	font-style: italic;
	line-height: 1.3em;
}

#maintitle .dotted {
	border-bottom: 7px dotted;
}

#maintitle a {
	text-decoration: none;
}

/* Blocks */
.block {
	float: left;
	margin-bottom: 50px;
}

.block .dotted {
	border-bottom: 3px dotted;
}

.with_margin {
	margin-right: 50px;
}

.block ul {
	list-style-type: none;
	padding-left: 0px;
}

.block li {
	font-weight: normal;
}

a.blocklink {
	font-size: 18pt;
	text-decoration: none;
	border-bottom: 3px solid;
}

a:hover.blocklink {
	border-bottom: 3px dotted;
}