

/* Internet_Index_index.css */


body { 
  background-image: url(/pt.gif); 
  background-color: rgb(160, 240, 255); 
  color: blue;	
  margin: 2em;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 80%; 
}



	

.content_title,
h3 {
	font-size: 0.9em;
	font-weight: bold;
}	

.content_item {
	font-size: 0.7em;
	font-weight: normal;
	margin-bottom: 2em;
}	


.content_text,
.default_text,
p {
	font-size: 0.7em;
	font-weight: normal;
}	






#nav2 {
	height: 90px;
	width: 99%;
	margin: 0.5em 0 0.5em 0;
	clear: both;
}


#nav2 ul {
    margin: 0;
    padding: 0;
}



#nav2 ul li {
    list-style-type: none;
    background-color: #125ab0;
    margin: 0.2em 0.1em 0.1em 0.0em;
    padding: 0.1em;
    float: left; 
}




#nav2 ul li a {
    padding: 0.1em;
    display: block;
    color: white;    
    font-weight: normal;
    font-size: 0.80em;
    text-align: center;
    text-decoration: none;
}

#nav3 ul li a {
    font-size: 0.65em;
}



#nav2 ul li a.selected {
    color: #FFFFFF;    
    font-weight:900;
	background-color: #021a80;   
}

#nav2 ul li a:hover,
#nav2 ul li a:focus,
#nav2 ul li a:active {
	background-color: #023a90;   
    text-decoration: underline;
}











div#main {
	clear: both;
	margin: 0;
	padding: 0;
	width: 99%;
}

#spc {
	float:left;
	margin:0;
	padding:0;
	width: 195px;
}

#spc table.box {
	margin: 0 0 0 0;
	padding:0;
	width: 186px;
	background-color:#EDF4FC;
	margin: 0px 0px 15px 0px;
}

#spc table.box td.bottom {
	height:5px;
	background:url(../images/box_bottom_background.gif) 0px bottom no-repeat;
}


#spc table.box tr td div {
	padding:7px 7px 7px 7px;
	border-right:1px solid #2B6EBB;
}



#spc table.box tr td h2 {
	margin:0;
	padding:7px 0 0 10px;
	height:24px;
	font-size: 0.80em;
	font-weight:bold;
	background:url(../images/box_header_background.gif) 0px 0px no-repeat;
}


#spc table.box tr td p {
	margin:0;
}





#content {
	margin: 0px 0px 0px 20px;
	float: left;
	width: 75%;
}









