
        


/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}
body {
	padding-bottom:20px;
	font:0.8em/1.5 "Georgia",sans-serif;
	text-align:center;
	background-color: #BFBFBF;
	background-image: url(../design/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

h1, h2, h3, h4, h5, h6 {margin:15px 0 10px 0;}
h1 {font-size:180%;}
h2 {font-size:160%;}
h3 {
	font-size:140%;
	color: #000000;
}
h4 {font-size:120%;}
h5 {font-size:100%;}

p, table, ul, ol, dl, fieldset {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
}

table {border-collapse:collapse; border-spacing:0; font-size:100%;}
th {text-align:center; font-weight:bold;}
th, td {padding:3px 7px;}

ul, ol {
	margin-left:3px;
}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}
li {display:list-item;}

dt {font-weight:bold;}
dd {margin-left:30px;}

fieldset {position:relative; padding:10px;}
legend {position:absolute; top:-1em; margin:0; padding:5px 10px; font-size:100%; font-weight:bold;}

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.relative {position:relative;}

.clear {clear:both;}

.f-left {float:left !important;} img.f-left {float:left; margin-right:10px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {
	display:none;
}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */            

table.table-style01 {width:100%;}
table.table-style01 th {text-align:center;}

ul.ul-style01 {margin:15px 0 15px 20px; padding:0; list-style:none;}
ul.ul-style01 li {margin:0; padding:0; padding-left:15px; background:url("../design/ul-style01.gif") 0 5px no-repeat;} 
ul.ul-style01 ul {margin:0; padding:0; list-style:none;}
ul.ul-style01 ul li {background:url("../design/ul-style01-sub.gif") 0 5px no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */

#main {
	width:910px;
	margin:0 auto;
	text-align:left;
}

    #header {
	position:relative;
	height:90px;
	overflow:hidden;
	background-image: url(../design/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
    
                #logo {
	position:relative;
	top:2px;
	left:800px;
	margin:0;
	font-size:200%;
	letter-spacing:-1px;
	font-weight:normal;
	width: 105px;
}
        #logo span {font-weight:bold;}
        #logo a {text-decoration:none;}
        
        #slogan {
	position:absolute;
	top:59px;
	right:-2px;
	width:230px;
	font-size:110%;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	color: #FFFFFF;
	word-spacing: 30px;
	letter-spacing: normal;
	white-space: nowrap;
}

    #nav {
	padding:0 15px 5px 6px;
	background-image: url(../design/nav.gif);
	background-repeat: no-repeat;
	background-position: 0 0%;
}
    
        #nav ul {margin:0; padding:0; list-style:none;}
        #nav ul li {
	display:inline;
	margin:0;
	padding:0;
}
        #nav ul li a {
	display:block;
	float:left;
	background:url("../design/nav-link.gif") 100% 0 repeat-y;
	text-decoration:none;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
        #nav ul li#nav-active a {font-weight:bold; text-decoration:none;}

    #cols {background:url("../design/cols.gif") 0 0 repeat-y;}

        #content {
	float:left;
	width:655px;
	overflow:hidden;
}
        
            #content #content-title {
	margin:0;
	font-size:140%;
	font-weight:normal;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../design/content-title5.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
            #content #content-in {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}
        
        #aside {
	float:right;
	width:255px;
	overflow:hidden;
}
        
            #aside #aside-title {
	margin:0;
	font-size:140%;
	font-weight:normal;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../design/aside-title5.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
            #aside .aside-in {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 13px;
}
            #aside .aside-box {
	background:url("../design/aside-box.jpg") 0 0 no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
            #aside .title {
	margin:0 5px 0 0;
	padding:10px 15px;
	font-size:100%;
	background-image: url(../design/aside-title-02_5.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}    

    #cols-bottom {
	width:910px;
	height:12px;
	font-size:0;
	padding-bottom: 0px;
	background-image: url(../design/cols-bottom2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
    
    #footer {
	width:870px;
	height:20px;
	padding: 20px;
	background-image: url(../design/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

    #footer p {margin:0;}
 
/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */

#perex {
	margin-left:5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../design/perex2.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
}
#perex p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 9px;
}
#perex li {


	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	padding-left: 9px;
}
 #perex  li#active a {
	color: #000000;
	font-weight: bold;
}

#sections {background:url("../design/sections.gif") 0 0 repeat-y;}
#sections-bottom {
	width:620px;
	height:7px;
	background:url("../design/sections-bottom.gif") 0 0 no-repeat;
	font-size:0;
	color: #000000;
}

    .section {
	float:left;
	width:145px;
	color: #FFFFFF;
}
    .section p {
	margin:0;
	color: #cccccc;
}
    .section.margin {margin:0 10px;}
    .section h2 {
	margin:0;
	padding:10px;
	background:url("../design/section-title1.gif") 0 0 no-repeat;
	font-size:100%;
	color: #000000;
	text-align: center;
}
   .section h3 {
	margin:0;
	padding:10px;
	background:url("../design/section-title2.gif") 0 0 no-repeat;
	font-size:100%;
	color: #000000;
	text-align: center;
}
	.section h4 {
	margin:0;
	padding:10px;
	background:url("../design/section-title3.gif") 0 0 no-repeat;
	font-size:100%;
	color: #000000;
	text-align: center;
}
	.section h5 {
	margin:0;
	padding:10px;
	background:url("../design/section-title4.gif") 0 0 no-repeat;
	font-size:100%;
	color: #000000;
	text-align: center;
}
    .section-in {
	margin-bottom:0px;
	padding:0 10px 10px 10px;
}

dl#news, dl#news dd {margin:0;}
dl#news dt {clear:both; padding-left:18px; background:url("../design/ico-list.gif") 0 2px no-repeat;}
dl#news dd {margin:7px 0 10px 0; padding-bottom:10px;}
dl#news dd span.date {padding-right:10px; background:url("../design/date.gif") 100% 50% no-repeat; font-size:85%; font-weight:bold;}
