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

html {
	overflow-y:scroll;
}
 
body {
	background:#00416f;
	font-family: Arial;
	font-size: 10px;
	text-align:center;
}

#wrap {
	text-align:left;
	width:1000px;
	height:600px;
	margin-left: auto;
	margin-right: auto;
}

#logo1 {
	width:695px;
	height:101px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/logo1.gif);
}


#top {
	background:#00416f;
	width:305px;
	height:101px;
	float:left;
}
#top table {
	background:#0069b2;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7db5dc;
	text-align:center;
	margin-top:83px;
	height:18px;
}

#top table a {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7db5dc;
	text-decoration:none;
}

#logo2 {
	width:202px;
	height:45px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/logo2.gif);
}

#menu_1 {
	background-repeat:no-repeat;
	background-image:url(../images/menu1.gif);
	width:798px;
	height:45px;
	float:left;
}

#menu_1 table {
	margin-top:10px;
}

#menu_1 td.no {
	background:#00416f;
	width:135px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	height:18px;
}
#menu_1 td.act {
	background:#cba34a;
	width:135px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	height:18px;
}

#menu_1 td a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
}



#content {
	float:left;
	width:958px;
	min-height:500px;
	background:#0069b2;
	padding-top:20px;
	padding-left:42px;
}

* html body #content {
	height:500px;
	width:1000px;
}

#smenu {
	float:left;
	width:160px;
}

#smenu table{
	width:160px;
	border-spacing:0px 0px;
	vertical-align:top;
}

#smenu td.no {
	height:25px;
	background:#00416f;
	border-bottom:#0069b2 solid 3px;
	padding-left:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#smenu td.act {
	height:25px;
	background:#00416f;
	border-bottom:#0069b2 solid 3px;
	padding-left:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#smenu td.no a {
	text-decoration:none;
	color:#fff;
}
#smenu td.act a {
	text-decoration:none;
	color:#cba34a;
}

#smenu td.t-no {
	height:25px;
	padding-left:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#smenu td.t-act {
	height:25px;
	padding-left:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#smenu td.t-no a {
	text-decoration:none;
	color:#fff;
}
#smenu td.t-act a {
	text-decoration:none;
	color:#cba34a;
}


#text {
	background:repeat-y;
	background-image:url(../images/text.gif);
	width:633px;
	min-height:470px;
	padding-left:30px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:20px;
	margin-left:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
}

* html body #text {
	height:470px;
}

#bottom1 {
	float:left;
	width:1000px;
	background-color:#0069b2;
	height:20px;
}

#bottom2 {
	float:left;
	width:1000px;
	background-color:#00416f;
	height:20px;
}

#text h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0069b2;
}
#text h1 a {
	text-decoration:underline;
	color:#0069b2;
}
#text h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0069b2;
}
#text h2 a {
	text-decoration:underline;
	color:#0069b2;
}
#text h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0069b2;
}
#text h3 a {
	text-decoration:underline;
	color:#0069b2;
}
#text h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0069b2;
}
#text h4 a {
	text-decoration:underline;
	color:#0069b2;
}
#text h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0069b2;
}
#text h5 a {
	text-decoration:underline;
	color:#0069b2;
}
#text h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0069b2;
}
#text h6 a {
	text-decoration:underline;
	color:#0069b2;
}
#text p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
#text span.important {
	font-family:Arial, Helvetica, sans-serif;
	color:#CC3300;
	font-weight:bold;
}
#text span.name-of-person {
	font-family:Arial, Helvetica, sans-serif;
	color:#003399;
	font-weight:bold;
}
#text span.detail {
	font-family:Arial, Helvetica, sans-serif;
	color:#006600;
	font-weight:bold;
}

#text a {
	text-decoration:underline;
	color:#000000;
}
#text a:hover {
	text-decoration:none;
}

#text hr {
	color:#0069b2;
}

#text ol {
	padding-left:20px;
}
#text ul {
	padding-left:20px;
}

#text li {
	list-style-position:outside;
}

#text fieldset {
	border:none;
}
