
    body {
        background: url(/im/bg.jpg);
        font-family: Myriad Pro,Tahoma;
        font-size: 11pt;
        margin: 0px;
        padding: 0px;
    }

    .par {
        font-family: Arial;
        font-size: 15px;
    }
    #container {
        width:980px; 
        margin:0 auto; 
    }
    #header {
        width:980px; 
        margin:0 auto; 
        height:120px;
    }
    #logo {
        float:left;
        width:300px;
        height:77px;
        margin-top:45px;
    }
    #nav {
        float:right;
        width:550px;
        height:100px;
    }
    #menu {
	 text-align: center;
        padding:0px;
	 margin:0px;
        width:550px;
    }
    li.menu {
	 padding-top:20px;
        display:inline; 
    }

    #content_top {
       background:url(/im/bt.jpg) top center no-repeat;
       width:100%;
       height:17px;
    }

    #content {
       background:url(/im/bc.jpg) top center repeat-y;
       margin:0;
       width:100%;
    }

    #text {
       margin:0;
        padding:0;
                width:900px;
        padding-left:40px;
    }

    #content_bot {
       background:url(/im/bb.jpg) top center no-repeat;
       width:100%;
       height:17px;
    }

    #panel {
       background:url(/im/panel.jpg) top center no-repeat;
       width:100%;
       height:120px;
    }
    #footer {
       background:url(/im/footer.jpg) top center no-repeat;
       width:100%;
       height:120px;
    }

div.banner {
	padding-top: 5px;
	padding-left:7px;
	background: url(/im/h1.jpg) top left no-repeat;
	height:50px;
}
h1 {
	font-size:12pt;
	color:#005976;
	font-weight:normal;
}
h2 {
	font-size:14pt;
	color:#005976;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

a:link, a:active, a:visited, a:hover {
	text-decoration:underline;
	color: #009ed8;
}
a:hover {
	text-decoration:none;
	color: #0989b8;
}


#menu {
	float:right;
	width:410px;
	height:100px;
       padding:0px;
	margin-top:10px;
}
div.menu {
	display:inline;
	display:inline-block;
	width:85px;
	height:100px;
	float:left;
	margin:0;
	padding:0;
}
