<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	background:#069;
}
#header
{
	width:1024px;
	margin:0 auto;
	height:200px;
	background:url(../images/header.jpg);
}
#menu{
   
    width:1024px;
	margin:0 auto;
    height:60px;
   }


/* main menu styles */
#nav {
    display:inline-block;
    width:100%;
    margin:0px auto;
    padding:0;
    background:#063;
	position:relative;
	z-index:99;

   
}
#nav li {
    margin:10px;
    float:left;
    position:relative;
    list-style:none;
}
#nav a {
    font-weight:bold;
    color:#e7e5e5;
    text-decoration:none;
    display:block;
    padding:8px 20px;

    border-radius:10px; /*some css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    text-shadow:0 2px 2px rgba(0,0,0, .7);
}

/* selected menu element */
#nav .current a, #nav li:hover &gt; a {
    background:#7788aa url(../images/bg.png) repeat-x 0 -20px;
    color:#000;
    border-top:1px solid #f8f8f8;

    box-shadow:0 2px 2px rgba(0,0,0, .7); /*some css3*/
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .7);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .7);
    text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}

/* sublevels */
#nav ul li:hover a, #nav li:hover li a {
    background:none;
    border:none;
    color:#000;
}
#nav ul li a:hover {
    background:#335599 url(../images/bg.png) repeat-x 0 -100px;
    color:#fff;

    border-radius:10px; /*some css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}

#nav ul li:first-child &gt; a {
    -moz-border-radius-topleft:10px; /*some css3*/
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
}
#nav ul li:last-child &gt; a {
    -moz-border-radius-bottomleft:10px; /*some css3*/
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
}

/* drop down */
#nav li:hover &gt; ul {
    opacity:1;
    visibility:visible;
}
#nav ul {
    opacity:0;
    visibility:hidden;
    padding:0;
    width:175px;
    position:absolute;
    background:#aabbcc url(../images/bg.png) repeat-x 0 0;
    border:1px solid #7788aa;

    border-radius:10px; /*some css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);

    -moz-transition:opacity .25s linear, visibility .1s linear .1s;
    -webkit-transition:opacity .25s linear, visibility .1s linear .1s;
    -o-transition:opacity .25s linear, visibility .1s linear .1s;
    transition:opacity .25s linear, visibility .1s linear .1s;
}
#nav ul li {
    float:none;
    margin:0;
}
#nav ul a {
    font-weight:normal;
    text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}
#nav ul ul {
    left:160px;
    top:0px;
}
#wlcm
{
	width:1024px;
	margin:0 auto;
	height:30px;
	background-color:#CCC;
	
}
#wlcm h2
{
	
	margin:0 auto;
	
	
}

/*Container  */
#container
{
	width:1024px;
	margin:0 auto;
	height:1500px;
	
}
#container_left
{
	width:724px;
	float:left;
	height:1500px;
	background:#F4F4F4;
	
}
#container_left1
{
	width:700px;
	height:auto;
	background:#F4F4F4;
	margin:0 auto;
	
}
#container_left p
{
	text-align:justify;
	
	
}
#container_left h1
{
	text-align:center;
	
}
#container_right
{
	width:300px;
	float:left;
	height:1500px;
	background:#CC9;
	
}
#container_right h1
{
	text-align:center;
	background-color:#C30;
	color:#FFF;
	font-size:18px;
	margin:0 auto;
	
}
/*Container  */

/*Footer*/
#footer1
{
	width:1024px;
	margin:0 auto;
	background:#333;
	clear: both;
 	position: relative;
 	z-index: 10;
 	height: 3em;
	margin-top: -3em;

	
	
}
#footer1 p{
	color:#FFF;
	line-height:3em;
}
/*Footer*/</pre></body></html>