/* ==================== DISPLAY ==================== */
table.maindisplay {
	width: 90%;
	border: 0px none white;
	border-collapse: collapse;
	background-color: #73CFFF;
	padding: 0px;
}

td.menuholder {
	width: 250px;
	border: 0px none white;
	vertical-align: top;
	text-align: left;
	padding: 0px;
}

td.mainblockholder {
	padding: 0px;
	vertical-align: top;
	text-align: center;
	border: 0px none white;
}

/* ==================== MAIN BLOCK ==================== */

div.content {
	color: #000000;
	font-size: 0.8em;
	text-align: justify;
}

table.mainblock {
	width: 100%;
	border: 0px none white;
	border-collapse: collapse;
	background-color: #FDFEFC;
	padding: 0px;
}

td.topleft {
	background-image: url("up_left.gif");
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	width: 270px;
	height: 200px;
	padding: 0px;
}

td.topcenter {
	background-image: url("up_middle.gif");
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: bottom;
	text-align: center;
	height: 200px;
	padding: 0px 20px;
}

td.topright {
	background-image: url("up_right.gif");
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: top;
	width: 270px;
	height: 200px;
	overflow: hidden;
	padding: 0px;
}

td.middleleft {
	background-image: url("middle_left.gif");
	background-repeat: repeat-y;
	width: 100px;
	padding: 0px;
}

td.middleright {
	background-image: url("middle_right.gif");
	background-repeat: repeat-y;
	width: 100px;
	padding: 0px;
}

td.middlecenter {
	text-align: left;
	vertical-align: top;
	padding: 30px 10px;
	background-color: 
}

td.bottomleft {
	background-image: url("down_left.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	width: 100px;
	height: 150px;
	padding: 0px;
}

td.bottomcenter {
	background-image: url("down_middle.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	width: 100%;
	height: 150px;
	padding: 0px;
}

td.bottomright {
	background-image: url("down_right.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
	width: 100px;
	height: 150px;
	padding: 0px;
}

/* ==================== BASIC ==================== */

body {
	background-color: #73CFFF;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;µ
	padding: 20px 5px;
}

img, a img {
	border: 0px none white;
}

h1 {
	color: #72CFFF;
	font-size: 1.8em;
	clear: both;
	display: block;
	padding: 15px 75px;
}

a {
	color: #72CFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #72CFFF;
	font-weight: bold;
	text-decoration: underline;
}

ul {
	padding: 5px 10px;
	list-style: none;
	text-align: left;
}

li {
	padding: 5px 10px;
	background-image: url(li.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	text-align: justify;
}

/* ==================== MENU ==================== */
a.menu {
	color: #000000;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: normal;
}

a.menu:hover {
	color: #72CFFF;
	text-decoration: underline;
	font-size: 0.8em;
	font-weight: normal;
}

span.menu {
	color: #72CFFF;
	font-size: 0.8em;
}

/* WALKAROUND FOR MENU ITEMS */
/* (until CSS3 comes out) */
span.l {
	padding-left: 10px;
	background-image : url('li.gif');
	background-repeat : no-repeat;
	background-position : center left;
}

span.r {
	padding-right : 10px;
	background-image : url('li.gif');
	background-repeat : no-repeat;
	background-position : center right;
	margin-left: -10px;
}
