body{
background: #38566b; /* Old browsers */
background: -moz-linear-gradient(top,  #38566b 25%, #2b3856 73%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#38566b), color-stop(73%,#2b3856)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #38566b 25%,#2b3856 73%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #38566b 25%,#2b3856 73%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #38566b 25%,#2b3856 73%); /* IE10+ */
background: linear-gradient(to bottom,  #38566b 25%,#2b3856 73%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38566b', endColorstr='#2b3856',GradientType=0 ); /* IE6-9 */
color:#657383;
margin: -35px 0px 0px 0px;
}
#header{
background-color:#2B3856;
font-family:arial, sans-serif;
width:100%;
height:125px;
}
#clockbox {
color:white;
float:right;
font-family: Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
margin:11px 10px 0px 0px;
}
.slideshow {padding-top:0px; margin-top:-20px;}
.content{
background-color:white;
color:#657383;
font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
font-size:14px;
padding: 10px 40px 10px 40px;
-moz-border-radius: 15px;
border-radius: 15px;
width:60%;
margin: 100px auto 0px auto;
-moz-box-shadow: 1px 1px 8px gray;
-webkit-box-shadow: 1px 1px 8px gray;
box-shadow: 1px 1px 8px gray;
}
#title{
color:white;
font-family:tahoma;
font-size: 28px;
letter-spacing:3px;
padding: 30px 0px 0px 60px;
}
#descrip{
font-size:10px;
margin-left:46px;
margin-top:-20px;
}
#menu {
font-family: Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
margin: 50px 0;
padding: 0;
list-style-type: none;
background-color: #eee;
font-size: 13px;
height: 40px;
border-top: 2px solid #eee;
border-bottom: 2px solid #ccc;
margin-top:0px;
}
#menu li {
float: left;
margin: 0;				
}
#menu li a {
text-decoration: none;
display: block;
padding: 0 20px;
line-height: 40px;
color: #666;
}
#menu li a:hover, #menu li.active a {
background-color: #f5f5f5;
border-bottom: 2px solid #DDD;
color: #999;
}
#menu_wrapper ul {margin-left: 12px;}
#menu_wrapper {padding: 0 16px 0 0; background: url(images/grey.png) no-repeat right;}
#menu_wrapper div {float: left; height: 44px; width: 12px; background: url(images/grey.png) no-repeat left;}
#menu_wrapper.blue ul {
border-top: 2px solid #356AA0;
border-bottom: 2px solid #204061;
background: #356AA0;}
#menu_wrapper.blue a {color: #fff;}
#menu_wrapper.blue li a:hover, #menu_wrapper.blue li.active a {color: #90CDFF; background: #3D7BBB; border-bottom: 2px solid #356AA0;}
#menu_wrapper.blue {background: url(images/blue.png) no-repeat right;}
#menu_wrapper.blue div {background: url(images/blue.png) no-repeat left;}