body {
	background-color: #BBB;
	margin: 0px;
	margin-top: 5px;
}

p {
	margin-top: 0px;
}

input {
	font-size: 9px;
	padding: 0px;
}

form {
	margin: 0px;
}

#maincontainer {
	width: 750px;
	border: 12px solid #FFF;
	border-top-width: 3px;
	border-bottom-width: 3px;
	background-color: #FFF;
	text-align: left;
	font-family: Arial;
}

#topimage {
}

#logo {
	height: 90px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#nav {
	padding-left: 5px;
	_padding-left: 0px;
	float: left;
	height: 80px;
	_overflow: hidden;
}

#middencontainer {
	overflow: hidden;
	border-bottom: 3px solid #FFF;
}

#midden {
	_height: 270px;
	min-height: 270px;
	width: 750px;
	padding-top: 0px;
	background-color: #E6E6E7;
}

#middenlinks {
	float: left;
	padding-left: 9px;
	_padding-left: 8px;
	width: 252px;
	_width: 249px;
	height: 260px;
	padding-top: 10px;
	line-height: 1.8em;
	font-size: 11px;
}

#middenlinks a {
	color: #B10033;
}

#middenlinks a:visited {
	color: #800080;
}

#content {
	overflow: hidden;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
	font-size: 11px;
	text-align: justify;
}

#content a {
	color: #B10033;
}

#content a:visited {
	color: #800080;
}

#contentsubmenu {
	overflow: hidden;
	width: 400px;
	text-align: right;
	margin-bottom: 3px;
}

#bottommenu {
	width: 714px;
	height: 88px;
	padding-left: 26px;
}

#footer {
	height: 28px;
	padding-left: 7px;
	padding-top: 11px;
	background-color: #E6E6E7;
	background-image: url(../images/logobalk140x38.jpg);
	background-position: 98%;
	background-repeat: no-repeat;
}

.menubox {
	cursor: pointer;
	position: inherit;
	float: left;
	width: 71px;
	height: 68px;
	_overflow: hidden;	/* damn IE6 */
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	margin-left: 4px;
	margin-right: 9px;
	margin-top: 9px;
	color: #FFF;
	background-color: #B10033;
}

.menuboxinner {
	height: 25px;
	padding-top: 28px;

	overflow: hidden;
}

.menubox:hover {
	background-color: #C94F72;
}

.submenu {
	width: 70px;
	height: 10px;
	font-size: 9px;
	padding: 4px;
	color: #FFF;
	border-bottom: 3px solid #E6E6E7;
	background-color: #848587;
}

.submenu2 {
	width: 65px;
	height: 12px;
	padding: 3px;
	color: #FFF;
	margin-right: 13px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	background-color: #848587;
	float: left;
	cursor: pointer;
}

.submenucontainer {
	cursor: pointer;
	position: relative;
	visibility: hidden;
	width: 70px;
	left: 28px;
	top: -10px;
}

.nomarkup {
	text-decoration: none;
	color: #FFF;
}

.black {
	color: #000;
}

#downloadwindowcontainer {
	z-index: 1;
	text-align: center;
	width: 100%;
	position: absolute;
}

#downloadwindow {
	text-align: center;
	width: 500px;
	height: 350px;
	background-color: #555;
	padding: 10px;
	margin: auto;
	margin-top: 150px;
	display: none;
}

#downloadwindow a {
	color: #CCC;
	font-size: 15px;
	font-family: Arial;
	text-align: right;
}

#downloadwindow iframe {
	border: 0px;
	width: 480px;
	height: 330px;
}