/* CSS Document */

#rightside {
width: 180px;
position: relative;
/* float it to the left of the text */
float: right;
background: transparent;
margin-right: 30px;
}

#rightside a{
text-decoration:none;
}

#content {
background: transparent;
text-align:justify;
font-family: verdana;
font-size:13px;
float: left;
position: relative;
width: 490px;
color: #005680;
margin-left: 65px;
}

#content a{
color: #caeeff;
text-decoration: none;
font-weight:bold;
}

#content a:hover{
text-decoration: underline;
font-weight:bold;
}

#footer {
text-align:center;
font-family: Verdana, Arial;
font-size:10px;
color: #005680;

}

#footer a{
text-decoration:none;
color: #caeeff;
font-weight:bold;
}

body {
background-color:#8bcded;
font-family: Verdana, Arial;
font-size: 11px;
color: #005680;
text-align:justify;
}

body a{
color: #caeeff;
text-decoration: none;
}

h1{
background : url(images/h1.jpg);
background-position : left;
background-repeat : no-repeat;
color : #2096cf;
padding-top: 5px;
padding-bottom:3px;
padding-left:35px;
margin-bottom:5px;
font-size :17px;
font-weight:bold;
font-family:Verdana;
text-align:left;
font-variant:small-caps;
}

h2{
	background: transparent;
	border-bottom: 2px dotted #0073ab;
	color: #0073ab;
	display: block;
	font-family: Verdana;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold ;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
	padding-left: 2px;
	margin-bottom:5px;
}

h3{
	background: transparent;
	color: #c6e6ff;
	display: block;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding-left: 2px;
	font-variant:small-caps;
	text-decoration:underline;
	margin-bottom:5px;
}


.codesort img { 
border: 5px #3a92c4 solid;
background-color: #3a92c4;
margin: 3px;
}

.codesort img:hover {
	border: 5px solid #0b6aa0;
	background-color: #0b6aa0;
}

.imge { 
border: 5px #3a92c4 solid;
background-color: #3a92c4;
margin: 3px;
}

.imge:hover {
border: 5px solid #0b6aa0;
background-color: #0b6aa0;
}



blockquote{
font-family: Verdana;
font-size: 13px;
color: #0b6aa0;
border: 2px solid #0b6aa0;
}  

.stat {
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 7px;
}



.nav {
background:#3a92c4;
color:#8bcded;
display:block;
width:180px;
}

#navigation a{
color:#caeeff;
padding:8px 10px;
width:144px;
border-bottom:1px solid #8bcded;
display:block;
font-size: 12px;

}

#navigation a:link, #navigation a:visited{
font-size: 11px;
text-decoration:none;
font-size: 11px;
}

#navigation a:hover, #navigation a:active{
color:#00283c;
background:#4da0e7;
font-size: 11px;
}

#navigation a.flaga{
padding:0 4px 0 0;
width:18px;
border:0;
display:inline;
float:left;
}