<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
 	{ 
    	color: #000000; 
	margin-top: 10px;
	margin-left: 50px;
    	margin-right: 50px;
	margin-bottom: 50px; 
	} 

p 	
	{
	font-family: serif;
	text-align: justify; 
	color: #000000;
   	}
	
li
	{
	margin-top: 20px;
	}
	
hr
	{
	margin-top: 40px;
	}
	
.center 	
	{
	font-family: serif;
	text-align: center;
   	}

.b
	{
	font-family: serif;
	font-weight: 700;
	}
	
.i
	{
	font-family: serif;
	font-style: italic;
	}
	
.u
	{
	text-decoration:underline
	}	
	
h1	{
	font-family: sans-serif;
	color: #000000;	
	}

h2	{ 
	font-family: serif;
	text-align: left;		
	}

h3	{ 
	font-family: serif;
	text-align: left;
	font-style: italic;
	font-weight: 700;
	margin-top: 40px;
	}

h4	{
	font-family: serif; 	
	color: #000000;	
	}
	
h5	{ 
	font-family: serif;
	text-align: right;	
	color: #ffffff;
	}

a:link
	{ 
	color: #0a72b9; 
	text-decoration: none;
	} 

a:visited
	{ 
	color: #0a72b9; 
	text-decoration: none;
	} 
	
a:hover
	{ 
	color: #a7dafd; 
	text-decoration: none;
	} 

a:active 
	{ 
	color: #ff0000; 
	text-decoration: none;
	}
	
/* =============== navigation =============== */

#nav {
	margin-top: 0px;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 2em;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #0a72b9; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a72b9', endColorstr='#81c8f9'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0a72b9), to(#81c8f9)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0a72b9,  #81c8f9); /* for firefox 3.6+ */

	border: solid 2px #0a72b9;
}
	
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}

/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover &gt; a {
	background: #81c8f9; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#81c8f9', endColorstr='#0a72b9'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#81c8f9), to(#0a72b9)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #81c8f9,  #0a72b9); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #000000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #badbf8 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#badbf8', endColorstr='#badbf8'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#badbf8), to(#badbf8)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #badbf8,  #0084f8) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #badbf8; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#badbf8', endColorstr='#badbf8'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#badbf8), to(#fadbf8)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #badbf8,  #badbf8); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover &gt; ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-family: sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child &gt; a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child &gt; a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

/* =============== layout =============== */
	

#container 
	{
	text-align: left;
	margin: 0 auto;
	width: 720px;
	position: relative;
	}
	
#header
	{
 	margin-bottom: 5px;
	}
	

#main
	{
	margin-left: 0px;
	margin-right: 20px;
	width: 460px;
	float: left;
	display: inline;
	}

#promo
	{
	float: right;
	}
	



 
	 
</pre></body></html>