@charset "utf-8";

/**
 * general start 
 **/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: none;
}

body {
	font: normal 100% Arial, Helvetica, sans-serif;
	margin: 0 0 50px 0;
	text-align: center;
	background-color: rgb(246,246,246);
}

#container {
	margin: auto;
	width: 990px;
}

hr {
	border-top: 1px solid rgb(23,41,131);
	border-bottom: 1px solid rgb(23,41,131);
	border-left: 4px solid rgb(23,41,131);
	border-right: 4px solid rgb(23,41,131);
	height: 3px;
	background-color: rgb(145,184,255);
}

.clearer {
	clear: both;
}

.hidden {
	display: none;
}

/**
 * general end
 **/

/**
 * header start
 **/

#header {
	height: 210px;
	background: rgb(246,246,246) url(../img/head_02.jpg) no-repeat center;
}

#header a {
	display: block;
	height: 160px;
	width: 990px;
	position: absolute;
	top: 50px;
}

/**
 * header end
 **/

/**
 * navigation start
 **/

#navigation {
	width: 989px;
	height: 40px;
	background-color: rgb(23,41,131);
	position: relative;
	z-index: 100;
	border-right: 1px solid rgb(23,41,131);
	border-bottom: 1px solid rgb(23,41,131);
}

* html #navigation {
	width: 991px;
	w\idth: 990px;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-left: 4px;
	margin-right: 4px;
}

#navigation ul ul {
	width: 149px;
}

#navigation li {
	float: left;
	width: 149px;
	position: relative;
	height: 40px;
}

#navigation a,
#navigation a:visited {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(246,246,246);
	width: 138px;
	height: 40px;
/*	border: 1px solid rgb(23,41,131); */
/*	border-width: 1px 0 1px 1px; */
	background-color: rgb(23,41,131);
	padding-left: 10px;
	padding-right: 0px;
	line-height: 39px;
}

* html #navigation a,
* html #navigation a:visited {
	width: 149px;
	w\idth: 138px;
}

#navigation ul ul a,
#navigation ul ul a:visited {
	font-size: 14px;
	font-weight: normal;
}

#navigation ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 40px;
	left: -4px;
	width: 149px;
	border-top: 1px solid rgb(23,41,131);
}

* html #navigation ul ul {
	top: 39px;
	t\op: 40px;
}

#navigation table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

#navigation ul ul a,
#navigation ul ul a:visited {
	background: rgb(23,41,131);
	color: rgb(246,246,246); 
	height: 38px;
	line-height: 1em;
	padding: 10px 10px;
	width: 128px;
	border-color: rgb(23,41,131);
	border-width: 0 1px 1px 1px;
}

* html #navigation ul ul a,
* html #navigation ul ul a:visited {
	width: 150px;
	w\idth: 128px;
}

#navigation a:hover,
#navigation ul ul a:hover {
	color: rgb(23,41,131);
	background: rgb(246,246,246);
}

#navigation ul li a:hover {
}

#navigation :hover > a,
#navigation ul ul :hover > a {
	color: rgb(23,41,131);
	background: rgb(246,246,246);
}

#navigation ul li:hover ul,
#navigation ul a:hover ul {
	visibility: visible;
}

/**
 * navigation end
 **/

/**
 * pagetitle start
 **/

#pagetitle {
	height: 40px;
	background-color: rgb(246,246,246);
	border-left: 4px solid rgb(23,41,131);
	border-right: 4px solid rgb(23,41,131);
}

#pagetitle h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 10px;
}

/**
 * pagetitle end
 **/

/**
 * content start
 **/

#content {
	font-size: 14px;
	background-color: rgb(246,246,246);
	border-left: 4px solid rgb(23,41,131);
	border-right: 4px solid rgb(23,41,131);
	text-align: left;
	padding: 10px 10px 10px 10px;
}

div#c23 {
	text-align: center;
}

.contenttable {
	margin-top: 15px;
	border: 1px solid black;
	border-spacing: 0px;
	border-collapse: collapse;
}

.contenttable caption {
	margin-top: 15px;
	font-weight: bold;
}

.contenttable tr td {
	border: 1px solid black;
	padding: 5px;
}

/**
 * content end
 **/

/**
 * footer start
 **/

#footer {
	height: 40px;
	background: rgb(246,246,246) url(../img/foot_02.jpg) no-repeat center;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer li {
	float: left;
	font-weight: bold;
	font-size: 18px;
}

#footer a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: rgb(246,246,246);
	padding: 9px 10px 9px 10px;
}

#footer a:hover {
	color: rgb(145,184,255);
}

#footer p {
	float: right;
	margin-right: 20px;
}

#footer p a {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

/**
 * footer end
 **/

.csc-textpic-text p, .csc-default p {
	line-height: 20px;
	text-align: justify;
}

