@charset "utf-8";
/* CSS Document */
html, body {
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
}
p {
	padding-top:0px;
	margin-top:0px;
}
.header {
	background-image:url("images/01-header.jpg");
	background-repeat:no-repeat;
	height:190px;
	width:1004px;
}
.topmenu {
	background-image:url("images/02-top.jpg");
	background-repeat:no-repeat;
	width:1004px;
	vertical-align:top;
	text-align:left;
	padding-left:250px;
	padding-right:60px;
	padding-top:11px;
	padding-bottom:15px;
}
.topmenu, .topmenu a {
	font-family:"Tahoma", sans-serif;
	font-size:14px;
	color:#000d5d;
	font-weight:bold;
	text-decoration:none;
}
.left {
	background-image:url("images/03-left.jpg");
	background-repeat:repeat-y;
	min-width:30px;
	max-width:30px;
}
.leftmenu {
	background-color:#b0cbe5;
	width:167px;
	max-width:167px;
	vertical-align:top;
	text-align:left;
	background-image:url("images/logo.jpg");
	background-position:bottom center;
	background-repeat:no-repeat;
}
#leftmenu_div {
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:73px;
}
.leftmenu, .leftmenu a {
	font-family:"Tahoma", sans-serif;
	font-size:14px;
	color:#000d5d;
	font-weight:bold;
	text-decoration:none;
}
.center {
	background-image:url("images/04-center.jpg");
	background-repeat:repeat-y;
	width:11px;
}
.content {
	background-color:#FFFFFF;
	width:762px;
	height:300px;
	vertical-align:top;
	text-align:left;
}
#content_div {
	max-width:762px;
	padding-left:15px;
	padding-right:17px;
	padding-bottom:1px;
	padding-top:13px;
	text-align:justify;
}
.content, .content a {
	font-family:"Comic Sans MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
.right {
	background-image:url("images/05-right.jpg");
	background-repeat:repeat-y;
	width:34px;
}
.footer {
	background-image:url("images/06-footer.jpg");
	background-repeat:no-repeat;
	height:75px;
	width:1004px;
	
}