* {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
}

body {
	background-color:#81c6ef;
	text-align:center;
}

a {
	color:#02021e;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.header {
	height:99px;
	width:100%;
	background-image:url(../images/design/bg_header.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#03001b;
	/*
	background-color:#fff;
	*/
	text-align:center;
}

.header img {
	/*
	margin-top:10px;
	margin-left:20px;
	*/
}

.mainFrame {
	text-align:left;
	width:970px;
	margin:auto;
}

.logo {
	text-align:center;
}

.naviBox {
	padding:10px 0 0 0;
}

.naviBox a {
	font-weight:bold;
}

.content {
	width:770px;
	background-image:url(../images/design/bg_content_active_1.gif);
	background-repeat:no-repeat;
	padding-top:20px;
}

.content h1.main {
	padding-left:90px;
	padding-top:3px;
	padding-bottom:4px;
	background-image:url(../images/design/bg_headline.png);
	background-repeat:repeat-x;
	color:#fff;
	font-size:16px;
	display:block;
}

.contentText {
	padding-left:90px;
	padding-top:15px;
	line-height:150%;
	text-align:justify;
}

.linkList {
	list-style-type:none;
}

.linkList li {
	padding: 3px 0 3px 0;
}

.linkList li a {
	font-size:13px;
}

.headline {
  padding-bottom:20px;
}
