<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************* Layout *********************/

 * { 
	padding: 0px;
	margin: 0px; } 

#root {
	/*width: 960px;*/ 
	width:1580px;
	margin: 0px auto;}
	
#topframe {
	position: relative;
	height:100px;
	width: 1150px;
	margin: 0px auto; }
	
#navy  {
	position: absolute;
	top: 10px;
	right:10px;
	height: 90px; }
	
#banner {
	
	width: 100%; }
	
#breadcrumb {
	height: 25px; }
	
#content {
	padding: 10px;
	
}
	
#footer {
position:relative;
top: -100px;
 }
 
#topfoot {
	height: 150px;
	
	}
 
#footbox1 {
	padding: 0px 10px;
	margin-top: 10px;
	border-right: 1px solid #c6c6c6;
	float: left;
	height: 130px;
	width: 290px;
 }

 #footbox2 {
	padding: 10px 10px;
	margin-top: 10px;
	float: left;
	height: 130px;
	width: 290px;
 }
 #footbox3 {
	 padding: 0px 10px;
	border-left: 1px solid #c6c6c6; 
	margin-top: 10px;
	float: left;
	height: 130px;
	width: 290px;
 }
 
#bottomfoot {
	position: relative;
	height: 50px;
	right:-120px;
 }
#bottomfoot div.footernavy {
	position: absolute;
	top:10px;
	right: 10px;
	
}


	
/********************** Style **********************/

html {
	background: #fcfcfc;
	font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #14427d;
}

#root  {

}

#topframe {
	background: #fcfcfc;
	}

#navy  {
	background: #fcfcfc;

}
#navy a {
	transition: all .6s ease 0s;
	display: block;
	color: #5b5b5b;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;}
	
#navy a:hover {
	transition: all .6s ease 0s;
	display: block;
	color: #c54255;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;}	
	
#navy ul.mainmenu { 
	position: relative;
	top:60px;}
	
#navy ul.mainmenu li.main {
	display: block;
	position:relative;
	float: left;
	list-style: none;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	overflow: visible;
	transition: background .6s ease 0s;	}
	
#navy ul.mainmenu li.main a{
	float:left;
}
	

	
#navy ul.mainmenu li.main:hover {

	transition: background .6s ease 0s;	}

#navy ul.mainmenu li.main:hover &gt; ul {
	opacity: 1;
	z-index:50;
	transition: opacity .6s ease 0s;
	position: absolute;
	left: 0px;
}

#navy ul.submenu {
	z-index:-1;
	opacity: 0;
	transition: opacity .6s ease 0s;
	overflow: visible;
	background: rgba(0,0,0,0);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.9);
	border: 2px solid #c54255;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	position: absolute;
	left: 0px;
	top: 30px; }

#navy ul.submenu li {
	background: rgba(0,0,0,0.7);
	white-space: nowrap;
    display: block;
    height: 15px;
    line-height: 15px;
    list-style: none;
	padding: 10px;
 }

#navy ul.submenu li:hover {
	background: rgba(255,255,255,.9); 
	transition: background .7s ease 0s;}

#navy ul.submenu li.last {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
 }	
	
#navy ul.submenu a {
	font-size: 15px;
	color: #fcfcfc;
}



#navy ul.submenu a:before {
	content: "Â» ";
	color:#c54255;
}	
#banner {
	z-index: 40;
	overflow: hidden;
	background: #fff;
	border-top:	2px solid #dd2e2d;
	border-bottom:	2px solid #dd2e2d;}

	
	
#breadcrumb {
	font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 5px 10px;
}

#breadcrumb a {

	color: #14427d;
	transition: all .6s ease 0s;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #fcfcfc;	}
	
#breadcrumb   a:hover {
	color: #cacaca;
	transition: all .6s ease 0s;
	border-bottom: 1px solid #14427d;}
	
#content {
	background: #fcfcfc;
	min-width:900px;
	 }
	
#footer {
	l
	font: inherit;
	z-index: 100;
 }
#topfoot {
	border-top: 1px solid #14427d;
	border-bottom: 1px solid #14427d;
	
}

#bottomfoot div.footernavy  a {
	font: 1.3em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #14427d;
	transition: all .6s ease 0s;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #fcfcfc;	}
	
#bottomfoot div.footernavy  a:hover {
	color: #cacaca;
	transition: all .6s ease 0s;
	border-bottom: 1px solid #14427d;}</pre></body></html>