@charset "utf-8";
/* CSS Document */

body{
text-align: center; /*centers our layout in some browsers*/
font-family: "Arial", "Verdana", "Helvetica", sans-serif; /* font name */
margin-top: 0px;
margin-bottom: 0px;
}
#container{
width: 800px; /*The width of our layout*/
margin-left: auto;
margin-right: auto;/*Margin left and right set to auto center's our layout*/
text-align: left; /*Resets the text alignment*/
}
#banner{
width: 750px;
height: 100px;
margin: 0;
padding: 0;
padding-bottom: 0;
border-bottom: 2px solid #000;
}
#left{
width: 150px;
float: left;
}
#right{
width: 250px;
float: left;
vertical-align: top;
padding-left: 0px;
padding-top: 10px;
}
#nav_mid{
background-color: #efefef;
border: 1px solid #ccc;
border-style: solid;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3B5998;
margin-top: 5px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
#nav_bot{
/*background-color: #efefef;*/
margin-top: 5px;
}

#center{
width: 560px;
float: left;
}
#centro{
display: inherit;
width: 350px;
float: left;
padding: 10px;
}
#tiil{
width: 750px;
float: left;
}
#content_mid{
background-color: #FFFFFF;
/*border: 1px solid #181818;*/
font-family: Verdana, arial, sans-serif;
font-size: 12px;
color: #000000;
padding: 5px 5px 5px 5px;
margin-left: 5px;
}

#content_home{
background-color: #FFFFFF;
/*border: 1px solid #181818;*/
font-family: Verdana, arial, sans-serif;
text-align:left;
font-size: 12px;
color: #000000;
margin-top: 5px;
margin-left: 5px;
padding: 5px 5px 5px 5px;
}



#footer{
clear:both;
margin-top: 30px;
padding: 5px 5px 5px 5px;
float: right;
}
#footer_text {
/*margin-top: 35px;*/
font-family: Verdana, arial, sans-serif;
font-size: 10px;
color: #ACACAC;
}
#footer_text a:link, #footer_text a:visited {
color: #3B5998;
text-decoration: none;
}
#footer_text a:hover {
color: #ACACAC;
text-decoration: none;
}


#blueblock{
width: auto;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

.footbg{
background:#efefef;
border:1px solid #ccc;
height:10px;
padding:2px;
margin-right:5px;
}

.welcometxt {
margin-top: 0px;
font-family: Verdana, arial, sans-serif;
font-size: 12px;
font-weight:bold;
color: #0968AB;
}

/* message */
.msgAlert {
	color: red; /* message color */
	font-family: "Arial", "Verdana", "Helvetica", sans-serif; /* font name */
	font-size: 12px;
	font-weight:bold;
}

#password-clear {
    display: none;
}