
body {font:95%/120% "calibri",sans-serif;}

a {color:#346425;}


p {border:0; margin:15px 0; padding:0;}

div {display:block; border:0; margin:0; padding:0;}

h1, h2, h3, h4 {border:0; margin:10px 0 5px 0; padding:0; font-weight:bold;}
h1 {font-size:260%; line-height:100%; font-family:"calibri",serif; font-weight:normal;color:#192666;}
h2 {font-size:140%; line-height:100%; font-family:"calibri",serif; font-weight:normal;color:#192666;}
h3 {font-size:120%; line-height:100%; font-weight:bold;color:#192666;}
h4 {font-size:100%;line-height:100%; font-weight:bold;color:#192666;}
h5 {font-size:100%; font-weight:bold;color:#192666;}

table {display:table; border-collapse:collapse; margin:0px 0; padding:0; border:0 px solid #000000;}
tr {display:table-row;}
th, td {display: table-cell; border:0 px solid #B7CAF6; margin:0px; padding:0px; vertical-align:top; text-align:left;}
th {background:#E7ECFD; text-align:center; color:#192666; font-weight:bold;}

ul, ol {display:block; border:0; margin:10px 0 10px 20px; padding:0;}
ol {list-style-type:decimal;}
li {display:list-item; border:0; margin:0; padding:0; _height:1px;}
ul ul, ul ol, ol ol, ol ul {margin: 0 0 0 20px;}

dl {border:0; margin:15px 0; padding:0;}
dt {border:0; margin:0; padding:0; font-weight:bold;}
dd {border:0; margin:0 0 0 30px; padding:0;}

form {border:0; margin:0; padding:0;}
fieldset {border:1px solid #ccc; margin:15px 0; padding:10px;}
legend {margin-left:10px; font-size:100%; font-weight:bold; color:#008;}

hr {display:block; height:3px; margin:5px 0; padding:0; background:#CCC; border:0 solid #CCC; color:#CCC;}

a, img, span {border:0; margin:0; padding:0;}
abbr, acronym {border-bottom:1px dotted #CCC; cursor:help;}

del, .through {text-decoration:line-through;}
strong, .strong {font-weight:bold;}
cite, em, q, var {font-style:italic;}
code, kbd, samp {font-family:monospace; font-size:110%;}

/* Floating */
.f-left {float:left;}
.f-right {float:right;}

/* Text align */
.t-left {text-align:left;}
.t-center {text-align:center;}
.t-right {text-align:right;}
.t-justify {text-align:justify;}

.va-middle {vertical-align:middle;}

.clear {clear:both;}
.box {min-height:1px; _height:1px;}
.box:after {content:"."; display:block; line-height:0px; font-size:0px; visibility:hidden; clear:both;}

.nom {margin:0;}
.noscreen {display:none;}

/* -----------------...........--------------------------------------------------------------------------------------- */

#main {width:1024px; margin:0px auto 0 auto; _text-align:center;}


#doc,.doc-twocol,.doc-onecol
{
	margin:auto;
	width:665px;
}

#header img
{
	margin-bottom: 0 px;
	border:0
	vertical-align: middle;
}

.logo{
	margin-left: 47px;
}

.banner
{
	height:95px;
	width:462px;
	float:left;
	padding-bottom:0 px;
}

/* below required for all fluid grids; adjust widths and margins above accordingly */

	/* to preserve source-order independence for Gecko */
.yui-b
{
	position:relative;
}
.yui-b
{
	_position:static;
} /* for IE < 7 */
#yui-main .yui-b
{
	position:static;
}

#yui-main 
{
	width:100%;
}

.doc-twocol #yui-main
{
	float:right;
	margin-left:-25em;/* IE: preserve layout at narrow widths */
}

.doc-twocol .yui-b 
{
	margin:0;
	float:left;
	width:14em;
}

.doc-twocol #yui-main .yui-b
{
	margin-left:17em;
}

.doc-onecol #yui-main .yui-b {
	display:block;margin:0 0 1em 0;
}

#yui-main .yui-b 
{
	float:none;
	width:auto;
}

#bdy:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#bdy, .yui-g 
{zoom:1;}

#leftlist{
	text-align:left;
	color:#346425;
}

#leftlist li{
	padding: 0px 0px 5px 0px;
}

/* Main menu (tabs) */
#tabs {background:#192666; margin:0 0px; padding:5px 5px 0px 40px;_height:0px;}

    #tabs ul {margin:0 10px; padding:0px; list-style:none;}
    #tabs ul li {margin:0 20px 0 0; padding:0; float:left;}
    #tabs ul li a {display:block; position:relative; padding:7px 20px; border:0; background:url("../design/tab_link.gif") 0 0 repeat-x; color:#B5C4E3; font-weight:bold; text-decoration:none; cursor:pointer;}
    
    /* Main menu (tabs - link) */
    #tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url("../design/tab_link_l.gif") 0 0 no-repeat;}
    #tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r {position:absolute; top:0; right:0; _right:-1px; width:8px; height:8px; background:url("../design/tab_link_r.gif") 100% 0 no-repeat;}
    
    /* Main menu (tabs - hover) */
    #tabs ul li a:hover {background:url("../design/tab_hover.gif") 0 0 repeat-x; color:#fff;}
    #tabs ul li a:hover span.tab-l {background:url("../design/tab_hover_l.gif") 0 0 no-repeat;}
    #tabs ul li a:hover span.tab-r {background:url("../design/tab_hover_r.gif") 100% 0 no-repeat;}
    
    /* Main menu (tabs - active) */
    #tabs ul li#active a {background:#C4C8D8; color:#192666;}
    #tabs ul li#active a span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url("../design/tab_active_l1.gif") 0 0 no-repeat;}
    #tabs ul li#active a span.tab-r {position:absolute; top:0; right:0; width:8px; height:8px; background:url("../design/tab_active_r1.gif") 100% 0 no-repeat;}


