@charset "utf-8";
/* CSS Document */

body {
	background-color: #ECE9D8;
	background-image: url(../images/sbbd.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: oblique;
}

#container {
	height: 620px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}



#header {
	height: 110px;
	width: 780px;
}

.header_logobox {
	height: 78px;
	width: 352px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	background-image: url(../images/khsb.gif);
	background-repeat: no-repeat;
}

.header_box {
	height: 48px;
	width: 120px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 25px;
	line-height: 25px;
	margin-right: 10px;
}

.header_shield {
	background-image: url(../images/teaal.gif);
	float: left;
	height: 101px;
	width: 100px;
	margin-right: 10px;
	margin-left: 10px;
	background-repeat: no-repeat;
}
.header_masks {
	height: 63px;
	width: 100px;
	background-image: url(../images/masks.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 18px;
	margin-left: 10px;
}


#navigation {
	height: 32px;
	width: 705px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 5px;
}
#navigation ul li a:link, #navigation ul li a:visited {
	color: #ECE9D8;
}
#navigation ul li a:hover {
	border: 2px solid #999999;
	color: #000000;
	background-image: url(../images/sbbd.jpg);
	height: 21px;
	width: 127px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li {
	display: inline;
}

#navigation ul li a {
	height: 21px;
	padding-top: 3px;
	padding-right: 3px;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 3px solid #999999;
	background-color: #FF0000;
	font-weight: bold;
	width: 125px;
	padding-left: 5px;
	margin-left: 2px;
	font-style: normal;
}

#navigation ul li.current a:link {
	color: #000000;
	background-image: url(../images/sbbd.jpg);
	height: 21px;
	width: 127px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
}
.imageborder {

	border-right-width: 6px;
	border-bottom-width: 6px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-top-width: 6px;
	border-left-width: 6px;
	border-top-style: ridge;
	border-left-style: ridge;
	border-top-color: #FF0000;
	border-left-color: #FF0000;
}

img.floatLeft0 {
	float: left;
	clear: left;
	margin: 1px;
}
img.floatRight0 {	float: right;
	clear: right;
	margin: 2px;
}

#maincontent {
	width: 780px;
	padding-top: 5px;
}
.maincontent_box1 {
	float: left;
	width: 250px;
	margin-right: 10px;
}

.maincontent_box2 {
	float: left;
	width: 255px;
	margin-left: 5px;
}
.maincontent_box3 {
	height: 455px;
	width: 256px;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
