<!--

<!--



/* Reset & Body 
--------------------------------------------------------------------*/
* {
margin:0;
padding:0;
}

body {
background:#fff url(images/bg/body.jpg) repeat-x;
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
color:#000;

}
p {
margin:10px 0;
}
h1 {
font-weight:lighter;
color:#636;
font-size:1.5em;
margin:10px 0;
}
h2 {
font-weight:lighter;
color:#1A574F;
font-size:1.2em;
margin:10px 0;
}
h2 span {
color:#000;
}
img {
display:block;
border:none;
}
/* Container 
--------------------------------------------------------------------*/
#container {
margin:0 auto;
width:760px;
background: url(images/bg/content.gif) repeat-y;
}
/* Header 
--------------------------------------------------------------------*/
#header {
height:170px;
width:600px;
background:#ddd;
float:right;
background: url(images/bg/header.jpg) no-repeat;
}
/* Navigation 
--------------------------------------------------------------------*/
#nav {
float:left;
width:160px;
background:#636;
font-size:0.75em;
}
#nav, #nav ul { /* all lists */
		padding: 5px 0 0 0;
		margin: 0;
		list-style: none;
		float : left;
		
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		
		list-style: none;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left :160px;
		margin-top : -1.55em;
		height:auto;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 150px;
		display : block;
		color : #fff;
		text-decoration : none;
		background-color : #636;
		padding : 2px 0 2px 10px ;
                
	}
	#nav li a:hover {
		color : #636;
		background-color : #caca9a;
	}
        #nav li ul a{ /* second-level lists */
                color : #636;
		background-color : #caca9a;
        }
        #nav li ul a:hover{ /* second-level lists */
                color : #fff;
		background-color : #636;
        }
	
        #nav li ul ul a{ /* third-level lists */
                color : #fff;
		background-color : #636;
        }
        #nav li ul ul a:hover{ /* third-level lists */
                color : #636;
		background-color : #caca9a;
        }
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	*:first-child+html #nav {height: 1%;}
*:first-child+html #nav li {height: 1%;}

#nav form p {
background:#caca9a;
margin:0 10px;
padding:0 5px ;


}
#nav form  {
margin:10px 0;
float:left;
}
#searchText {
width:99px;
height:18px;
border:1px solid #636;
margin:5px 0 5px 0;
padding:0 3px;
}

#searchInput {
width:20px;
height:20px;
border:none;
background:url(images/bg/search.gif) no-repeat;
margin:0 0 3px 0;
cursor:pointer;
}
a.print {
color:#fff;
text-decoration:none;
background:url(images/bg/print.gif) no-repeat;
padding: 3px 0 3px 25px;
margin:0 0 0 10px;
}

/* Content 
--------------------------------------------------------------------*/
#content {
margin:0 20px 20px 180px;
font-size:0.9em;
}

#content a{
color:#636;
}

#hide {
display:none;
}

#list ul li{
list-style:none;
}
#list ul li a{
background:url(images/bg/subnav.gif) no-repeat top left;
color:#636;
text-decoration:none;
padding:0 0 0 20px;
margin:5px 0;
display:block;
line-height:1em;
}

#list ul li a:hover{
background:url(images/bg/subnav_over.gif) no-repeat top left;
text-decoration:underline;
}

#content span.breadCrumb a{

color:#999;
text-decoration:none;
font-size:0.7em;

}
#content span.breadCrumb a:hover{
text-decoration:underline;
color:#636;
}

#content span.breadCrumb a.on{
text-decoration:underline;
color:#636;
}
/* Footer 
--------------------------------------------------------------------*/
#footer {
height:108px;
background:#ddd;
background: url(images/bg/footer.gif) no-repeat;
clear:both;
}
.inst {
float:left;
margin:70px 0 0 10px;
display:inline;
}
.exit {
float:right;
margin:70px 10px 0 0;
display:inline;
}
p.footer {
font-size:0.7em;
margin:80px 0 0 100px;
float:left;
color:#636;
text-align:center;
}

/* Float clearing
--------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


-->


-->

