body {
	background-color: #FFFFFF;
	width: 98%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* header of the page */
/*******************************************************/

.logo {
	background-image: url(../pics/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.logoItemsTop {
	width: 80%;
	height: 80px;
	padding-left: 12px;
	text-align: right;
	padding-right: 17px;
	vertical-align: top;
}

.logoItemsBottom {
	width: 80%;
	height: 30px;
	padding-left: 12px;
	text-align: right;
	padding-right: 17px;
	padding-bottom: 5px;
	vertical-align: bottom;
}

.address {
	width: 80%;
	padding-left: 12px;
	font-weight: bold;
}

/********************************************************/

/* main menu */
/********************************************************/

.mainMenu {
	background-image: url(../pics/center.png);
	width: 100%;
	border-collapse: collapse;
}

.mainMenuCell {
	vertical-align: middle;
	width: 13%;
	font-weight: bold;
	border-collapse: collapse;
}

.mainMenuFirstCell {
	width: 7%;
	border-collapse: collapse;
}

.chosenMainMenuItem {
	font-weight: normal;
	color: #0000FF;
}

.subMenuHolder {
	width: 0; 
	text-align: left; 
	padding-left: 1em;
}

.subMenu {
	background-image: url(../pics/center.png);
	text-align: left;
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3px;
	padding-right: 3px;
	position: absolute;
	white-space: nowrap;
	visibility: hidden;
	width: 110px;
	border: 1px solid #666666;
}
/********************************************************/

.articleCell { /* a building block of the page */
	width: 75%;
	border-collapse: collapse;
	margin: auto;
}


/* the borders of the blocks */
/********************************************************/

.topLeftEdge {
	width: 28px;
	height: 28px;
	background-image: url(../pics/topLeft.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.topCenterEdge {
	height: 28px;
	background-image: url(../pics/top.png);
	background-repeat: repeat-x;
	vertical-align: bottom;
}

.topRightEdge {
	width: 28px;
	height: 28px;
	background-image: url(../pics/topRight.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.bottomLeftEdge {
	width: 28px;
	height: 28px;
	background-image: url(../pics/bottomLeft.png);
	background-repeat: no-repeat;
}

.bottomCenterEdge {
	height: 28px;
	background-image: url(../pics/bottom.png);
	background-repeat: repeat-x;
}

.bottomRightEdge {
	width: 28px;
	height: 28px;
	background-image: url(../pics/bottomRight.png);
	background-repeat: no-repeat;
}

.middleLeftEdge {
	width: 28px;
	background-image: url(../pics/left.png);
	background-repeat: repeat-y;
}

.middleRightEdge {
	width: 30px;
	background-image: url(../pics/right.png);
	background-repeat: repeat-y;
}

.spacer {
	float: left;
}
	
/********************************************************/

.content { /* the middle of a block, the content part */
	background-image: url(../pics/center.png);
	text-align: justify;
}

.articleHolder { /* if the content is compound, this should be the article holder */
	width: 100%;
}

.article { /* it there's an image in the content, this should be the article part */
	text-align: justify;
	padding-right: 16px;
	vertical-align: top;
}

.imageCell { /* it there's an image in the content, this should be the image part */

	text-align: right;
	vertical-align: top;
}

.imageCellWithText {
	text-align: center;
	width: 50%;
}

.subtitle { /* subtitle for a page section */
	font-size: large;
	font-weight: bold;
}

.subsubtitle { /* subtitle for a page section */
	font-size: 1.3em;
	font-weight: bold;
}

/* footer of the page */
/********************************************************/

.footer {
	text-align: center;
	font-size: small;
}

/********************************************************/
















/* just decorational stuff */
/********************************************************/
.underlined {
	border-bottom: thin dashed #000000;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.boldUnderlined {
	font-weight: bold;
	border-bottom: thin dashed #000000;
}

.italicUnderlined {
	font-style: italic;
	border-bottom: thin dashed #000000;
}

.italicBold {
	font-style: italic;
	font-weight: bold;
}

.centered {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.big {
	font-size: large;
}

.superBig {
	font-size: xx-large;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.stroke {
	text-decoration: line-through;
}


.error {
	font-size: small;
	color: #FF0000;
}

.link {
	cursor: pointer;
	color: #0000FF;
}

.disabled {
	color: #CCCCCC;
}

.ten {
	width: 10%;
}

.twenty {
	width: 20%;
}

.thirty {
	width: 30%;
}

.forty {
	width: 40%;
}

.fifty {
	width: 50%;
}

.sixty {
	width: 60%;
}

.seventy {
	width: 70%;
}

.eighty {
	width: 80%;
}

.ninety {
	width: 90%;
}

.nowrap {
	white-space: nowrap;
}

/********************************************************/