html {
	height: 100%;
}

body {
	background-color: #EEEAE4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	margin: 0;
	height: 100%;
}

p {
  	text-align: justify;
}

p, ul, li, blockquote {
	font-size: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	background-color: white;
	text-align: center;
	position: absolute;
 	width: 778px;
	left: 50%;
 	margin-left: -389px;
	min-height: 100%;
}

* html #page {
	height: 100%;
}

#headertext {
	text-align: left;
	font-weight: bold;
	color: white;
	padding: 30px;
}

#headerimage {
}

#headerpage {
	text-align: right;
	font-size: 23px;
	font-weight: bold;
	padding: 20px;
	padding-right: 30px;
	padding-bottom: 0;
	color: gray;
}

.title {
	font-size: 35px;
	color: red;
}

.titlemargin {
	margin-left: 20px;
	margin-top: 10px;
}

.smalltitle {
	font-size: 25px;
	color: red;
}

.subtitle {
	font-size: 18px;
	color: gray;
}

.subtitlebig {
	font-size: 28px;
	color: gray;
}

#content {
	text-align: left;
	padding: 30px;
}

#menuleft {
	width: 350px;
	float: left;
}

#menuright {
	width: 350px;
	float: right;
	clear: right;
}

#menuheader {
	height: 40px;
}

.menuitem {
	height: 150px;
	width: 330px;
}

.menuitemtitle {
	width: 330px;
	height: 60px;
	padding: 10px;
}

.menunumber {
	width: 60px;
	float: left;
	font-size: 30px;
	color: red;
}

.menunumberpage {
	width: 50px;
	float: left;
	font-size: 30px;
	color: gray;
	height: 60px;
}

.menunumberheader {
	width: 50px;
	float: left;
	font-size: 30px;
	color: gray;
}

.menutext {
	width: 270px;
	float: right;
	clear: right;
	font-size: 15px;
	color: gray;
}

.menutextheader {
	width: 650px;
	float: right;
	clear: right;
	font-size: 15px;
	color: gray;
}

.menutitle {
	font-size: 17px;
	text-align: left;
	color: red;
}

.menutitleone {
	font-size: 17px;
	text-align: left;
	color: red;
	position: relative;
	top: 7px;
}

.menulist {
	padding: 0;
	padding-left: 15px;
	margin: 10px;
}

.menulist li {
	margin-top: 2px;
	margin-bottom: 2px;
}

.text {
	text-align: justify;
	font-size: 14px;
	color: black;
	padding: 30px;
	padding-top: 10px;
}

.textitem {
	font-size: 20px;
	color: red;
	padding-top: 5px;
}

.textitem2 {
	font-size: 20px;
	color: black;
	padding-top: 5px;
}

.textitemcenter {
	text-align: center;
	font-size: 20px;
	color: red;
	padding-top: 5px;
}

.highlight {
	color: red;
}

.small {
	color: grey;
	font-size: 9px;
	text-align: right;
}

.space {
	padding-top: 50px;
}

.columns {
	padding-bottom: 15px;
}

/* Hides from IE-mac \*/
* html .columns {height: 1%;}
/* End hide from IE-mac */

.columntitle {
	float: left;
	clear: left;
}

.columntext {
	float: right;
	margin-left: 30px;
	clear: right;
}

.bluelink {
	color: #B40000;
	font-weight: bold;
}

.bluelink_old {
	color: blue;
	font-weight: bold;
}


#back {
	clear: both;
	font-size: 18px;
	text-align: center;
	padding-bottom: 30px;
	color: gray;
}

#footer {
	clear: both;
	font-size: 13px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: gray;
}
