body, html {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	background-color: #8c9498;
	background-image: url("../images/basics/back.gif");
	background-position: 50%;
	background-repeat: repeat-y;
}

.maintable { 
	width: 756px;
	background-color: #7291a2;
}

.maintable .main {
	height: 100%;
	vertical-align: top
}

.maintable .left  {	width: 27px; background-image: url("../images/basics/main_left.gif");  }
.maintable .right {	width: 27px; background-image: url("../images/basics/main_right.gif"); }

.maintable .header {
	height: 141px;
	background-image: url(../images/header/header1.gif);
}

.maintable .imagebar {
	height: 125px;
	background-image: url(../images/imagebar/background.gif);
}

.maintable .imagebar table {
	height: 125px;
}

.maintable .imagebar table td {
	width: 33%;
	text-align: center;
	vertical-align: middle
}

.maintable .imagebar table td img {
	border: 5px solid #003959;
}

.maintable .menubar {
	background-color: #9dcde7;
	height: 48px;
	text-align: center;
	border-bottom: 8px solid #003959
}

.menubar .menubuttons {
	height: 48px;
}

.menubar .menubuttons td {
	vertical-align: middle;
	text-align: center;
}

.buttontext {
	background-image: url(../images/menubutton/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap
}

.buttontext a:link 	{ text-decoration: none; color: white; }
.buttontext a:visited 	{ text-decoration: none; color: white; }
.buttontext a:hover 	{ text-decoration: none; color: #FFCC33}

.button {
	cursor: pointer;
	filter: alpha(opacity=50);
        opacity: 0.5;
}

/*.button:hover {
	filter: alpha(opacity=100);
        opacity: 1.0;
}*/

.button1 {	cursor: pointer;
}

.content .ctop {
	background-color: #38515c;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding-left: 10px;
	color: #f7cf67;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.content .contenttext {
	padding: 10px;
	font-size: 12px;
	color: white;
}

.contenttext A:link	{ color: #f7bc62; text-decoration: underline; }
.contenttext A:visited 	{ color: #f7bc62; text-decoration: underline; }
.contenttext A:hover 	{ color: #f7bc62; text-decoration: none; }

.hr {
	background-image: url(../images/basics/hrule.gif);
	margin: 8px;
}

.submenu {
	position: absolute;
	border: 1px solid #003959;
	background-color: #7291a2;
	font-size: 11px;
	color: white;
	white-space: nowrap;
	padding: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: left;
	display: none;
	cursor: pointer;
}

.submenu A:link { color: white; text-decoration: none; }
.submenu A:visited { color: white; text-decoration: none; }
.submenu A:hover { color: #FFCC33; text-decoration: none; } 
