﻿H1 {Color:#1F1A60; font-weight:Bolder; Font-Family:Verdana,Helvetica,Sans-Serif; Font-Size:16pt;
}
H2 {Color:#2B3B9E; Font-Family:Verdana,Helvetica,Sans-Serif; Font-Size:13pt; Font-Variant:normal; text-align: left;
}
H3 {Color:#1F1A60; Font-Family:Verdana,Helvetica,Sans-Serif; Font-Size:12pt; Font-Variant:normal; Font-Weight:bold;
	text-align: center;
}
H4 {Color:#2B3B9E; Font-Family:Verdana,Helvetica,Sans-Serif; Font-Size:11pt; Font-Variant:normal; Font-Weight:bold;text-align: center; text-decoration:underline }
p, li {Color:#313130; Font-Family:Verdana,Helvetica,Sans-Serif; Font-Size:11pt;
}
TD {border-width: 1px;
	Color:#313130; Font-Family:Verdana,Helvetica,Sans-Serif; Font-Size:11pt;
}
TH {Color:#FFFFFF; Font-Family:Verdana,Helvetica,Sans-Serif; Font-Weight:bold; Font-Size:11pt; }
a:link {color:#313130; text-decoration:underline; Font-Size:11pt;
	text-align: center;
}
a:visited {color:#4C5457; text-decoration:underline ; Font-Size:11pt; }
a:active {color:#920729; text-decoration:underline ; Font-Size:11pt; }
a:hover {color:#920729; text-decoration:none; Font-Size:11pt; }
BODY {FONT-SIZE: 11pt; VERTICAL-ALIGN: baseline; FONT-FAMILY: Verdana,Helvetica,Sans-Serif;
TEXT-DECORATION: none;}
.footer {
   position: fixed;
   right: 20;
   bottom: 60;
   width: 100%;
   color: white;
   text-align: center;
}
.lmenu {
	-moz-box-shadow:inset 0px 0px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 0px 0px 0px #bbdaf7;
	box-shadow:inset 0px 0px 0px 0px #bbdaf7;
	background-color:#396EB4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#FFFFFF;
	font-family:arial;
	font-size:30px;
	font-weight:bold;
	padding:10px 40px;
	text-decoration:none;
	text-shadow:1px 1px 0px #0c0c0d;
}
#menu{
	width: 1100;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #E3E7F5;
	background: -moz-linear-gradient(#E3E7F5, #396EB4); 
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E3E7F5),color-stop(1, #396EB4));	
	background: -webkit-linear-gradient(#E3E7F5, #396EB4);	
	background: -o-linear-gradient(#E3E7F5, #396EB4);
	background: -ms-linear-gradient(#E3E7F5, #396EB4);
	background: linear-gradient(#E3E7F5, #396EB4);
	-moz-border-radius: 50px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}

#menu a{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #2D1C74;
	text-transform: uppercase;
	font: bold 13px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 1px #000;
}

#menu li:hover > a{
	color: #FDD308;
}

*html #menu li a:hover{ /* IE6 */
	color: #FDD308;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #E3E7F5;
    background: -moz-linear-gradient(#E3E7F5, #396EB4);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E3E7F5),color-stop(1, #396EB4));
    background: -webkit-linear-gradient(#E3E7F5, #396EB4);    
    background: -o-linear-gradient(#E3E7F5, #396EB4);	
    background: -ms-linear-gradient(#E3E7F5, #396EB4);	
    background: linear-gradient(#E3E7F5, #396EB4);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #E3E7F5, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #E3E7F5, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #E3E7F5, 0 2px 0 #777777;
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a{    
    padding: 11px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
        background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #E3E7F5;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */